COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-79
Message List
396 (Warning)
Cause. A condition-name has more values than the compiler can send to the Inspect
debugger. The compiler sends only the first value. To make all of the values available
to the Inspect 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.
400 (Error)
Cause. The object code generated for a separately compiled program exceeds 131
KB, which is the maximum size supported.
Recovery. Recompile the program without the CHECK directive and with the
NOBLANK and LESS-CODE 1 directives. If error 400 still occurs, change the source
program:
•
Remove unused code.
•
Break the program into two or more compilation units (see Compilation Units).
Condition-name has too many values to be referenced by
INSPECT
Program data space overflow
Program extended data space overflow
Program control space overflow
Program code exceeds 65500 words










