COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-22
Message List
16 (none)
Cause. The CRE did not have enough room to store all of the checkpoint information
required by the program.
Effect. The run unit terminates abnormally unless the error occurred in an SMU
routine.
Recovery. If the error occurred in an SMU routine, increase the size of the checkpoint
list.
17
(012)
Cause. The CRE or a run-time library could not obtain space for all of its data. If the
offending statement is an ACCEPT or DISPLAY statement, its buffer could not be
allocated due to a lack of allocatable space.
Effect. The run unit terminates abnormally.
Recovery. Increase the available space. The program should close files as soon as it
is done using them.
If a TNS program does not close files as soon as it is done using them, you can rebind
or relink the object file and use the DATA PAGES option in the BUILD command to get
more space, or use the MEM parameter of the RUN command to increase the
available space.
20 (none)
Cause. A string, expected to be a valid file name, could not be interpreted as a
Guardian external file name.
Effect. The run unit terminates abnormally.
Recovery. Check that the file names in the program are valid Guardian file names.
Checkpoint list exhausted
Cannot obtain control space
Space allocation for ACCEPT or DISPLAY failed
Cannot utilize file name