DSNA601I   csect-name THE PARAMETER parm-name IS NOT VALID, INVALID REASON CODE = reason-invalid

Explanation

The parameter specified in the message is not valid.
parm-name
The name of the parameter that contained an invalid value.
reason-invalid
The reason that the parm-name parameter value is not valid:
  1. The value is not acceptable.
  2. The value is not unique.
  3. The value is null.
  4. The value is blank.
  5. The value is not null.
  6. The length of the value is not valid.
  7. The parm-name parameter is not known.
  8. The parm-name parameter is missing.
The specified parameter is not valid for the indicated reason:

The csect-name in the message identifies the CSECT that issued the message.

System action

The stored procedure or the started task terminates.

Programmer response

Correct the input parameter value specified on the SQL CALL statement or on the start command.

Severity

12 (severe)