View previous topic :: View next topic
|
Author |
Message |
Tamanna
New User
Joined: 07 Oct 2006 Posts: 6 Location: Chennai
|
|
|
|
Hi,
I take a back up of around 1500 datasets using ADRDSSU backup step into TAPE, which is consuming large CPU times. Are there any options to reduce the CPU consumption while using ADRDSSU step. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
What do you call large CPU times ? |
|
Back to top |
|
|
Tamanna
New User
Joined: 07 Oct 2006 Posts: 6 Location: Chennai
|
|
|
|
By Large CPU times , i meant to say the TOTAL CPU TIME taken by the job |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Quote: |
By Large CPU times , i meant to say the TOTAL CPU TIME taken by the job |
Yes, I rather gathered that, so I did mean for you to quote actual CPU consumption figures and the elapsed time too.
Have you considered the size of these 1,500 datasets.
Are they different HLQ's.
What paramteres have you specified in your DUMP job. |
|
Back to top |
|
|
Tamanna
New User
Joined: 07 Oct 2006 Posts: 6 Location: Chennai
|
|
|
|
Hi expat,
The backup job i was using takes the backup of all the PS and VSAM files i have created. Please find the jobs below( where TSTPS : corresponds to PS files HLQ and TSTTV corresponds to VSAM files HLQ)
//SB1PR02 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//TAPE1 DD DSN=TSTPS.ONSITE.D070501,
// DISP=(NEW,CATLG,DELETE),
// LABEL=RETPD=15,
// UNIT=TAPE3,
// VOL=(,,,15)
//SB1PR02.SYSIN DD *
DUMP OUTDD(TAPE1) -
TOL(ENQF) -
DS(INCL(TSTPS.** -
TSTTV.** ))
/*
Please find the CPU statistics below:
TOTAL CPU TIME= 3.71
TOTAL ELAPSED TIME= 183.95 |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Doing a quick calculation, you are only using about 2% CPU during your job.
Do you really mean that the elapsed time is too long ?
I would try adding two parameters to your job
OPTIMIZE(4)
Which reads one cylinder at a time, and may help speed your job up.
SPHERE
Always advisable for VSAM datasets, as this includes any associated AIX and PATHs for the base cluster. However, this may in fact slow down your processing.
If you are lucky and have either a product called FAVER (CA ) or FDR ( Innovation Data Processing) installed, use those in preference to DFdss. These will far outperform Dfdss, But then again so would my grandmother
FAVER is specifically for VSAM datasets and is a bloody marvellous product which offers so much flexibility and spped of processing.
FDR is a generic DASD backup/dump/restore tool, and once again goes much faster than DFdss. |
|
Back to top |
|
|
HappySrinu
Active User
Joined: 22 Jan 2008 Posts: 194 Location: India
|
|
|
|
Hi Expat,,
know it's very late reply but when searching about FDR i come across this post
We got FDR in our shop.
Can you provide me sample jcl, documentation on it to copy large number of datasets from one volume to another which doesn't have C link. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
HappySrinu wrote: |
Hi Expat,,
know it's very late reply but when searching about FDR i come across this post
We got FDR in our shop.
Can you provide me sample jcl, documentation on it to copy large number of datasets from one volume to another which doesn't have C link. |
No ...... I use DFdss here |
|
Back to top |
|
|
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1702 Location: Australia
|
|
|
|
Hi Tamanna,
can you tell how long from the time the job commenced executing to the time it accepted the tape, ie.it started writing to it.
It's very time consuming when masks/hlq are used to dump files.
Gerry |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
How much storage are you talking about? The number of datasets does not tell enough. If each one is very large, perhaps you are actually getting good performance. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
Your JCL allows for 15 tapes. How many are actually used? If all are used, that is about 12 minutes per tape, including mounting and rewinding, which I think is fairly good. |
|
Back to top |
|
|
Douglas Wilder
Active User
Joined: 28 Nov 2006 Posts: 305 Location: Deerfield IL
|
|
|
|
The question was asked over a year ago. Do you think Tamanna is still waiting for the answer? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
Do you think Tamanna is still waiting for the answer? |
No, this is a new-life-for-the-topic discussion with a bit of the traffic on the new question and some on the original
I probably should have split this, but haven't yet. . . Just being slack. . . |
|
Back to top |
|
|
|