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

what is JCL LIB


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

New User


Joined: 02 Jun 2005
Posts: 36
Location: Hyderabad

PostPosted: Mon Jun 13, 2005 11:05 am
Reply with quote

what is the jcl lib in jcl where it coaded .


what is the puspose of jcl lib.
Back to top
View user's profile Send private message
subhadra kumar.B

New User


Joined: 10 Jun 2005
Posts: 2

PostPosted: Mon Jun 13, 2005 11:48 am
Reply with quote

Hi

When a procedure is stored in PDS, you specify the JCLLIB statement to identify that PDS. It is like JOBLIB and SYEPLIB.

The JCLLIB statement is placed after the JOB statement and before the first EXEC statement in a job.

from subhadra
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Mon Jun 13, 2005 2:44 pm
Reply with quote

Hi,
Search before posting any topic in the forum, this is already discussed.
Check the following links
ibmmainframes.com/viewtopic.php?t=2284&highlight=jcllib
ibmmainframes.com/viewtopic.php?t=62&highlight=jcllib
Back to top
View user's profile Send private message
MGIndaco

Active User


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

PostPosted: Mon Jun 13, 2005 2:45 pm
Reply with quote

The JCLLIB is useful to execute Procedure from one library that is not catalogated. You must specify JCLLIB after a //blank under the job card and before the first step.
The correct syntax of JCLLIB is
Code:
// JCLLIB ORDER=(xxxxxxxxxxxxx,
                 xxxxxxxxxxxxxxxx)

and in order you must enter your list of partitioned dataset where your personal or purpose proc are inserted. The length of logical record length must be 80.

Correct me if I'm wrong.
Back to top
View user's profile Send private message
MGIndaco

Active User


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

PostPosted: Mon Jun 13, 2005 2:46 pm
Reply with quote

ops the sample is this:
Code:
// JCLLIB ORDER=(XXXXXXXXXXXXXXXXX,
//            XXXXXXXXXXXXXXXXXXX)
Back to top
View user's profile Send private message
MGIndaco

Active User


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

PostPosted: Mon Jun 13, 2005 4:20 pm
Reply with quote

For more info try to see this:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/IEA1B640/19.0?DT=20000718114500
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

 


Search our Forums:

Back to Top