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

want to copy GDG with out mentioning them in DD DSN


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

New User


Joined: 06 Jun 2005
Posts: 4

PostPosted: Mon Jun 06, 2005 10:49 am
Reply with quote

hi all,
My name is aravind can anyone plz try to give me an effective ans for this.

I want to copy last 10 members of a GDG(which has 250 members in it) with out mentioning them in DD DSN
i.e.
I don't want to mention like
//SYSUT1 DD DSN = PC1.COMMERCIAL.STATFILE(0),DISP=SHR
DD DSN = PC1.COMMERCIAL.STATFILE(-1),DISP=SHR
DD DSN = PC1.COMMERCIAL.STATFILE(-2),DISP=SHR
----------------------------------------
----------------------------------------
DD DSN = PC1.COMMERCIAL.STATFILE(-9),DISP=SHR

I want to copy without mentioning individual members as concatenating datasets.
Is there a way to code so as to get the above result without including the list of members as Concatenating datasets?

thanks in advance.
regards,
aravind
Back to top
View user's profile Send private message
Deepa.m

New User


Joined: 28 Apr 2005
Posts: 99

PostPosted: Mon Jun 06, 2005 11:40 am
Reply with quote

No it is not possible. you have to follow the method you are currently using to copy limited GDG.
Back to top
View user's profile Send private message
sunnyfuture

New User


Joined: 06 Jun 2005
Posts: 4

PostPosted: Mon Jun 06, 2005 11:54 am
Reply with quote

so in that case do we need to mention all those generations.this is k for small num of gdgs gens,but if we intend to copy hundreds of gdgs gens,this would be a tedious process.so deepa r u sure this is the only process because i think there might be some process. plz feel free to correct me if i am wrong
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Jun 06, 2005 6:06 pm
Reply with quote

aravind, if you create a list of all the generations of the GDG, and then select the last 10 items, you would have the list of dataset names to be copied. You could then easily pass the list to a program/utility and build the required copy statements.

What order do you want to copy the datasets in (LIFO? FIFO?)? Are you copying each generation to a seperate dataset, or do you wish to concatenate all of the generations into a single dataset?
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
Search our Forums:

Back to Top