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


Example: Using a model to define a BCS

z/OS DFSMS Managing Catalogs
SC23-6853-00

In this example, the catalog SYS1.ICFCAT.NEWCAT is defined using SYS1.ICFCAT.MODEL as a model. The MODEL parameter specifies the name of the model, and the catalog that contains the entries for the model. Because catalogs contain their own entries, you must specify the name of the catalog twice in the MODEL parameter.
 //DEFCAT2  JOB  ...
 //MODEL   EXEC PGM=IDCAMS
 //SYSPRINT DD SYSOUT=A
 //SYSIN    DD *
     DEFINE USERCATALOG -
            (NAME(SYS1.ICFCAT.NEWCAT) -
             ICFCATALOG -
             MODEL(SYS1.ICFCAT.MODEL SYS1.ICFCAT.MODEL) -
             VOLUME(VSER03) -
             CYLINDERS(15 5))
 /*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014