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

difference between proclib and jcllib


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

New User


Joined: 18 Nov 2005
Posts: 1

PostPosted: Fri Nov 18, 2005 5:04 pm
Reply with quote

hi 2 all

please clarify my doubt proclib vs jcllib
Back to top
View user's profile Send private message
sathish_rathinam

New User


Joined: 22 Aug 2005
Posts: 59
Location: india

PostPosted: Fri Nov 18, 2005 5:13 pm
Reply with quote

hi ramana,

proclib shows an system defined library for procs
and jcllib shows an user defined procedure library for procs...it also gives the order in which private libraries are to be searched...

regards,
sathish
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Fri Nov 18, 2005 8:05 pm
Reply with quote

JCLLIB is a JCL parameter that defines the search order of external private libraries to the job. See more information here:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/19.0?DT=20050713232151

PROCLIB is not a JCL parameter.
Back to top
View user's profile Send private message
sand
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 19

PostPosted: Sun Nov 20, 2005 7:21 pm
Reply with quote

JCLLIB is the free, IBM provided JCL keyword that comes as part of Job Control Language (JCL).
PROCLIB is an extra cost product from Computer Associates that I believe is named CA-EZPROC or something like this.


Regards

sand
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Mon Nov 21, 2005 12:30 pm
Reply with quote

hi frnd,
plz visit the previous post b4 u post ur new query.. any way JCLLIB is used only on MVS/ESA Version 4 JES2 systems or higher.
>>it is used to identify a private lib from which include groups and JCL procedures are to be retrieved.
>>> only one JCLLIB statement is permitted.

>>> it is used for procedures only.

As per Superk the PROCLIB is not a JCL Parameter.
Back to top
View user's profile Send private message
Kavitha Palani

New User


Joined: 16 Nov 2005
Posts: 8

PostPosted: Tue Nov 22, 2005 3:58 pm
Reply with quote

JCLLIB : Identifies the libraries that the system will search for 1.INCLUDES groups 2. Procedures named in EXEC statement


PROCLIB : a catalogued PROC is referenced from a proclib partitioned dataset. It is system defined library
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