Start of change

DSNU1570I csect-name - MISMATCH OF keyword KEYWORD SPECIFICATION IN OBJECT LIST

Explanation

The use of the specified keyword or operand in the utility control statement must match another instance of the keyword or operand.

This message is issued for the RECOVER utility when the FROM option is specified and the DSNUM option specification is not the same for one or more target and source object pairs. For example, in the following incorrect RECOVER statement, the DSNUM operand specifications for the first target and source pair do not match:

RECOVER TABLESPACE target-ts DSNUM 1 FROM source-ts DSNUM 2
TABLESPACE target-ts DSNUM 3 FROM source-ts DSNUM 3
csect-name
The name of the control section that issued the message.
keyword
The utility option that is mismatched.

System action

The utility control statement in error is rejected and processing is halted.

User response

Evaluate and correct the utility control statement. Then resubmit the job.

Severity

8 (error)

End of change