COBOL Messages


LNC0560

%1 has a field type that is not correct. Alphanumeric FILLER declared.

10

Cause . . . . . : You have used a COPY DDS/DDSR/DD/DDR statement on a file containing a field that falls into one of these categories:

1. Variable length

2. Date

3. Time

4. Timestamp

5. Graphic.

Recovery . . . : Choose one of the following:

1. In the CRTCBLMOD or CRTBNDCBL command, specify the CVTOPT parameter with the *VARCHAR, *DATETIME, or *PICXGRAPHIC option to handle fields of this type.

2. In the PROCESS statement, specify the VARCHAR, DATETIME, or CVTPICXGRAPHIC option to handle fields of this type.

3. Create the file again so that it does not contain fields of this type.


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