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

NOCONSULT
is ignored.
NOCONSULTDefault:
AnywherePlacement:
NoneDependencies:
If more than one CONSULT is present, the object names are appended to the list in the order they
are read; however, if any object name specified is already in the list, it retains its current position
in the list.
DIAGNOSE-74 and NODIAGNOSE-74
DIAGNOSE-74
causes the 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 HP COBOL 74
compiler.
NODIAGNOSE-74
prevents the 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
HP COBOL 74 compiler.
NODIAGNOSE-74Default:
AnywherePlacement:
Applies until its opposite overrides itScope:
NoneDependencies:
The warning messages issued begin with:
Logic may differ from COBOL 74 -
The possible suffixes, explained in Usage Considerations, are:
Size of index data item
Implied value of Figurative Constant
Precision of division operation
Action when program not found
Search algorithm
Size of receiving operand
Identification of statement operand
Assignment order of PERFORM operands
Alphanumeric sender
Compiler Directives 545