The location of source files for the debugger to use if none are found in directories specified when invoking CodeWatch.
Syntax
CODEWATCH_SRCPATH=path-name[[;path-name][...]]
Parameter
path-name
The full path of a directory to search.
Default
Not set.
CODEWATCH_STBPATH
The location of STB files for the debugger to use if none are found in directories specified when invoking CodeWatch.
Syntax
CODEWATCH_STBPATH=path-name[[;path-name][...]]
Parameter
path-name
The full path of a directory to search.
Default
Not set.
ES_IMS_PLI_INDIRECT_PCBADDR
Determines whether the PL/I program converts the PCB address list from a direct to an indirect addressing technique.
Syntax
ES_IMS_PLI_INDIRECT_PCBADDR={Y|N}
Parameters
Y
Always converts address as long as the PSB language is PL/I.
N
Never converts addresses.
Default
Not set. When the main program is a PL/I program, PCB addresses are converted from a direct to an indirect addressing technique.
ES_PL1_MFFH_JCL
Enables you to run Open PL/I programs that access JCL data definitions.
Syntax
ES_PL1_MFFH_JCL={Y|N}
Parameters
Y
You can run Open PL/I programs that access JCL data definitions.
N
Open PL/I programs cannot access JCL data definitions.
Default
ES_PL1_MFFH_JCL=N
MFP_RAISEERROR
Enables the PL/I run-time system to raise ERROR instead of SUBSCRIPTRANGE or STRINGRANGE in scenarios in which SUBSCRIPTRANGE
or STRINGRANGE are appropriate. This mimics behavior available in previous versions.