IBM0802S
ONCODE=oncode-value The GET/PUT STRING exceeded the source string size.

Explanation

For input, a GET statement attempted to access data that exceeded the length of the source string. For output, a PUT statement attempted to assign data that exceeded the target string. The ONCODE associated with this message is 1002.

System action

The ERROR condition is raised.

Programmer response

For input, either extend the length attribute of the source string, or correct the data so that the length does not exceed the declared length of the source string. For output, either extend the length attribute of the target string, or correct the data so that the length does not exceed the declared length of the target string.

Symbolic Feedback Code

IBM0P2