Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to generate a GDG file with the code

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
sreelatha16

New User


Joined: 26 Jun 2008
Posts: 2
Location: bnglore

PostPosted: Fri Jun 27, 2008 7:13 pm    Post subject: How to generate a GDG file with the code
Reply with quote

HI,

Can anyone tell me how to generate a GDG file with the code
Back to top
View user's profile Send private message
References
Moved: Fri Jun 27, 2008 8:23 pm by superk From JCL to SMS & VSAM
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3183
Location: italy

PostPosted: Fri Jun 27, 2008 8:24 pm    Post subject: Reply to: Creating a GDG
Reply with quote

please explain better...
use IDCAMS to create the gdg base
and a DD with a(+1) to crate a new generation

if You cannot do it,
please explain why and what are the requirements

or if I misunderstood Your wording ( ... code ... )
just search the forum for samples
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3316
Location: Charlotte,NC USA

PostPosted: Fri Jun 27, 2008 8:25 pm    Post subject: Reply to: Creating a GDG
Reply with quote

Has the GDG base already been created?

If so, read 3.10 Chapter 29. Processing Generation Data Groups in the z/OS V1R7.0 DFSMS Using Data Sets manual.
Back to top
View user's profile Send private message
Gousiya Mulla

New User


Joined: 02 Jun 2008
Posts: 27
Location: bangalore

PostPosted: Tue Jul 01, 2008 7:55 pm    Post subject: Can anyone tell me how to generate a GDG file with the code
Reply with quote

Quote:
Can anyone tell me how to generate a GDG file with the code


Hi ,

Find the below code to generate BASE GDG .
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DEFINE -
GDG (NAME(File name) -
LIMIT (30) NOEMPTY SCRATCH)
/*


Then use a DD statement with +1 to create new generations .
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1