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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-51
Message List
Recovery. If you can resolve the Guardian error, do so; otherwise report the error to
your service provider.
230
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
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
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. number must be greater than 2.
The file description does not include a LINAGE clause or a CODE-SET clause.
The file was not opened with time limits (as with the TIME LIMITS phrase in the
OPEN statement).
The program is not compiled with the NONSTOP directive.
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