KDCS_C_DEBUG
Meaning
If KDCS_C_DEBUG is set, then every call of a C/C++ or COBOL program unit and every KDCS call in a C/C++ program unit is logged to stdout.
Range of values
If set, then logging is activated.
Default value
No logging.
Process
Evaluated in every work process of a UTM application the first time a C/C++ or COBOL program unit is called.
UTM_ABORT_WITH_EXCEPTION
Meaning
Specifies whether or not a core is created on Unix and Linux systems or the debugger is activated on Windows systems when an application crashes. UTM_ABORT_WITH_EXCEPTION is only to be used in conjunction with the start parameter STXIT=OFF.
Range of values
If set, then a core is created or the debugger is activated when an application crashes.
Default value
No core is created or the debugger is not activated when an application crashes.
Process
Evaluated in every work process when an application crashes.
PATH
Meaning
The variable only applies to Unix and Linux systems.
It specifies the path under which the shell scripts admlp and utmlp are searched for. The admlp script is used when printing EAM files. The utmlp script is used when printing in the utmprint printer process.
Range of values
Number of directories (in the form directory1:directory2:...)
Default value
If the admlp or utmlp script cannot be found in the directories specified in PATH, then the admlp or utmlp script under $UTMPATH/shsc
is used.
Process
Evaluated in every work process when printing EAM files and in every print process when starting the process.