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

Difference bw JCLLIB & PROCLIB and JOBCAT & STEPCAT


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

New User


Joined: 23 Mar 2005
Posts: 25

PostPosted: Wed Apr 20, 2005 2:30 pm
Reply with quote

what is the difference between jcllib and proclib
what is jobcat and stepcat
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Apr 20, 2005 4:28 pm
Reply with quote

From the "z/OS v1r6.0 JCL Reference Guide":

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/19.0?DT=20040712170508

Quote:

The JCLLIB statement allows you to code and use procedures and INCLUDE groups in a private library without the need to use system procedure libraries.


From the same manual:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/13.2?DT=20040712170508

Quote:

Use the JOBCAT DD statement to define a private VSAM or integrated catalog facility user catalog for the duration of a job. The system searches the private catalog for data sets before it searches the master catalog or a private catalog associated with the first qualifier of a data set's name.


Again, same manual:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/13.4?DT=20040712170508

Quote:

Use the STEPCAT DD statement to define a private catalog for the duration
of a job step. The system searches the private catalog for data sets before using the normal order of catalog search. In other words, the system searches the private catalog for data sets before it searches the master catalog or a user catalog associated with an alias matching the high-level qualifier or qualifiers of a data set's name.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Apr 20, 2005 5:53 pm
Reply with quote

For what it's worth, a PROCLIB is usually the term given to a library (PDS or PDS/E) where cataloged procedures are stored. Some typical PROCLIB names are 'SYS1.PROCLIB' or 'PROD.PROCLIB'.
Back to top
View user's profile Send private message
keerthi

New User


Joined: 23 Mar 2005
Posts: 25

PostPosted: Thu Apr 21, 2005 4:09 pm
Reply with quote

thanks superk for your reply
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