RNF3496

Initialization value exceeds maximum literal length; literal truncated.

20

Cause . . . . . : The initialization value retrieved for the field is longer than the maximum length of an RPG literal. For character literals, the maximum length is 1024 characters; for graphic literals, the maximum length is 512 DBCS characters; for UCS-2 literals, the maximum length is 512 UCS-2 characters. The literal has been truncated to the maximum literal length.

Recovery . . . : Specify a default value in the DDS that is less than or equal to the maximum literal length, or remove the parameter *EXTDFT from the keyword INZ. Compile again.