Using DFSMSdss™ COPY
You can use the DFSMSdss™ COPY command to make copies of VSAM data sets for use by CICS® VR.
//JOB6 JOB accounting information,REGION=nnnnK
//STEP1 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COPY DATASET( -
INCLUDE(USER1.**)) /* FILTER ON DS W/1ST LEV Q USER1 */ -
OUTDYNAM((339001),(339002),(339003)) /* DYNAM ALLOC VOLS */ -
RENAMEU(**,CICSVR.**) -
CICSVRBACKUP
/*
- prefix
- Is the CICS® VR data set name, CICSVR_DSNAME_PREFIX, defined in the IGDSMSxx PARMLIB member.
- DS
- Is the abbreviation for DFSMSdss™.
- O
- Is the abbreviation for output.
- ii
- Is the system identifier in the sysplex. It is used to guarantee unique names across the sysplex.
- nnn
- is a unique request number code (001–999) for each request which arrives within the same tenth of a second time interval.
- D
- Is the abbreviation for the date.
- yyyy
- Is the year.
- ddd
- Is the day of the year, in Julian format.
- T
- Is the abbreviation for the time.
- hh
- Is the hour of the day, based on a 24-hour clock.
- mm
- Is the number of minutes.
- ss
- Is the number of seconds.
- t
- Is the tenths of a second.
- Select a VSAM sphere that you have created a DFSMSdss™ copy for from the CICS® VR VSAM sphere list.
- Press F5 for forward recovery only.
- Put the cursor in the backup time field and press F4 to list all the backups for the selected VSAM sphere.
All the backup copies of the spheres are listed, including the DFSMSdss™ backups.