
Offload System TSIDONL Control Statements
Chapter 13. Disk Space Management 13-31
// JOB ONLOAD
// TLBL INPUT,'USER.DATA.SET'
// UPSI 010
// EXEC TSIDONL
START='ACCOUNTS.PAY',112
/*
/&
The following job restores all datasets found on the start-track-1 disk dataset backup tape.
// JOB RESTORE
// UPSI 100
// EXEC TSIDONL
/*
/&
The following job restores the three start-track-1 datasets named on the control statements
supplied as SYSIPT data. The second control statements reflects the POL= parameter to
cause that start-track-1 dataset only to be restored to the specified pool (WDPOOL) rather
than the pool where the dataset originally resided. The fourth control statement reflects both
the POL= parameter and an alternate dataset name to cause that start-track-1 dataset only to be
restored to the specified pool (DPOUND) using the alternate dataset name (‘WOODSTOCK’)
rather than the pool and dataset name of the original file. The last control statement (which
continues across two records) reflects an alternate dataset name to cause that start-track-1
dataset only to be restored using the alternate dataset name (‘SYLVESTER’) rather than the
dataset name of the original file.
// JOB RESTORE
// UPSI 110
// EXEC TSIDONL
‘WILEY.COYOTEIUS.MAXIMUMUS.HURTUM.IV.CERTUM’
‘CRAYZY.WABBUTTE’,POL=WDPOOL
‘TAZ.DEVIL’
‘SNOOPY’,POL=DPOUND,’WOODSTOCK’
‘TWEETY’,
‘SYLVESTER’
/*
/&
Comentarios a estos manuales