COBOL Messages


LNC1622

SORT/MERGE key %1 cannot be defined with OCCURS clause. Statement ignored.

30

Cause . . . . . : An ASCENDING/DESCENDING key of a SORT or MERGE statement must not be defined in the DATA DIVISION with an OCCURS clause.

Recovery . . . : Use a different key in the SORT or MERGE statement, or remove the OCCURS clause from the definition of the key in the DATA DIVISION.


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