Recover data sets from the volume patterns SSL/ and SMS/ as long as they are located in table FMSINCLD, but not in table FMSEXCLD. Scratch any of the data sets if they already exist.
//jobname JOB (acct,info),etc. // EXEC FMS //SYSIN DD * SCAN DSNINDEX
SELECT TABLE=FMSINCLD,VOL=(SSL/,SMS/) EXCLUDE TABLE=FMSEXCLD
RECOVER SCRATCH
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|