COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-33
Message List
Effect. The OPEN statement is unsuccessful with I-O status code “91.” The
COBOL_SPECIAL_OPEN_, COBOL85^SPECIAL^OPEN, or COBOLSPOOLOPEN
call is unsuccessful with I-O status code “30.”
Recovery. 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.
(123)
Cause. There was not enough buffer space to allocate buffer n for a SORT or
MERGE statement that was sending records to FastSort or getting records from
FastSort (as when an input or output procedure is specified). If n is 1, it was the
normal buffer that could not be allocated; if n is 2, it was the second buffer. The
second buffer is specified by the SECOND-BUFFER parameter of the
COBOL85^SET^SORT^PARAM^VALUE or COBOL85_SET_SORT_PARAM_VALUE_
routine.
Effect. The SORT or MERGE continues, but probably at a much slower pace.
Recovery. Specify the MEM parameter on the RUN (or RUND) command; for
example:
RUN RUNUNIT/MEM 64/
76 (none)
Cause. A value that was expected to be a Guardian external file name is not in the
correct format.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. If you supplied an invalid file name, correct the file name and rerun your
program. Otherwise, consult your system administrator.
Buffer n allocation failed on SORT or MERGE
Invalid external file name ( error )