CICS_SIT=sit-name
ES_ALLOC_OVERRIDE=path-name\rules-file
ES_CICS_SINGLE={Y|N}
ES_CICS_SINGLE=Y
ES_CLASS_XCMD={YES|NO|class-name}
ES_CLASS_XCMD=YES
ES_CLASS_XDCT={YES|NO|class-name}
ES_CLASS_XDCT=YES
ES_CLASS_XFCT={YES|NO|class-name}
ES_CLASS_XFCT=YES
ES_CLASS_XJCT={YES|NO|class-name}
ES_CLASS_XJCT=YES
ES_CLASS_XPCT={YES|NO|class-name
ES_CLASS_XPCT=YES
ES_CLASS_XPPT={YES|NO|class-name}
ES_CLASS_XPPT=YES
ES_CLASS_XPSB={YES|NO|class-name}
ES_CLASS_XPSB=YES
ES_CLASS_XRES={YES|NO|class-name}
ES_CLASS_XRES=YES
ES_CLASS_XTST={YES|NO|class-name}
ES_CLASS_XTST=YES
ES_CLASS_XTRAN={YES|NO|class-name}
ES_CLASS_XTRAN=YES
ES_DISABLE_DFLTUSR_SIGNON=Y
ES_EMP_EXIT_n=batch-component
When setting ES_EMP_EXIT multiple times, they must be set in numerical order.
ES_EMP_EXIT_1=mfbsiemx ES_EMP_EXIT_2=mfmonemx ES_EMP_EXIT_3=...
ES_ESM_CMDSEC=YES
ES_ESM_PLTPIUSR=userid
The user ID specified must have appropriate authorization to access all the resources used by the programs as determined by the ES_ESM_PLTPISEC environment variable.
ES_ESM_RESSEC=ALWAYS
ES_ESM_SECPRFX={NO|YES|prefix}
ES_ESM_SECPRFX=NO
ES_ESM_XUSER={NO|YES}
ES_ESM_XUSER=YES
ES_PAC_NO_GLOBAL_LOG={Y|N}
ES_PAC_NO_GLOBAL_LOG=N
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_SCALE_OUT_REPOS_n=sor-name=sor-Type, {redis-connection-details|oracle-connection-details}##[TMP#][models]
redis | Regular connection to a Redis data store |
redis_TLS | TLS -enabled connection to a Redis data store |
coherence | Oracle Coherence connection to an Oracle data store |
host-name:port-name[,host-name:port-name[...]]
host-name | The machine name or IP address of the host system where data stores are location |
port-name | The port used to make the connection to the host specified by the corresponding host-name |
[userid@][path-name|URL][config-file] [,java-property[[=java-property-value]][…]]##[TMP#] [={TS=ts-model[:ts-model]|TD=td-model[:td-model]}] [[#{TS=ts-model[:ts-model]|TD=td-model[:td-model]}]][...]]
userid@ | The user ID to use when Oracle Coherence security is enabled. |
path-name | The path to the configuration file represented by config-file. If omitted, defaults to the current working directory. |
URL | A URL that contains the configuration content. |
config-file | The name of the cache configuration file. If omitted, defaults to mfes-cache-config.xml. |
java-property | The name of a Java property to set to the specified java-property-value, or is clear if java-property-value is unspecified. |
java-property-value | The value of the property specified by java-property. |
# | Delimiter character. |
TMP | Indicates that this PSOR stores active resources. |
TS | Indicates temporary storage resource type. |
TD | Indicates transient data resource type. |
ts-model | An identifier for the corresponding TS consisting of either a character string no more than four bytes in length.1 |
td-model | An identifier for the corresponding TD consisting of a character string no more than 16 bytes in length.1 |
1 You may use the * wildcard character to represent any string, and the + character to represent any single character. Identifiers of a size smaller than the byte limit are automatically padded using + characters to extend the length to the limit. |
ES_SOR_RETRIES=integer
ES_SOR_RETRIES=10
ES_USR_DFLT_CICS=userid
ES_USR_DFLT_CICS=CICSUSER
ES_USR_DFLT_JCL=userid
ES_USR_DFLT_JCL=JESUSER
ES_USR_DFLT_JES=userid
ES_USR_DFLT_JES=JESUSER
ES_WORKING_MODE={32|64}
ES_WORKING_MODE=64
ES_XA_%xaname%_OPTIONS={reconnect_attempts,wait-time|EX}
You might need to set ES_XA_%xaname%_OPTIONS multiple times — once for each RM that you require to operate in a multiple-attempt mode.
ES_XA_MQPROD_OPTIONS=100,10
Specify that the XA reconnect processing is to exclude MQPROD from the XA reconnect processing:
ES_XA_MQPROD_OPTIONS=EX
ES_XA_RECONNECT=Y,wait-time[,retry_count]
CASXO0054W XA recovery error RC=4 on commit in-doubt transaction RM: RM01 RC: 00004 XID: MF_CAS DEMOMYREG 000000***********000010000000** 0000
When the maximum number of retries is reached, the following message is sent to the console:
CASXO0055S XA MAX recovery attempts, manually commit in-doubt transaction RM: RM01 RC: 00004 XID: MF_CAS DEMOMYREG 000000***********000010000000** 0000
ES_XA_RECONNECT=Y,120,4
MFSYSCAT={path-name\CATALOG.DAT|URL}
MFSYSCAT=C:\MY\CATALOG\FOLDER\CATALOG.DAT
MFSYSCAT=sql://localhost/JCLTEST/catalog.dat?folder=/JCLDEMO
MFUSERCAT_BASE_LOC=path-name
Valid only when the value of MFUSERCAT_LOC is a file name only.
MFUSERCAT_LOC={[path-name\]file-name}[;{[path-name\]file-name}[...]]
If multiple catalog files are in the same location, you can use the environment variable MFUSERCAT_LOC to store that location. If you do this, you only need to specify the file name of each catalog file in MFUSERCAT_LOC.
MFUSERCAT_NODE=node-name[,node-name[...]]
The parameter specification is limited to 4096 characters.
In the parameter specification, you may optionally use the UNIX-style square bracket notation (part of the regular expression feature), to specify a list of permissible characters at a particular point within the node specification; see Examples of Using Multiple Catalogs for more information.
To enable support for the SMS entities DATACLAS and MGMTCLAS, this variable needs to be set in addition to setting MF_SMS=ON.
Each node-name entry in MFUSERCAT_NODE must have a corresponding entry in MFUSERCAT_LOC.
Use the ES_OPEN_CAT_ON_DEMAND variable to determine if these catalogs are opened when the region starts, or only opened when they are required.