Variable-length field %1 longer than 9 999 or 32 767 characters. Data item created.
20
Cause . . . . . : The file on which you are using COPY DDS/DDSR/DD/DDR contains a variable-length field, and the data portion of this field consists of more than 9 999 characters if compiler option STDTRUNC is in effect, or has more than 32 767 characters if compiler option NOSTDTRUNC is in effect. In the case of graphic data items, each character consists of 2 bytes, and the data portion of this field therefore consists of more than 19 998 bytes if compiler option STDTRUNC is in effect, or has more than 65 534 bytes if compiler option NOSTDTRUNC is in effect.
Recovery . . . : If compiler option STDTRUNC is in effect and the variable-length field size is between 9 999 and 32 767 characters, specify compiler option NOSTDTRUNC and compile again.