Previous Topic

Next Topic

Book Contents

Book Index

CTTSBD Example 3

This example stacks all data sets with the prefix ACCT and makes sure that no two data sets with the same name are written to the same output volume chain.

SYSIN DD Statement – Example 3A

TYPERUN MODE=NORMAL,INRET=2,

        OUTRET=SAME,OUTPREF=NONE,

        OUTSUFF=NONE,COPYEXPF=NO,

        OUTMVLIM=3,MAXLABEL=100,

        VAULTED=NO,CARTCOST=10,

        INUNIT=460,OUTUNIT=461,

        MAXERR=30,OUTCAT=RECAT,

        COPYATTR=YES,CHAINRET=ANY,

        OUTVOLMB=200

INCLUDE DSNAME=ACCT*

CTTSBGRP DD Statement (Data Set Group Definitions) – Example 3B

GROUP NAME=ACCT

   DATASET DSNAME=ACCT*

   NOTWDSN NAME=SAME

Parent Topic

Examples for CTTSBD