COBOL Messages


LNC0030

COPY DD or WITH ALIAS done on variable-length field %1. Elementary name truncated.

0

Cause . . . . . : You are performing a COPY DD or COPY DDR or specified the ALIAS operation from a file that contains a variable-length field, and the name of this field is longer than 23 characters.

Recovery . . . : Reduce the ALIAS name of the field to 23 characters, or specify COPY DDS or COPY DDSR or do not specify the ALIAS option so that you use the primary name of the field instead of the ALIAS name.


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