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


Example: Defining aliases for a user catalog

z/OS DFSMS Managing Catalogs
SC23-6853-00

The following job defines two aliases for SYS1.ICFCAT.TEST, USER01 and PROJECTA:
 //DEFALIAS JOB ...
 //ALIAS    EXEC PGM=IDCAMS
 //SYSPRINT DD SYSOUT=A
 //SYSIN    DD *
        DEFINE ALIAS -
               (NAME(USER01)     -
               RELATE(SYS1.ICFCAT.TEST))

        DEFINE ALIAS -
               (NAME(PROJECTA)     -
               RELATE(SYS1.ICFCAT.TEST))
 /*

The NAME parameter identifies the alias, and the RELATE parameter identifies the catalog for which the alias is being defined.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014