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

Adding new member to a PDS in JCL


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

New User


Joined: 18 Apr 2006
Posts: 22

PostPosted: Fri Sep 15, 2006 12:42 pm
Reply with quote

Hi,


How a new member can be added to an existing PDS using JCL .
What JCL utility can be used for this.

Thank you,
Kalai
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Fri Sep 15, 2006 2:27 pm
Reply with quote

kalais wrote:
Hi,


How a new member can be added to an existing PDS using JCL .
What JCL utility can be used for this.

Thank you,
Kalai


Code:


//STEP01   EXEC PGM=IEBGENER                                 
//SYSPRINT DD   SYSOUT=*                                     
//SYSUT1   DD   *                                             
/*                                                           
//SYSUT2   DD   DISP=SHR,DSN=AAAAAA8.AAAAAA.AAAA(NEWJCL)     
//SYSIN    DD   DUMMY                                         
//SYSOUT   DD   SYSOUT=*                                     
//*                                                           



this code is already available in the forum.
Back to top
View user's profile Send private message
Kevin

Active User


Joined: 25 Aug 2005
Posts: 234

PostPosted: Fri Sep 15, 2006 3:26 pm
Reply with quote

There's also IEBUPDTE.
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 Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Adding first / last acct numerber to ... DFSORT/ICETOOL 7
No new posts Adding 'ODD' and 'EVEN' indicator at ... DFSORT/ICETOOL 6
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
Search our Forums:

Back to Top