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

ADRDSSU backup file performance


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rally

New User


Joined: 28 Jul 2005
Posts: 37

PostPosted: Wed Jun 06, 2007 6:06 pm
Reply with quote

Hi,

I have a case to use ADRDSSU backup about 300 files in 1 step.

include(A.B.C.**)
exclude(A.B.C.D.**
A.B.C.E.**
A.B.C.F.** )

there are 500 files totally with A.B.C.**, and there are 200 files in
the exclude lists.

I just want to know if I list donw all 300 files in include statement,
the performance is better or not?

Anyone have such experience? How ADRDSSU work to backup file.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jun 06, 2007 7:36 pm
Reply with quote

Hello,

Only marginally.

The time is mostly spent actually copying the data from one place to another, not getting ready to do the copy.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jun 06, 2007 10:31 pm
Reply with quote

The logical dump / copy uses the catalog structure, and will be much faster than you sitting there coding up 300 include statements, which incidentally would not work instream, so they would have to be put into a filter dataset.

This is the easiest and accepted method, the IBM catalog search facility is a very quick piece of software so any, if there are, savings would almost be immeasurable.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top