Start of change

DSNU537I csect-name object-type object-qualifier.object-name IS NOT ALLOWED IN THE LIST

Explanation

The RECOVER utility or COPY utility found a directory or catalog table space in a list with other table spaces or other indexes.

csect-name
The name of the control section that issued the message.
object-type
The type of object.
object-qualifier.object-name
One of the qualified object names that is not compatible with other objects in the same list.

For the COPY utility, you can specify the following table spaces in a list with only the related index spaces and not with other table spaces or index spaces:

  • DSNDB01.SYSUTILX
  • DSNDB06.SYSTSCPY
  • DSNDB01.SYSLGRNX

Note that the utility history tables spaces (DSNDB06.SYSTSUTL and DSNDB06.SYSTSOEV) are listed in the same bullet, because they can be copied together in the same list, along with their index spaces.

For the RECOVER utility, you can specify the following table spaces in a list with only the related index spaces and not with other table spaces or index spaces:

  • DSNDB01.SYSUTILX
  • DSNDB01.DBD01
  • DSNDB01.SYSDBDXA
  • DSNDB06.SYSTSCPY
  • DSNDB01.SYSLGRNX
  • DSNDB06.SYSTSSTG and DSNDB06.SYSTSVOL

The pairs of catalog table spaces listed in the same bullet can be recovered together with their indexes in the same list. Directory and catalog table spaces must be recovered in a particular order, because the recovery of some objects depends on information in other objects. Indexes can be specified with their associated directory or catalog table space in a list.

System action

The utility job terminates.

User response

Remove the directory and catalog object names from the list. Then, submit the COPY or RECOVER job again.

Severity

8 (error)

End of change