Summary of C Language Processor Commands
The following is a list and brief description of the commands available for the C language processor. Each command is discussed in detail later in this section.
C | Controls whether the language processor should print the compiler listing and/or write it to DDIO. |
CONDDDIO | (Can only be used with the preprocessor) Specifies that the source listing will be written to the DDIO 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 preprocessor. |
DDIO | Specifies which sections of the C compiler listing will be written to the DDIO file. |
File-overrides | (Can only be used with the postprocessor) Override certain default file definitions (ddnames) used by the language processors. |
INCLUDE | Includes 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 C language preprocessor and postprocessor. |
Identifies the sections of the listing that will be printed. | |
PROCESSOR | Specifies the output parameters of the C language processor. |
PROGRAM-NAME | Specifies an override name for members in the source listing file. |
SYSTEM | Performs miscellaneous functions. |
The commands can be entered in two ways:
- As parameters on the PARM statement of the EXEC — (Override 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.