CONDCOMP
CONDCOMP affects the behavior of conditional compilation directives and controls how conditional code will be displayed in the listing.
Default is: CONDCOMP(NOSKIPSRC)
Abbreviations are: CC(SKIPS
| NOSKIPS)
- CONDCOMP(NOSKIPSRC)
- If
CONDCOMP(NOSKIPSRC)
is in effect, all source lines and comments bounded by conditional compilation directives will be displayed in the listing. Source lines in false branches ofIF
andEVALUATE
directives will be displayed as comments.
- CONDCOMP(SKIPSRC)
- If
CONDCOMP(SKIPSRC)
is in effect, source lines and comments in the false branches of conditional compilation directives,IF
andEVALUATE
directives, will not be shown in the listing. In addition, compiled source lines and comments will also be omitted from the MDECK output file and SYSMDECK.
Conditional compilation (Enterprise COBOL for z/OS® Language Reference )