Previous Topic

Next Topic

Book Contents

Book Index

CTMBLT Example 7

You want to create a new job scheduling definition JOBB in table TABLEB of library SCHED.LIBB. It will be identical to the scheduling definition of JOBA in table TABLEA of library SCHED.LIBA, except for the value of the OVERLIB parameter, which you want to set to JCL.OVERLIB.

Figure 26 CTMBLT – Example 7

LIBRARY=SCHED.LIBB

   TABLE=TABLEB

      MEMNAME=JOBB

         MODEL=(SCHED.LIBA,TABLEA,JOBA)

         OVERLIB=JCL.OVERLIBB

Parent Topic

Examples for CTMBLT