z/OS DFSMS Managing Catalogs
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Updating Catalog Connector Records

z/OS DFSMS Managing Catalogs
SC23-6853-00

A connector record is a record in the master catalog for a user catalog. For shared catalogs, this record requires updating if another system has moved the catalog.

If a connector record must be updated due to a change in device type or volume serial number for the catalog, use the IMPORT CONNECT ALIAS command. Specifying ALIAS preserves any aliases already defined for the catalog.

Use the OBJECTS parameter to indicate the changed device type and volume serial number.

A moving user catalogs example follows:
   //IMPORTCN EXEC PGM=IDCAMS
   //SYSPRINT DD SYSOUT=*
   //SYSIN DD *
     IMPORT CONNECT ALIAS -
        OBJECTS((ICFCAT.USER.VSYS303 VOLUMES(SYSNEW) -
           DEVT(3390))) -
        CAT(SYS1.MASTERB.ICFCAT)
   /*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014