Previous Topic: Volume—Level BACKUP ExamplesNext Topic: Example 2—Volume-Level Backup with no ENQ Processing


Example 1—Volume-Level Backup with shared ENQs

Select volume "PROD01" for volume-level backup processing. Perform shared ENQs on all data sets in the volume but do not perform a RESERVE on the volume itself. Request a retention period of 30 days and create a MAP report of all tracks backed up in data set name sequence.

//jobname JOB (acct,info),etc.
//         EXEC DMS
//SYSIN     DD  *
SCAN REALVOLS
SELECT VOL=(PROD01)
VBACKUP DSNENQ=SHR,RESERVE=NO,RETPD=00030,RPT=MAP