COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-32
Message List
70 (none)
Cause. The value of an open operation options parameter was not valid in the
context in which it was used.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. Consult your system administrator.
71 (none)
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
(048)
Cause. An attempt to allocate buffer space failed. The possible reasons are:
COBOL_SPECIAL_OPEN_, COBOL85^SPECIAL^OPEN, or
COBOLSPOOLOPEN 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.
Options not accepted
Inconsistent attribute value
Cannot obtain buffer space
Buffer space allocation failed