Stacking copies on tape
When you 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 command 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
RECOVER TABLESPACE A.B ..... options
OUTCOPYDDN(LPCOPY,LBCOPY) ..... more options
RECOVER TABLESPACE C.D ..... options
OUTCOPYDDN(LPCOPY,LBCOPY) ..... more options
RECOVER TABLESPACE E.F ..... options
OUTCOPYDDN(LPCOPY,LBCOPY) ..... more options
... more options
OUTPUT LBCOPY UNIT CARTLB ... options ... STACK YES
... more options
RECOVER TABLESPACE A.B ..... options
OUTCOPYDDN(LPCOPY,LBCOPY) ..... more options
RECOVER TABLESPACE C.D ..... options
OUTCOPYDDN(LPCOPY,LBCOPY) ..... more options
RECOVER TABLESPACE E.F ..... options
OUTCOPYDDN(LPCOPY,LBCOPY) ..... more options
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*