ADR468E
(ttt)-mmmmm(yy), VSAM DATA SET dsname [IN CATALOG catalog_name] IS NOT PROCESSABLE

Explanation

The VSAM entry was not processed because one or more of the following conditions exist:
  • The RENAMEUNCONDITIONAL subparameter is specified but the new name is not fully qualified and there is a mismatch in the resulting number of data set name levels.
  • If the REPLACE or REPLACEUNCONDITIONAL keyword was specified, either the data set does not qualify for preallocation or a pre-allocated target does not exist, and one of the following conditions applies:
    • If DELETE is specified and the entry name is a SYS1., page, or swap data set, the RENAMEUNCONDITIONAL or PROCESS(SYS1) subparameter was not specified.
    • If the entry name is a cluster name and DELETE was not specified: (1) the RENAMEUNCONDITIONAL subparameter was not specified, or (2) the RECAT subparameter was not specified.
    • If the entry name is an alternate index or a user catalog name: (1) the DELETE subparameter was not specified, or (2) the RENAMEUNCONDITIONAL subparameter was specified.
  • If the REPLACE or REPLACEUNCONDITIONAL keyword was not specified, one of the following conditions applies:
    • If DELETE is specified and the entry name is a SYS1., page, or swap data set, the RENAMEUNCONDITIONAL or PROCESS(SYS1) subparameter was not specified.
    • If the entry name is a cluster name and DELETE was not specified: (1) the RENAMEUNCONDITIONAL subparameter was not specified or (2) the RECAT subparameter was not specified.
    • If the entry name is an alternate index or a user catalog name: (1) the DELETE subparameter was not specified or (2) the RENAMEUNCONDITIONAL subparameter was specified.
    • If the entry name is a user catalog name, INDDNAME or INDYNAM was specified.

System action

Processing continues. The return code is 8.

Operator response

None.

Programmer response

Take one of the following actions:
  • If the RENAMEUNCONDITIONAL subparameter is specified and the new name is not fully qualified, correct the rename criteria to eliminate the mismatch in the resulting data set name levels, or specify a fully qualified name.
  • If the REPLACE or REPLACEUNCONDITIONAL keyword is specified and:
    • If the data set is eligible for preallocation, ensure that a qualifying target is available on the target volumes.
    • If the data set is not eligible for preallocation or a REPLACE or REPLACEUNCONDITIONAL operation is not required, determine further action from the following lists.
  • If the entry name is a SYS1., page, or swap data set and DELETE is specified, copy the entry specifying RENAMEUNCONDITIONAL(new name) or PROCESS(SYS1).
  • If the entry name is a cluster name: (1) copy the cluster by specifying DELETE, (2) copy the cluster by specifying RENAMEUNCONDITIONAL(new name), or (3) copy the cluster by specifying RECAT(catname).
  • If the entry name is an alternate index or a user catalog name, copy the alternate index or user catalog, specifying DELETE, and remove the RENAMEUNCONDITIONAL subparameter.
  • If the entry name is a user catalog name, do not specify INDDNAME or INDYNAM.
  • If CICSVRBACKUP is specified and the entry name is an alternate index, the alternate index is not processed. You want to exclude the alternate index on your COPY command so that this error message is not issued the next time that you submit the job. See z/OS DFSMSdfp Storage Administration for more information about the CICSVRBACKUP keyword on the COPY command.
  • The NEWNAMEUNCONDTIONAL keyword specifies that a source data set should be given a new name during dump processing, whether or not the data set exists with the new name.

Source

DFSMSdss