IBM0634S
ONCODE=3013 An invalid graphic variable assignment was attempted.

Explanation

A graphic (DBCS) target of length greater than 16,383 was encountered. This target could have been an actual target or a temporary target created by the program. This condition was raised by the GRAPHIC built-in function. The maximum length of a graphic (DBCS) string is 16,383 characters (32,766 bytes).

System action

The ERROR condition is raised.

Programmer response

Ensure that graphic (DBCS) strings are less than the maximum allowed length of 16,383.

Symbolic Feedback Code

IBM0JQ