COBOL Messages


LNC2300

Record key %1 in variable portion of record. Ignored.

30

Cause . . . . . : You have specified a RECORD key all or part of which lies in the variant part of the record. This means that some records for the file could have an incomplete key. COBOL requires that for indexed files every record must have complete keys.

Recovery . . . : Change your file declaration so that all keys are entirely contained within the fixed portion of the record.


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