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

Have to use JCLLIB to call a procedure


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
er.neetu.gupta
Currently Banned

New User


Joined: 04 Jan 2007
Posts: 2
Location: delhi

PostPosted: Thu Jan 11, 2007 8:18 pm
Reply with quote

i want to cal catalog procedure.then it is necessary to use jcllib for path or not.i m doubtful abt jcllib.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Jan 11, 2007 8:48 pm
Reply with quote

You only need a JCLLIB statement if the procedure is NOT in a cataloged system procedure library.
Back to top
View user's profile Send private message
jinal_mca

New User


Joined: 05 Jan 2007
Posts: 22
Location: Pune, India

PostPosted: Tue Jan 23, 2007 4:14 pm
Reply with quote

First of all there are two kind of Procedures:
1)Instream Proc
2)Catlog Proc

In case of Catlog proc only u have to use JCLLIB..
JCLLIB: is a set of user created library or collection of procedure.. that u have to define before calling catlog procedure to locate that procedure.. so that system can easily find that procedure in JCLLIB..

Syntax:
JCLNAME JCLLIB ORDER=PATH

c ya
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 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
No new posts Invoke stored procedure via batch JCL. DB2 2
Search our Forums:

Back to Top