COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-23
Message List
21 (none)
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 (none)
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.
23 (none)
Cause. The CRE could not determine the physical file name associated with
program_name.logical_name.
Effect. The run unit terminates abnormally.
Recovery. Correct the program_name.logical_name and rerun your program. For
information on ASSIGN commands, see ASSIGN Command and the TACL Reference
Manual.
24 (none)
Cause. ASSIGN values in your TACL environment conflict with each other. For
example:
ASSIGN A, $B1.C.D
ASSIGN *.A, $B2.C.D
Cannot read initialization messages ( error )
Cannot obtain executable file name
Cannot determine file name ( error )
program_name.logical_name
Conflict in application of ASSIGN
program_name.logical_name