COBOL Manual for TNS/E Programs (H06.03+)

Compiler Directives
HP COBOL Manual for TNS/E Programs520347-003
36-29
SUBTYPE
SUBTYPE
SUPPRESS and NOSUPPRESS
Note. Do not use this directive in the OSS environment.
Default: SUBTYPE 0
Placement: Anywhere
Scope: The last SUBTYPE in the program applies.
Dependencies: SUBTYPE is appropriate only if the program was compiled with
RUNNABLE.
References: RUNNABLE
Default: NOSUPPRESS
Placement: Accepted anywhere, but to suppress the compiler listing without altering
the source text, put SUPPRESS on the command line.
Scope: Applies until its opposite overrides it
Dependencies: SUPPRESS overrides LIST (and therefore, it also overrides CODE,
CROSSREF, ICODE, LMAP, MAP, SHOWCOPY, and SQL).
References:
LIST and NOLIST
MAP and NOMAP
SHOWCOPY and NOSHOWCOPY
SQL and NOSQL
SUBTYPE subtype-number
VST323.vsd
SUPPRESS
NOSUPPRESS
VST324.vsd