Previous Topic: -RTV BASIS - Modeling a Database

Next Topic: Online Facilities

Sample Job Streams and Report

z/OS Example JCL

The following sample JCL catalogs the DATABASE structure MY-CLONED-DB (which is validated against the CA-ORIGINAL-DB structure) definition to the CXX.

Note: Use the following as a guide to prepare your JCL. The JCL statements are for example only. Lowercase letters in a statement indicate a value you must supply. Code all statements to your site and installation standards.

 //jobname    See the note above and Listing Libraries for CA Datacom Products in JCL.
 //       EXEC PGM=DDRTVCAT,REGION=600K
 //STEPLIB    See the note above and Listing Libraries for CA Datacom Products in JCL.
 //SYSPRINT DD   SYSOUT=a                       Print output
 //SYSPUNCH DD   SYSOUT=b                       Punch output
 //SNAPER   DD   SYSOUT=a                       dumps
 //SYSUDUMP DD   SYSOUT=a                       System dumps
 //SYSIN    DD   *                              Input transactions
 -USR sample-user,password                      Authorized user information
 -CXX CATALOG,DATABASE,MY-CLONED-DB(T001)
 -RTV BASIS,CA-ORIGINAL-DB
 /*

Sample Report - DDRTVCAT

The report contains the following: