IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Backup through ADRDSSU


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sam_nura

New User


Joined: 04 Dec 2008
Posts: 46
Location: Bangalore

PostPosted: Mon Jun 01, 2009 8:20 pm
Reply with quote

Hi i am writing the backup procedures to backup the production data. I am using the utility ADRDSSU to take the incremental and full backup. In the procedure there is one optional parameter LOGINDYnam. What will happen If i am not used this options. Also please may I know what are the options we must to use in the backup process?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Jun 01, 2009 8:28 pm
Reply with quote

The z/OS 1.8 version of the DF/DSS manual lists 49 options for the ADRDSSU DUMP command. The manual explains them all quite well. I recommend if you're writing ADRDSSU dump jobs that you familiarize yourself with the command options.

We cannot provide you specific options to use since many of them are going to be site specific and we don't know your site. Your question would be better posed to your site storage management or system support groups. Furthermore, selecting some options, such as LOGINDYNAM, may or may not be required depending on your other parameters -- if you have input DD statements already pointing to your input files, you won't need LOGINDYNAM. If you don't point to the input files, then you may need LOGINDYNAM -- but we cannot tell you that.

Furthermore, the options vary depending on whether you are doing physical or logical backups -- again something we cannot tell from what you provided.
Back to top
View user's profile Send private message
Sam_nura

New User


Joined: 04 Dec 2008
Posts: 46
Location: Bangalore

PostPosted: Mon Jun 01, 2009 9:03 pm
Reply with quote

hi Robert,
i am using the logical dump options. we are using several storage group for different data sets.But backup process in single job. As I am going to backup the production datasets just I want to ensure don’t want to miss any single datasets.Below are the JCL which i have used in my proc.

DUMP DS(INCLUDE( -
HLQ1.** -
HLQ2*.** -
HLQ3*.** -
) -
BY(DSCHA EQ 1)) -
OUTDD(TAPE) -
TOL(ENQF) SPHERE COMP ALLDATA(*) ALLEXCP FORCECP(1) ADMIN
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Jun 01, 2009 9:26 pm
Reply with quote

My personal preference is to include
Code:
OPT(4)
but you're telling DF/DSS to dump everything starting HLQ1. and HLQ2 and HLQ3 (note the difference between HLQ1 and the other two). The other options all look reasonable.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Data Backup suggestions DB2 5
No new posts How do I SFTP a ADRDSSU file from mai... IBM Tools 4
No new posts how to list the number of backup data... JCL & VSAM 3
No new posts Issue with CR+ catalog backup job. JCL & VSAM 18
No new posts adrdssu for copy all data JCL & VSAM 5
Search our Forums:

Back to Top