IBM0421S
ONCODE=oncode-value. The SUBSCRIPTRANGE condition was raised.

Explanation

An array subscript exceeded the declared bound for the array.

System action

The ERROR condition is raised.

Programmer response

In order to ensure that the program can continue processing after encountering a subscript range error, include an ON-unit for this condition which runs a GOTO statement to the appropriate place in the program. Also, recompile the program. Normal return from a SUBSCRIPTRANGE ON-unit will produce this message and raise the error condition. Note that array handling operations are made slower when SUBSCRIPTRANGE is enabled.

Symbolic Feedback Code

IBM0D5