IDC21045I
entryname, type avol RENAMED entryname

Explanation

An attempt was made to reset an object that bears the same name as some other object in the catalog. One of the objects was chosen to be renamed as noted in the message.

The types of entries are as follows:
  • A -- non-VSAM
  • B -- GDG base
  • C -- cluster
  • D -- data
  • G -- alternate index
  • I -- index
  • R -- path
  • U -- user catalog
  • X -- alias
In the message text:
entryname
The specified entry name.
type
The type of record. The values of type are defined under message IDC21045I.
avol
The volume.

System action

Processing continues.

Programmer response

If the renamed entry was a non-VSAM entry, the associated format-1 DSCB has not been renamed. The entry may be deleted (NOSCRATCH), the conflict resolved and the entry redefined.

If a GDG base or GDG set has been renamed, the base and its associated data sets should be deleted (NOSCRATCH) and redefined after resolving the conflict.

If a catalog connector was renamed, that catalog may be EXPORTed (using the DISCONNECT option), the conflict resolved, and the catalog connector entry IMPORTed.

If an ALIAS was renamed the conflict may be resolved, and ALTER issued to rename the entry back.

Note that the non-VSAM and GDG data sets will be inaccessible via this new name, because the Format 1 DSCB name does not correspond to the catalog name. The catalog entry is accessible.

Source

DFSMSdfp

Module

IDCRS07