COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-50
DIAGNOSEALL and NODIAGNOSEALL
DIAGNOSEALL and NODIAGNOSEALL
DIAGNOSEALL
causes the compiler to issue a warning each time it encounters an undefined
identifier, even if it already issued a warning for a previous use of that identifier.
NODIAGNOSEALL
causes the compiler to issue a warning the first time it encounters an undefined
identifier, but not if it already issued a warning for a previous use of that identifier.
ELD
ELD passes one or more linker options to the eld utility.
option
is an eld option. For information about eld options, see the eld Manual.
Default: NODIAGNOSEALL
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: None
Default: None
Placement: In the command line
Scope: Applies to the compilation unit
Dependencies: None
DIAGNOSEALL
NODIAGNOSEALL
VST470.vsd
ELD (
)
option
VST157.vsd










