DSNH490I E csectname LINE: MV.NNNN COL cc NUMBER number DIRECTLY SPECIFIED IN A SQL STATEMENT IS OUTSIDE THE RANGE OF ALLOWABLE VALUES IN THIS CONTEXT (minval, maxval)

Explanation

A number (number) was specified that is not valid in the context in which it was specified. The minimum allowed value in this context is minval. The maximum allowed value in this context is maxval. n must be within the range specified by minval and maxval (minval =< n =< maxval).

System action

The statement was not executed.

User response

Change the value n to a valid value in the statement.

Severity

8 (error)