IBM System storage DS6000 Series Redbook page 540

Copy services with ibm system z
Hide thumbs Also See for System storage DS6000 Series:
Table of Contents

Advertisement

DFSMSdss: Dump and copy examples
Example A-3 shows a DFSMSdss full volume dump using Concurrent Copy. No special action
is required to perform a restore operation afterwards.
Example: A-3 DFSMSdss full volume dump with Concurrent Copy
//DSSJOB JOB ...
//DUMPSTEP EXEC PGM=ADRDSSU
//SYSPRINT DD
//DASD
//TAPE
// DISP=(NEW,KEEP),DSN=USER.BACKUP
//SYSIN
DUMP FULL INDDNAME(DASD) OUTDDNAME(TAPE) -
/*
Example A-4 shows a DFSMSdss logical data set dump of three fully qualified data sets using
Concurrent Copy. No special action is required to perform a restore operation after a
Concurrent Copy dump operation.
Example: A-4 Logical data set dump operation with CONCURRENT
//JOB6
//DUMPSTEP EXEC PGM=ADRDSSU
//SYSPRINT DD
//TAPE
// DISP=(NEW,KEEP),DSN=USER.BACKUP
//SYSIN
DUMP DATASET(INCLUDE(USER.LOG,USER.TABLE,USER.XREF)) -
/*
Example A-5 shows a DFSMSdss logical data set copy using Concurrent Copy.
Example: A-5 Data set Copy with CONCURRENT
//DSSJOB JOB ...
//COPYSTEP EXEC PGM=ADRDSSU
//SYSPRINT DD
//SYSIN
COPY DATASET(INCLUDE(USER.LOG,USER.TABLE,USER.XREF)) -
/*
DFSMSdss: FlashCopy example
Example A-6 shows an example of the use of FlashCopy and Concurrent Copy together. It is
a full volume copy between two volumes in the same LSS. As such, they were eligible for
FlashCopy, and FlashCopy was used as shown by the message ADR806I. At the same time,
the CC keyword is specified so that you obtain both ADR806I and ADR734I Concurrent Copy
initialization successful messages.
Example: A-6 Using FlashCopy and Concurrent Copy together
//STEPT40 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=V,OUTLIM=3000
516
IBM System Storage DS6000 Series: Copy Services with IBM System z
SYSOUT=*
DD
UNIT=SYSDA,VOL=SER=(SSDASD),DISP=OLD
DD
UNIT=TAPE,VOL=SER=(TAPE01,TAPE02,TAPE03),LABEL=(1,SL),
DD
*
COMPRESS CONCURRENT
JOB ...
SYSOUT=*
DD
UNIT=TAPE,VOL=SER=(TAPE01,TAPE02,TAPE03),LABEL=(1,SL),
DD
*
OUTDDNAME(TAPE) OPTIMIZE(4) CONCURRENT
SYSOUT=*
DD
*
OUTDYNAM(OVOL01,OVOL02,OVOL03,OVOL08) -
ALLDATA(*) ALLEXCP CONCURRENT -
STORCLAS(BACKUP) RENAMEUNCONDITIONAL(USERX)

Advertisement

Table of Contents
loading

Table of Contents