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

How to create a GDG


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
puneetgupta

New User


Joined: 15 Jul 2006
Posts: 1

PostPosted: Tue Jul 25, 2006 2:47 pm
Reply with quote

how to create GDG? icon_question.gif
Back to top
View user's profile Send private message
jayaraman

New User


Joined: 25 Jul 2006
Posts: 2

PostPosted: Tue Jul 25, 2006 3:36 pm
Reply with quote

hi
creating GDG from JCL utility would be like below
This is a sample IDCAMS job stream, which can be used to create both the catalog entry and build a model DSCB.

//JOBNAME JOB, ,??
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DSCB DD DSN=TEST.MODELDSCB.GDG1,SPACE=(TRK,0),
DCB=(RECFM=FB,LRECL=80,BLKSIZE=800),
UNIT=SYSDA,DISP=(,KEEP)
//SYSIN DD *
DEFINE GENERATIONDATAGROUP -
(NAME (TEST.GDG) -
NOSCRATCH -
NOEMPTY -
LIMIT (3))
Back to top
View user's profile Send private message
likki

New User


Joined: 04 Jul 2006
Posts: 5

PostPosted: Tue Jul 25, 2006 3:40 pm
Reply with quote

mr puneet.......
refer and jcl buks........u can understand easily......here its takes time 2 xpalin............ok.gud luck
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
No new posts COBOL - create and write to output fi... COBOL Programming 0
No new posts Best way to create an automated line ... TSO/ISPF 3
No new posts FD Section to Create FB or Vb File Dy... COBOL Programming 1
Search our Forums:

Back to Top