DSNU1321I csect-name OPERAND FOR KEYWORD utility-keyword IS INVALID. REASON CODE reason-code
Explanation
In a utility control statement, the operand that is specified for the indicated keyword is invalid.
- csect-name
- The name of the control section that issued the message.
- utility-keyword
- The utility keyword that is not valid.In the case of the BLKSZLIM keyword for the TEMPLATE utility, utility-keyword is:
where template-name is the name of the template.BLKSZLIM IN TEMPLATE template-name - reason-code
- The following numeric value to indicate the reason that the keyword is
invalid:
- 1
- The specified LRSN for a data-sharing environment is too low. Six-byte operands must be greater than X'00FFFFFFFFFF'. Ten-byte operands must be greater than X'0000FFFFFFFFFFFFFFFF'.
- 35C
- An error was detected during z/OS® dynamic allocation of a TEMPLATE data set. The specified value for the BLKSZLIM keyword for the specified template is invalid. For information about the minimum and maximum values that you can specify for the block size limit, see MVS JCL Reference. These values vary depending on the z/OS version.
System action
If reason-code is 35C and OPTIONS EVENT(ITEMERROR,SKIP) is specified, the utility skips the object and continues processing.
Otherwise, processing terminates.
User response
Correct the invalid operand and resubmit the utility job.
Severity
8 (error)