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

Difference between JCLLIB & PROCLIB in terms of their us


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

New User


Joined: 08 Jul 2005
Posts: 31

PostPosted: Wed Jul 20, 2005 12:04 pm
Reply with quote

Hello Friends

I searched for this in the forum, but couldn't find exact difference between JCLLIB and PROCLIB. Can anyone provide me the precise difference between these 2 and when each of this is used in JCLs.

Thanks in advance.
Back to top
View user's profile Send private message
lokeshpurushothaman

New User


Joined: 02 Sep 2004
Posts: 5
Location: chennai

PostPosted: Wed Jul 20, 2005 12:16 pm
Reply with quote

Hi

i m not aware of something called PROCLIB in JCL.
JCLLIB is to specify where your proc should be searched for.

I guess you might have got confused seeing PROCLIB in the first 8 positions next to //. It is just a dummy name.
Back to top
View user's profile Send private message
learnmf

Active User


Joined: 14 Mar 2005
Posts: 123

PostPosted: Wed Jul 20, 2005 1:08 pm
Reply with quote

Hi Friend.

jcllib and proclib are used to specify where jcl is to be loaded from rather than programs. jcllib is used with the INCLUDE MEMBER statement to specify the library where pieces of jcl are held that can be included into a number of jobs. I have not seen this actually used, more often rather than separating out parts of job steps and including them it is more usual to extract out complete job steps into separate procedures stored in a proc library. proclib is the dd statement to override where to get procedures from.

Thanks
Chandra
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 Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts Difference between CEE3250C and CEE3204S COBOL Programming 2
Search our Forums:

Back to Top