ARC0462I
INVALID PARAMETER PASSED TO PGM ARCIMPRT

Explanation

An attempt was made to recover a backup, migration, or offline control data set. The parameter passed to program ARCIMPRT, which specifies which control data set to recover, was not one of the following:
  • BCDS or BACKUPCONTROLDATASET
  • MCDS or MIGRATIONCONTROLDATASET
  • OCDS or OFFLINECONTROLDATASET

System action

The batch job ends. The control data set is not created.

Programmer response

Pass the correct parameter to program ARCIMPRT in the processing step of utility ARCIMPRT and rerun utility ARCIMPRT to recover the correct control data set.

An example of how to pass the parameter to ARCIMPRT to recover a MIGRATION control data set is:
  • //STEPxx EXEC PGM = ARCIMPRT,PARM = 'MCDS'

Source

DFSMShsm