COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-65
Message List
229 (116)
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.”
Recovery. If you can resolve the Guardian error, do so; otherwise report the error to
your service provider.
230 (117)
Cause. The HP COBOL Fast I-O routine loadwrite returned the indicated error codes.
Effect. The WRITE statement is unsuccessful with I-O status code “30.”
Recovery. If you can resolve the Guardian error, do so; otherwise report the error to
your service provider.
231 (118)
Cause. The HP COBOL Fast I-O routine initnewdatablock failed.
Effect. The READ statement is unsuccessful with I-O status code “30.
Recovery. Report the error to your service provider.
232 (119)
Cause. The program attempted to execute a READ REVERSED, REWRITE, or
START statement to a file that is using HP COBOL Fast I-O.
Effect. The REWRITE statement is unsuccessful with I-O status code “40.”
Recovery. Change the program so that it does not attempt to use HP COBOL Fast
I-O. A program attempts to use HP COBOL Fast I-O on a sequential file that meets
these criteria:
You are not creating an audited file (you can read an audited file, however).
The file description includes a RESERVE clause with a number specifying the
number of blocks to buffer. In the non-CRE environment, number must be greater
than 1; in the CRE, it must be greater than 2.
Loadopen failed with internal error mmm, GUARDIAN error nnn
Loadwrite failed with internal error mmm, GUARDIAN error nnn
Initnewdatablock (Fast i-o) failed
An illegal operation was attempted on a fast i/o file