SMP/E for z/OS User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Defining an alias entry for a user catalog

SMP/E for z/OS User's Guide
SA23-2277-01

After allocating the CSI data sets, you should define alias entries for the high-level qualifiers of your CSI data sets in your master catalog and relate them to your SMP/E user catalog.

The following job creates an alias entry in the master catalog for a CSI data set named SMPE.SMPCSI.CSI that is cataloged in a user catalog named SMPECAT:
//CREATE   JOB    'accounting info',MSGLEVEL=(1,1)
//ALIAS    EXEC   PGM=IDCAMS
//SYSPRINT DD     SYSOUT=A
//SYSIN    DD     *
  DEFINE ALIAS                      -
         (NAME(SMPE)                -
         RELATE(SMPECAT))           -
         CATALOG(AMASTCAT/password)
/*

If the CSI data sets are cataloged in different user catalogs, they must have different high-level qualifiers.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014