COBOL Messages


LNC1549

Receiving field must have valid data type; found %1. Statement ignored.

30

Cause . . . . . : The receiving field in a STRING statement must be described as USAGE IS DISPLAY, or explicitly as USAGE IS DISPLAY-1. Also, it must not represent an edited data item or be described with the JUSTIFIED clause.

Recovery . . . : Re-specify the receiving field with a valid data type.


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