Connect a User Catalog to the Master Catalog

The following JCL can be used to connect a User Catalog to the Master Catalog of your z/OS system:


//IMPORT   EXEC PGM=IDCAMS
//SYSPRINT DD   SYSOUT=*
//SYSIN    DD   *
IMPORT CONNECT              -
OBJ((user_catalog_name      -
DEVT(devtype) VOL(volser))) -
CATALOG(master_catalog_name)
/*

Where:

user_catalog_name should be replaced by the name of your User Catalog dataset name.

devtype should be replaced by the device type where the User Catalog is allocated (e.g. 3390).

volser should be replaced by the volume where the User Catalog is allocated.

master_catalog_name should be replaced by the name of the Master Catalog of your z/OS system.

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.