COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programsβ522555-006
48-64
Message List
226 (113)
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 (114)
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
(115)
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.
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
Allocatesegment for fast i/o failed with error return nnn