ADRDSSU and updated data

Ask queries about other IBM Tools like Tivoli, COBTEST, Fault Analyzer, z/OS File Manager, Workload Simulator, APA, SCLM, Merge & Migration Tools etc...
samb01
Posts: 431
Joined: Mon Nov 16, 2009 7:24 pm
Skillset: quite good
Referer: by web

ADRDSSU and updated data

Postby samb01 » Fri May 03, 2013 1:19 pm

Hello,

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

Code: Select all

DUMP OUTDDNAME(OUTDD1)                    -                         
     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...

Code: Select all

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                               



I would like to use less tape...

I tried the compress option

Code: Select all

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.

NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: ADRDSSU and updated data

Postby NicC » Fri May 03, 2013 2:31 pm

Well, assuming that you have read the manual and have not found anything why do you expect us to come up with something that is not in the manual. The manual explains what can be done so if it is not there then it can not be done - at least, not without some preparatory program that would generate the control cards for you.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

samb01
Posts: 431
Joined: Mon Nov 16, 2009 7:24 pm
Skillset: quite good
Referer: by web

Re: ADRDSSU and updated data

Postby samb01 » Fri May 03, 2013 4:47 pm

Ok, thanks for your help...

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: ADRDSSU and updated data

Postby dick scherrer » Fri May 03, 2013 7:52 pm

Hello,

What if every file is "updated" (i.e. a timestamp) every day or whatever cycle?
Hope this helps,
d.sch.

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: ADRDSSU and updated data

Postby enrico-sorichetti » Fri May 03, 2013 7:57 pm

even if ADRDSSU aka DFDSS lets You <process> dataset using the filter clause BY DSCHA
using it for MANUAL backups is just one of the worst ideas hanging around
do You realize how much clerical work will be needed to find out on what tape the dataset You just lost resides ???

dataset management based on reference bit and change bit should be left to AUTOMATED dasd managers ...
they KNOW how to handle history... You do not, or at least not as well as them ! :geek:
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort


  • Similar Topics
    Replies
    Views
    Last post