Summary of PL/I Language Processor Commands
The following is a list and brief description of the commands available for the PL/I language processor. Each command is discussed in detail later in this section.
CONDDDIO | Specifies that the source listing will be written to the source listing file unless the compiler return code exceeds the maximum value you set. |
CONDSTEP | (Can only be used with the preprocessor) Controls the condition code set by the postprocessor when it is invoked by the preprocessor. |
DDIO | Identifies the sections of the PL/I compiler listing that are written to the source listing file. |
File-overrides | (Can only be used with the postprocessor) Used to override the default file definitions. |
INCLUDE | (Can only be used with the preprocessor) Used to include a library or sequential file member that contains another set of language processor options to be processed. |
LANGPARM | (Can only be used with the preprocessor) Specifies parameters to be passed to the compiler invoked by the language processor. |
LANGUAGE | Specifies the type of compiler for the PL/I language preprocessor and postprocessor. |
PL/I | Controls the compiler listing destination. |
Identifies the listing sections that will be printed. | |
PROCESSOR | Specifies the output parameters of the PL/I language processor. |
PROGRAM-NAME | Specifies an override name for members in the source listing file. |
SYSTEM | Performs miscellaneous functions |
ZIIP | Controls use of an available zIIP processor. |
The commands can be entered in two ways:
- As parameters on the PARM statement of the EXEC — (Overrides input from the CWPPRMO file.)
- As input from the CWPPRMO file — (Comments are not valid and all command strings must be within columns 1 through 71.)
Each command has parameters (and some parameters have values) that must be written immediately after the commands, be enclosed in parentheses, and separated by commas.
If conflicting command options are entered, the last option specified is used.