MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Backup and Restore using ADRDSSU

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
ypngan
Beginner


Joined: 29 Nov 2004
Posts: 8
Topics: 2

PostPosted: Wed Mar 02, 2005 10:01 pm    Post subject: Backup and Restore using ADRDSSU Reply with quote

Hi all,

Suppose I want to backup files AAA.FILE1 and AAA.FILE2 from VOL111, and AAA.FILE3 and AAA.FILE4 from VOL222. I will issue the following command:
Code:


//BACKUP    EXEC PGM=ADRDSSU
//SYSOUT    DD SYSOUT=X                 
//SYSPRINT  DD SYSOUT=Y                 
//SYSUDUMP  DD SYSOUT=Q                 
//TAPEOUT   DD DSN=AAA.BACKUP,DISP=(NEW,CATLG,DELETE),UNIT=CTAPE,...
//SYSIN     DD *
 DUMP OUTDD(TAPEOUT) CANCELERROR -               
     DATASET(INCL(AAA.**))        -   
     COMPRESS SHARE TOL(ENQF) OPT(4) SPHERE
//

Is there any way to issue the command so that I can restore the files on their original VOLUME without specifying? (i.e. FILE1 and FILE2 to VOL111 and FILE3 and FILE4 to VOL222)

Thanks.

Franky
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group