Previous Topic

Next Topic

Book Contents

Book Index

CTTMUP Example 3

Update a record in the Stacking database to indicate that data set ACCT.JAN1 is stackable and update a different record in this file to indicate new maximum and minimum lengths for data set ACCT.FEB2.

//CTTMUP     EXEC CTTMUP

//SYSIN      DD *

    TYPERUN  MODE=NORMAL,CHECK=NO

    STKUPD   DSNAME=ACCT.JAN1,JOBNAME=JOB1,STATUS=STK

    STKUPD   DSNAME=ACCT.FEB2,JOBNAME=JOB2,
             MAXSIZE=20480,MINSIZE=1024

//

Parent Topic

Examples for CTTMUP