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

can we call another procedure through a cataloged procedure?


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

New User


Joined: 04 Jan 2006
Posts: 13
Location: pune

PostPosted: Thu Jan 05, 2006 11:51 pm
Reply with quote

if yes then how? and how many times we can do this?
Back to top
View user's profile Send private message
chandan.inst

Active User


Joined: 03 Nov 2005
Posts: 275
Location: Mumbai

PostPosted: Fri Jan 20, 2006 7:47 pm
Reply with quote

yes we can call another cataloged procedure in one cataloged procedure
we can do it for 15 times, but we cant write instream procedure in cataloged procedure we have to instream procedure if we are calling them in cataloged procedure in main job
If we are calling another cataloged procedure in cataloged procedure then
there are two ways:
1. code all the procedures in same JCLLIB
2. if u are coding procedure in different PDS(JCLLIB) then mention all the datasets containing procedures in the JCLLIB in main job like
//job name job
//jcllib dd order=(pds1,pds2,pds3)

i think it works
correct me if I am wrong
regrds,
chandan
Back to top
View user's profile Send private message
chandan.inst

Active User


Joined: 03 Nov 2005
Posts: 275
Location: Mumbai

PostPosted: Fri Jan 20, 2006 7:55 pm
Reply with quote

Just check the syntax of jcllib
i think it is wrong
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Batch call online program, EXCI task ... CICS 3
No new posts CSQBGET - Call giving completion code... COBOL Programming 3
Search our Forums:

Back to Top