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

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
Cannot obtain control space
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.
20
Cannot utilize file name
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.
21
Cannot read initialization messages ( error )
Cause
During program initialization, the CRE could not read all of the messages (start-up message,
PARAM message, ASSIGN messages, and so forth) it expected from the file system. error is
the file system error number the CRE received when it could not read an initialization message.
Effect
The run unit terminates abnormally.
Recovery
Consult your system administrator.
22
Cannot obtain executable file name
Cause
The CRE could not obtain the name of the loadfile from the Guardian environment.
Effect
The run unit terminates abnormally.
Recovery
Consult your system administrator.
Message List 1185