ES_CAS_API=ON
ES_CONSOLE_LOG={I|W|E|S}[...]
ES_ESM_DISABLE_DFLTUSER_ESMAC=Y
ES_ESMAC_DISP_MAX_OVERRIDE=value
ES_ESMAC_DISP_MAX_OVERRIDE=1000
ES_MAX_CATALOG_LINES=number
ES_MAX_CATALOG_LINES=5000
ES_MAX_HTTP_OUT=value
ES_MAX_HTTP_OUT=
Micro Focus recommends that you use the Advanced Region Properties page in the Enterprise Server Common Web Administration (ESCWA) interface to configure this environment variable. See Advanced Region Properties for more information.
ES_SEP_DORMANT_TIME=wait-time
ES_SEP_DORMANT_TIME=2
ES_SERVER=server-name
ES_SERVER=ESDEMO
ES_SERVER=ESDEMO64
ES_SYSOUT_HOLD={msg-class}[msg-class[...]]
ES_SYSOUT_HOLD=AB
ES_USR_DFLT_ESMAC=userid
ES_USR_DFLT_ESMAC=MFUSER
ES_WS_RUNAWAY_TIMEOUT=wait-time
JAVA_HOME=path-name
Windows:
LANG=win-language[_territory[.code-page]]
UNIX:
LANG=unix-language[_territory[.code-page]]
Value | Language |
---|---|
1 | US English |
2 | Canadian French |
3 | Danish |
4 | Dutch |
5 | UK English |
6 | Finnish |
7 | French |
8 | German |
9 | Italian |
10 | Norwegian |
11 | Portuguese |
12 | Spanish |
13 | Swedish |
Value | Language |
---|---|
en_US | US English |
en_GB | UK English |
jp_JP | Japanese (EUC encoding) |
jp_JP.sjis | Japanese (Shift-JIS encoding) |
jp_JP.utf8 | Japanese (UTF8 encoding) |
Windows:
LANG=7
UNIX:
LANG=fr_FR
LD_LIBRARY_PATH={$COBDIR/lib|path-name}[:path-name[...]]
If you have installed the product to a directory other than the default, you must set this variable, and include $COBDIR/lib on all platforms except AIX (which uses LIBPATH). It should also include any directories that contain callable shared objects used by your application.
If you have installed the product in the default directory (/opt/microfocus/VisualCOBOL), you do not need to set this variable.
LD_LIBRARY_PATH=$COBDIR/lib:/home/mydir/myapp:$LD_LIBRARY_PATH
LIBPATH={$COBDIR/lib|path-name}[:path-name[...]]
If you have installed the product in the default directory (/opt/microfocus/VisualCOBOL), you do not need to set this variable.
LIBPATH=$COBDIR/lib:/lib:/usr/lib
LINES=line-depth
In windowing environments, where the size of windows can be changed, the initial size of the window is used in preference to the lines value in terminfo. When the window is resized, the new size is reread. If the new size is greater than the initial size then the extra lines might not be used.
If you want to use the full depth of the window you might need to set LINES to the current depth of the window on some platforms.
Using LINES values that do not correspond to the actual depth of the window produces unexpected results.
LINES=50
MF_USESCA5={ON|OFF}
MF_USESCA5=ON
MFACCCGI_CHARSET=iana-string
Windows:
MFACCCGI_CHARSET=windows-1252
UNIX:
MFACCCGI_CHARSET=iso-8859-1
Windows:
MFCSCFG=[path-name\]file-name
UNIX:
MFCSCFG=[path-name/]file-name
MFCSCFG=mfclisrv.cfgThe default path-name is the current working directory, and if not found, the default settings for the configuration entries are used.
Windows:
MFCSCFG=d:\mydir\mfclisrv.cfg
UNIX:
MFCSCFG=/home/mydir/mfclisrv.cfg
MFJSDCBOUTFIL={ON|OFF}
MFJSDCBOUTFIL=OFF
MFJSDCBOUTFIL=ON
Windows:
MFLECONFIG=path-name\file-name
UNIX:
MFLECONFIG=path-name/file-name
MFLOGDIR=path-name
Windows:
MFLOGDIR=d:\mydir\logs
UNIX:
MFLOGDIR=/home/mydir/logs
MFRU_NOINHERIT={Y|TRUE}
When set, various run-time settings such as switches, shared memory, console window settings, and so on, are no longer inherited by any child processes.
MFSUB={SUBI|ASUBI}
Windows:
PATH=path-name[;[path-name][...]]
UNIX:
PATH=path-name[;[path-name][...]]
Windows:
PATH=c:\myprojects\proj\loadlib;%USERNAME%\srclib
UNIX:
PATH=u:/home/mydir/srclib:otherlib
TERM=term-type-name
TERM=at386
TERMINFO=path-name
Some terminal capabilities, such as those set during the initialization of the terminal to control the use of function keys, commonly conflict with the needs of typical COBOL applications. In such cases, the terminal information required by COBOL can be stored in a separate terminfo database and referenced using COBTERMINFO.
TMPDIR=path-name
You might need to use this environment variable if the run-time system needs to page data to disk when creating heaps or sorting.