|
Deprecated settings |
|
|
max_engines Defines the number of serving processes for interactive sessions (obsolete). Syntax set max_engines=<value> run_logging_level Specifies the logging level for the XCICS child processes, and for their XVSAM accesses. Syntax set run_logging_level=<xcics level>:<xvsam level>
The xcics level indicates the debug level for the XCICS calls, while the xvsam level indicates debug level for XVSAM calls. The allowed level range goes from 00 to 15, where 00 means no debug, and 15 indicates the most detailed debugging level. Example:
set run_logging_level=15:15
The default value for this parameter is 00:00, no debug. main_logging_level Specifies the debug level for the XCICS main process, as run_logging_level. If not specified the value of run_logging_level is used. N.B. The value of these two variables can be changed during runtime. You can also specify a particular level of logging for a specific terminal and/or for a single transaction (see XADM - ADMINISTRATION TOOLS below). Syntax set run_logging_level=<xcics level>:<xvsam level> max_commarea Defines the application maximum commarea size. Syntax set max_commarea=<value> use_cedf Enable CEDF printouts in logs. Syntax set use_cedf=<yes|no> slot_size Defines the size of the areas reserved for dynamic configuration. It specifies the maximum number of entries that may be added during an XCICS session for each reconfigurable table. A default of 64 entries per table is defined Syntax set slot_size=<value> default_opid Specifies terminal default OPID. No default is provided. Syntax set default_opid=<OPID> |