COBOL Messages


LNC0714

NULL-MAP or NULL-KEY-MAP phrase missing from the %1 statement of null-capable file %2. Accepted.

20

Cause . . . . . : The NULL-MAP or NULL-KEY-MAP phrase should be specified on an I-O statement for a file containing the ALWNULL attribute in the ASSIGN clause. If the I-O statement is the DELETE or START statement, then the NULL-KEY-MAP phrase should be specified. All fields in the record or key will be processed as NOT null; that is the null map will be set to ALL B"0".

Recovery . . . : Add the NULL-MAP or NULL-KEY-MAP phrase to the I-O statement.


[ Top of Page | Previous Page | Next Page | Table of Contents ]