COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-70
DIAGNOSE-85 and NODIAGNOSE-85
DIAGNOSE-85 and NODIAGNOSE-85
DIAGNOSE-85
causes the NMCOBOL compiler to issue warnings when it encounters source
constructs that could cause the program to produce different results than it would if
it were compiled with the COBOL85 compiler.
NODIAGNOSE-85
prevents the NMCOBOL compiler from issuing warnings when it encounters
source constructs that could cause the program to produce different results than it
would if it were compiled with the COBOL85 compiler.
Note. The COBOL85 compiler does not recognize these directives.
Default: NODIAGNOSE-85
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: None
DIAGNOSE-85
NODIAGNOSE-85
VST719.vsd