i would like to dump only upadated datasets with ADRDSSU because, my dump is using a huge number of tape actually (24).
My sysin is
DUMP OUTDDNAME(OUTDD1) -
DATASET(INCL( -
XFAL*.**) -
XFAL*.V*.*.Q*.OUT -
)) -
CANCELERROR TOL(ENQF) OPTIMIZE(4) FORCECP(0) WAIT(1,2) SHARE
DATASET(INCL( -
XFAL*.**) -
XFAL*.V*.*.Q*.OUT -
)) -
CANCELERROR TOL(ENQF) OPTIMIZE(4) FORCECP(0) WAIT(1,2) SHARE
There are lots of dataset so many tape is used...
DSN=UVALUV.VBKPDEQ.PROD4.G0124V00,
VOLS=214023,329441,329923,331277,210478,363341,332669,212502,
VOLS=213012,336337,337953,373223,224829,340591,218462,342807,
VOLS=343369,214649,386823,345683,281952,347223,347393,301838,
VOLS=351801,TOTALBLOCKS=893153
VOLS=214023,329441,329923,331277,210478,363341,332669,212502,
VOLS=213012,336337,337953,373223,224829,340591,218462,342807,
VOLS=343369,214649,386823,345683,281952,347223,347393,301838,
VOLS=351801,TOTALBLOCKS=893153
I would like to use less tape...
I tried the compress option
CANCELERROR TOL(ENQF) OPTIMIZE(4) COMPRESS FORCECP(0) WAIT(1,2) SHARE
But the number of tape is the same...
Is-it possible to dump only updated datasets... ?
Thanks for your hlep.