71 example of copy full command (fcincremental) – HP XP Business Copy Software User Manual
Page 131

ShadowImage for z/OS user guide 131
Figure 71
Example of COPY FULL command (FCINCREMENTAL)
•
FCINCREMENTALLAST
To delete the relationship after completing the copy operation of the differential data, use
FCINCREMENTALLAST. When you re-execute the COPY command with specifying FCINCREMENTALLAST
on the relationship created by specifying FCINCREMENTAL, the differential data will be copied to the T
VOL and the relationship will be deleted afterwards. If you reverse the S VOL and the T VOL and execute
the COPY command (Reverse Restore), only the differential data will be copied to the resulting T VOL after
performing Reverse Restore and the relationship will be deleted afterwards.
•
FCINCRVERIFY
To verify the condition when re-executing the COPY command with specifying FCINCREMENTAL on the
relationship created by specifying FCINCREMENTAL, use FCINCRVERIFY. NOREVERSE or REVERSE can
be specified for FCINCRVERIFY. However, since FlashCopy® Mirror Version 2 does not support the copy
operation with RESERVE, please specify NOREVERSE for FCINCRVERIFY.
• When NOREVERSE is specified:
Only when you specify the S-VOL and the T-VOL in the same way as when you created the
relationship, the copy operation will be executed.
• When REVERSE is specified:
Only when you specify the S-VOL and the T-VOL in the opposite way as when you created the
relationship, the copy operation will be executed.
//SYSPRINT DD SYSOUT=*
//VOL1 DD UNIT=3390,VOL=SER=FCV200,DISP=OLD
//VOL2 DD UNIT=3390,VOL=SER=FCV201,DISP=OLD
//SYSIN DD *
COPY FULL INDDNAME(VOL1) OUTDDNAME(VOL2)
FCINCREMENTAL