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

Steplib addition in 100's of Procs


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

New User


Joined: 17 Feb 2009
Posts: 4
Location: bangalore

PostPosted: Mon Mar 16, 2009 5:04 pm
Reply with quote

hi,

I have a situation where DB2 upgrade has occurred as a result of which I am forced to include steplibs in 700 procs after deleting existing psteplibs

Please let me know if i can automate this process.

ex:
Currently Proc containd this :

//STEPLIB DD DSN=&DSLEV..DB2.DSNLOAD,DISP=SHR
// DD DSN=&DSLEV..&RGN..BATCH.LOAD,DISP=SHR

we are changing this to:
//STEPLIB INCLUDE MEMBER=STEPDB2


Is there any way i can automate this change process?

thanks.
Pavan
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Mar 16, 2009 5:15 pm
Reply with quote

You can write an ISPF Edit-Macro and run it against each member. There are many examples in this forum.

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 loadmodules priority in Steplib JCL & VSAM 4
No new posts Addition of two records on 2 fields SYNCSORT 8
No new posts Performing addition using JCL sort card DFSORT/ICETOOL 14
No new posts Symbolic vaiable in procs instream data JCL & VSAM 3
No new posts COND referback in nested PROCS? JCL & VSAM 11
Search our Forums:

Back to Top