MULTI_REXX_S

Name
MULTI_REXX_S
Summary
Specifies if re-entrant REXX environments are to be made available in addition to the non re-entrant REXX environment that is created by default.
Default
1
Supported Values
Value Description
0 No re-entrant REXX environments are available. REXX execs executing in the default environment write their output to DD statement SYSTSPRT in JESx job log.
1 Each REXX exec is executed in its own REXX environment. Every z/Server subtask has both a non re-entrant and a re-entrant REXX environment available. REXX execs executing in the re-entrant environment write their output to DD statement ZCOTSPRT in JESx job log. This setting is recommended for scheduler address spaces.
2 CMDTASK and SRVTASK execute in a re-entrant REXX environment. All other subtasks share the default non re-entrant environment.
Example
MULTI_REXX_S="2"