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

creating member in pds


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

New User


Joined: 07 May 2007
Posts: 3
Location: INDIA

PostPosted: Tue Nov 20, 2007 3:33 pm
Reply with quote

can anyone give me a small jcl code for creating the member in a pds using iebgener utility..
Thanks
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Nov 20, 2007 3:38 pm
Reply with quote

Code:

//STEPXXXX EXEC PGM=IEBGENER                               
//SYSPRINT DD   SYSOUT=*                                   
//SYSUT1   DD   *                                         
//*                                                       
//SYSUT2   DD   DISP=SHR,DSN=HLQ.JCL(NEWMEM)
//SYSIN    DD   DUMMY                                     
//*
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Nov 20, 2007 3:38 pm
Reply with quote

Have you tried to search before posting? There are many examples...

O.
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 Creating Unix Directory using COBOL i... COBOL Programming 2
No new posts Creating Report using SORT DFSORT/ICETOOL 7
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Searching for a member but don't know... TSO/ISPF 6
No new posts Looking For a PDS Member Without Open... PL/I & Assembler 10
Search our Forums:

Back to Top