COBOL Manual for TNS and TNS/R Programs

Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs522555-006
36-11
DIAGNOSE-74 and NODIAGNOSE-74
DIAGNOSE-74 and NODIAGNOSE-74
DIAGNOSE-85 and NODIAGNOSE-85
Default: NOCROSSREF
Placement: Anywhere
Scope: CROSSREF applies to all separately compiled program units, regardless
of nesting; that is, all programs within a nest appear in the same cross-
reference listing. You need not repeat the CROSSREF directive for each
program unit in a compilation unit; the class list active at the end of one
program unit applies to the next program unit until explicitly altered by a
NOCROSSREF directive.
Dependencies: CROSSREF works only if LIST is active and SUPPRESS is not.
References:
LIST and NOLIST
SUPPRESS and NOSUPPRESS
Default: NODIAGNOSE-74
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: None
Note. The COBOL85 compiler does not recognize these directives.
Default: NODIAGNOSE-85
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: None
DIAGNOSE-74
NODIAGNOSE-74
VST277.vsd
DIAGNOSE-85
NODIAGNOSE-85
VST719.vsd