COBOL Messages


LNC0032

COPY DDS done on null-capable field %1. Statement accepted.

10

Cause . . . . . : The file on which you are using COPY DDS/DDSR/DD/DDR contains a null-capable field.

Recovery . . . : Make sure every READ statement in this program will never encounter a null value in this field, or create the file again without making this field null-capable, or allow null maps by specifying the ALWNULL attribute in the ASSIGN clause.


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