COBOL Manual for TNS/E Programs (H06.03+)
Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
48-50
Message List
226
Cause. The file attributes of the existing file conflict with the file description in the
program and the file is not being opened for output, or (if it is being opened for output)
the file description specifies alternate record keys (COBOL cannot create a file with
alternate keys). The conflict is that the record sizes differ (the file description specifies
a larger maximum record than the existing file’s attributes), and the COBOL program
indicates that the records are fixed length.
Effect. The OPEN statement is unsuccessful with I-O status code “30.”
Recovery. Either correct the program descriptions or assign the correct file.
227
Cause. The HP COBOL Fast I-O routine loadclose returned the indicated error codes.
Effect. The CLOSE statement is unsuccessful. If the Guardian error is 43, the I-O
status code is "34"; otherwise it is "30".
Recovery. If you can resolve the Guardian error, do so; otherwise report the error to
your service provider.
228
Cause. An attempt to allocate an extended segment for use with HP COBOL Fast I-O
failed with the indicated error.
Effect. Instead of using HP COBOL Fast I-O (local buffering provided by HP COBOL),
the program uses standard I-O processing.
Recovery. The Guardian Procedure Calls Reference Manual documents the errors
that ALLOCATESEGMENT returns. Take the appropriate action.
229
Cause. The HP COBOL Fast I-O routine loadopen returned the indicated error codes.
Effect. The OPEN statement is unsuccessful with I-O status code “30.”
File attributes don't match and file not opened OUTPUT or has
alt keys
Loadclose failed with internal error mmm, GUARDIAN error nnn
SEGMENT_ALLOCATE_ for fast i/o failed with error return nnn
Loadopen failed with internal error mmm, GUARDIAN error nnn










