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

Differences bw JOBLIB JCLLIB STEPLIB STEPCAT


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

New User


Joined: 21 Jul 2005
Posts: 56
Location: Hyderabad

PostPosted: Fri Sep 09, 2005 10:59 pm
Reply with quote

Hi,
can any one tell me the differences of JOBLIB JCLLIB STEPLIB STEPCAT with examples

Thanks ..!!
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Fri Sep 09, 2005 11:30 pm
Reply with quote

Hi ajayvamsi!
Why don't you post a new topic for a new request or try to read the good link that Mr. Kevin give to you? icon_wink.gif
I think that all you need is within the flashlight(or torch) at the top of the link from Kevin...

I hope in this suggest. icon_wink.gif
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Sat Sep 10, 2005 6:25 am
Reply with quote

JOBLIB Definition: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/13.3?DT=20050713232151

JOBLIB Examples: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/13.3.7?SHELF=&DT=20050713232151&CASE=

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

JCLLIB Examples: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/19.1.8?SHELF=&DT=20050713232151&CASE=

STEPLIB Definition: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/13.5?DT=20050713232151

STEPLIB Examples: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/13.5.6?SHELF=&DT=20050713232151&CASE=

STEPCAT Definition: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/13.4?DT=20050713232151

STEPCAT Examples: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/13.4.5?SHELF=&DT=20050713232151&CASE=
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 17, 2005 7:00 pm
Reply with quote

Use the JOBLIB DD statement to:
>> Cate a private library.
Identify private library that the system is to search for the program named in each EXEC statement PGM parameter in the job. Only if the system does not find the program in the private library, does it search the system libraries.
A private library is a partitioned data set or partitioned data set extended on a direct access device. Each member is an executable, user-written program.

Format: //JOBLIB DD DISP=SHR,DSN=PP.DD

JCLLIB:
>>JCLLIB is used only on MVX/ESA version 4 JES2 systems or higher
>>only one JCLLIB stat os permitted in a job, and it must appear after the JOB statement and before the first EXEC statement in the JOB.

Format://PROCS JCLLIB ORDER=(TEST1.SS,TEST2.SSS)

STEPLIB:
>> it can be placed anywhere in the step's JCL
>> more than one program lib can be concatenated after the first one on the steplib
>> if STEPLIB is specified with JOBLIB, then STEPLIB takes precedence.

Format: //STEPLIB DD DISP=SHR,DSN=..

JOBCAT:
>>it is to identify the VSAM catlog to search first .
>>More than one catalog can be concat after the first one on a JOBCAT
>>if u use a JOBLIB DD stmt , it goes in front of the JOBCAT

Format: //JOBCAT DD DISP=SHR,DSN=CATLOG-NAGE
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 loadmodules priority in Steplib JCL & VSAM 4
No new posts Differences between copying members b... TSO/ISPF 8
No new posts Differences between z/VM REXX and TSO... CLIST & REXX 4
No new posts Display differences between current a... DFSORT/ICETOOL 6
No new posts JCLLIB ORDER= into a REXX stem (anyone?) CLIST & REXX 15
Search our Forums:

Back to Top