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 

VASM Tape Backups

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


Joined: 25 Aug 2003
Posts: 4
Topics: 2

PostPosted: Mon Aug 25, 2003 8:48 am    Post subject: VASM Tape Backups Reply with quote

I am currently looking to split up a VSAM backup job, backs up 6 large files to tape, to 3 seperate jobs to run in parrallel.

I am being told that Tape Stacking will do the same thing in one proc but can find no evidence to support this.

Can someone help me out here - this is an example of what I have been told does the saem But I do not see how:

//******************************************************************
//STEP0021 EXEC PGM=IDCAMS,REGION=512K
//*
//SYSPRINT DD SYSOUT=*
//INPUT1 DD DSN=&VFLID..&NMASTR..APPINSU,DISP=SHR
//OUTPUT1 DD DSN=&DFLID..&JBN..&NMASTR..APPINSU(+1),
// DISP=(NEW,CATLG,DELETE),
//* UNIT=&TAPEUNIT,
// UNIT=(&TAPEUNIT,,DEFER),LABEL=(1,SL),VOL=(,RETAIN),
// DCB=(MODELDCB,LRECL=23472,DSORG=PS,RECFM=VB)
//*
//SYSIN DD DSN=&CTCLIB(REPRO01),DISP=SHR
//*
//RCGEN021 EXEC PGM=RCGEN,PARM='U0333',COND=(0,EQ,STEP0021)
//*****************************************************
//STEP0022 EXEC PGM=IDCAMS,REGION=512K
//*
//SYSPRINT DD SYSOUT=*
//INPUT2 DD DSN=&VFLID..&NMASTR..APPL,DISP=SHR
//OUTPUT2 DD DSN=&DFLID..&JBN..&NMASTR..APPL(+1),
// DISP=(NEW,CATLG,DELETE),
// UNIT=&TAPEUNIT,
// LABEL=(2,SL),
// VOL=(,RETAIN,,REF=*.STEP0021.OUTPUT1),
// DCB=(MODELDCB,LRECL=23472,DSORG=PS,RECFM=VB)
//*
//SYSIN DD DSN=&CTCLIB(REPRO02),DISP=SHR
//*
//RCGEN022 EXEC PGM=RCGEN,PARM='U0333',COND=(0,EQ,STEP0022)
//*****************************************************
Back to top
View user's profile Send private message
scv5862
Beginner


Joined: 25 Aug 2003
Posts: 4
Topics: 2

PostPosted: Mon Aug 25, 2003 8:53 am    Post subject: Reply with quote

Don't worry - I talked to them again and relaised that they have no idea what is going on andthe defer works just as I thought.

Though any assistance on the best and fastest way to back up 3000 + cyl files is appreciated.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Mon Aug 25, 2003 11:57 am    Post subject: Reply with quote

scv5862,

Stacking can be achieved by referring to the volume from the step above. You are already stacking the tapes.step0022 has the stacking coded

Code:

VOL=(,RETAIN,,REF=*.STEP0021.OUTPUT1),



Actually stacking of tapes can consume time.so remove the stacking and see if it makes any difference.just remove the ref=*. and code as follows for all the output datasets.

Code:

// UNIT=(&TAPEUNIT,,DEFER),LABEL=(1,SL),VOL=(,RETAIN),


You are using IDCAMS to copy the file to a tape. why not use a sort product(DFSORT,syncsort) which are highly optimised with low excp counts??



Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
scv5862
Beginner


Joined: 25 Aug 2003
Posts: 4
Topics: 2

PostPosted: Tue Aug 26, 2003 12:34 pm    Post subject: Reply with quote

Cheers Koluso.

I will guve the DFSORT a try - at this point I will try anything to get these backps running faster.

Do you have any knowledge of a tool called SNAPSHOT?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Tue Aug 26, 2003 12:55 pm    Post subject: Reply with quote

scv5862,

Are you reffering to this
SNAPSHOT???

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Data Management 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