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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-10
Message List
Effect. The CRE calls PROCESS_STOP_, specifying the ABEND variant and the text
“Premature takeover.
Recovery. If the takeover occurred because of faulty program logic, correct the
program’s logic. If the takeover occurred for other reasons, such as a hardware failure,
you might want to rerun the program, provided that doing so will not duplicate
operations already performed, such as updating a database a second time.
15
Cause. A list of checkpoint item descriptors that a run-time library or CRE maintains
for fault-tolerant processes was invalid.
Effect. The run unit terminates abnormally.
Recovery. The list of items to checkpoint is maintained in the program’s address
space. Check the programs logic. The program might have overwritten the checkpoint
list. Use the selected debugger to help isolate the problem.
16
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
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.
Checkpoint list inconsistent
Checkpoint list exhausted
Cannot obtain control space