Stacking copies on tape
When you use multiple COPY statements in your SYSIN data set and dynamically allocate copy data sets, you can optionally stack output copies of the same type (LP, LB, RP, or RB) contiguously on the same set of tapes.
When you want to stack copies of more than one type on tape (such as local site primary and local site backup), you must use a different OUTPUT descriptor for each type and stack the copy types on different tape units. For example, the following statements stack local site primary copies of table spaces A.B, C.D, and E.F contiguously on tape unit CARTLP and the corresponding local site backup copies contiguously on tape unit CARTLB:
OUTPUT LPCOPY UNIT CARTLP ...options ... STACK YES
...more options
OUTPUT LBCOPY UNIT CARTLB ...options ... STACK YES
...more options
COPY TABLESPACE A.B
.....options
COPYDDN(LPCOPY,LBCOPY) .....more options
COPY TABLESPACE C.D .....options
COPYDDN(LPCOPY,LBCOPY) .....more options
COPY TABLESPACE E.F .....options
COPYDDN(LPCOPY,LBCOPY) .....more options
...more options
OUTPUT LBCOPY UNIT CARTLB ...options ... STACK YES
...more options
COPY TABLESPACE A.B
.....options
COPYDDN(LPCOPY,LBCOPY) .....more options
COPY TABLESPACE C.D .....options
COPYDDN(LPCOPY,LBCOPY) .....more options
COPY TABLESPACE E.F .....options
COPYDDN(LPCOPY,LBCOPY) .....more options
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*