IBM0442W
ONCODE=151 The STRINGSIZE condition was raised. The condition was detected during a mixed character string assignment.

Explanation

This condition was raised by one of the CHAR, GRAPHIC, or MPSTR built-in functions. The target was not long enough to contain the result. This target can be the actual target or a temporary target that is created by the program. This condition may have occurred also due to a mixed character assignment with STRINGSIZE enabled and CHARGRAPHIC in effect for the procedure or block. An MPSTR call is generated in this case.

System action

Execution continues from the point at which the condition was raised.

Programmer response

Determine whether or not truncation of right-hand characters in the result is correct. Use an ON-unit to record the relevant data or modify the program as required.

Symbolic Feedback Code

IBM0DQ