COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-79
Message List
395 (Error)
Cause. Both the current COBOL program and a preceding one qualify for the MAIN
attribute. Because the compiler cannot determine which one should be the main
program, it does not produce an object file.
396 (Warning)
Cause. A condition-name has more values than the compiler can send to theInspect
debugger. The compiler sends only the first value. To make all of the values available
to theInspect debugger, replace the condition-name with several condition names,
each with a less demanding VALUE clause, and reference all of them wherever the
original condition-name is currently referenced.
397 (Error)
Cause. The data items defined in the File and Working-Storage Sections of a source
program need more program data space than is available for the entire run unit.
398 (Error)
Cause. The data items defined in the Extended-Storage Section of a source program
need more program extended data space than is available for the entire run unit.
399 (Error)
Cause. The objects defined in a source program need more run-time program control
space than is available for the entire run unit.
More than one implicit MAIN program
Condition-name has too many values to be referenced by
INSPECT
Program data space overflow
Program extended data space overflow
Program control space overflow