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

Create GDG base using IDCAMs utility


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

New User


Joined: 28 Aug 2008
Posts: 12
Location: PUNE

PostPosted: Thu Aug 28, 2008 3:54 pm
Reply with quote

How to create GDG base using IDCAMs utility ?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Aug 28, 2008 4:13 pm
Reply with quote

Code:
//DEFINE1  EXEC PGM=IDCAMS             
//SYSPRINT DD  SYSOUT=*               
//SYSIN    DD  *                       
   DEFINE GDG -                       
         (NAME(HLQ.TEST.GDG) -   
          NEMP -                       
          SCR -                       
          LIM(10) )                   


Read the manuals for other sub-parameters, if you might like to use them.
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 How to create a list of SAR jobs with... CA Products 3
No new posts REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
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
Search our Forums:

Back to Top