CONDCOMP
CONDCOMP affects the behavior of conditional compilation directives and controls how conditional code will be displayed in the listing.
- Default
- CONDCOMP=NOSKIPSRC
- NOSKIPSRC
- If
CONCOMP=NOSKIPSRC
is in effect, all source code and comments bounded by conditional compilation directives will be displayed in the listing. Sources lines in false branches of conditional code will be displayed as comments in the listing. - SKIPSRC
- If
CONDCOMP=SKIPSRC
is in effect, some source code and comments bounded by conditional compilation directives will be omitted from the listing. Sources lines and comments in false branches of conditional code will be omitted from the listing.