|
|
| Author |
Message |
sreelatha16
New User
Joined: 26 Jun 2008 Posts: 2 Location: bnglore
|
|
|
|
HI,
Can anyone tell me how to generate a GDG file with the code |
|
| Back to top |
|
 |
References
|
Posted: Fri Jun 27, 2008 7:13 pm Post subject: Re: How to generate a GDG file with the code |
 |
|
|
 |
Moved: Fri Jun 27, 2008 8:23 pm by superk From JCL to SMS & VSAM |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
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 |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3081 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
Gousiya Mulla
New User
Joined: 02 Jun 2008 Posts: 20 Location: bangalore
|
|
|
|
| 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 |
|
 |
|
|