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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-20
Message List
71
Cause. A routine requested a connection to a shared file that was already open, and
the attributes of the new open request conflict with the attributes specified when the file
was first opened.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. If your program supplied the attribute values, correct and rerun your
program; otherwise, consult your system administrator.
75
Cause. An attempt to allocate buffer space failed. The possible reasons are:
COBOL_SPECIAL_OPEN_ attempted to get space for level 3 spooling or for at
least one record.
An OPEN of a file assigned to $RECEIVE attempted to get space for various
tables.
An OPEN of an EDIT file attempted to get space to process the file.
An OPEN of other files attempted to get space for ADVANCING processing.
Effect. The OPEN statement is unsuccessful with I-O status code “91.” The
COBOL_SPECIAL_OPEN_ call is unsuccessful with I-O status code “30.”
Recovery. The program should close files as soon as it is done using them.
Recovery. The program should close files as soon as it is done using them.
76
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.
Inconsistent attribute value
Cannot obtain buffer space
Invalid external file name ( error )