JCL

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 […]