3229 (0C9D) (RC3229): MQRCCF_PARM_VALUE_ERROR

Explanation

Parameter value invalid.

The value specified for a parameter was not acceptable. It might be for one of the following reasons:
  • Outside the acceptable numeric range for the parameter.
  • Not one of a list of acceptable values for the parameter.
  • Using characters that are invalid for the parameter.
  • Completely blank, when such is not allowed for the parameter.
  • A filter value that is invalid for the parameter being filtered.
The parameter in question might be returned in the message (with parameter identifier MQIACF_PARAMETER_ID).

Programmer response

Reissue the command with correct parameters and values.