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

How to Override JCLLIB?


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

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Fri Sep 15, 2006 11:13 am
Reply with quote

Hi,
I want to override the JCLLIB for a particular step in a JCL. Is that possible? How?


//JOB ...
//PLIB JCLLIB ORDER=( ... )
.
.
//STEP1 ...
//STEP2 ...
.
.
.
//STEP10 ---> Here I want to direct PROC to another library!!!

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

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Sep 15, 2006 11:20 am
Reply with quote

See what manual says ...
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Sep 15, 2006 1:30 pm
Reply with quote

Hi genesis786 !

Try using STEPLIB
Regards, UmeySan
Back to top
View user's profile Send private message
genesis786

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Fri Sep 15, 2006 2:35 pm
Reply with quote

Hi Umeysen! STEPLIB is used in tendem with JOBLIB. Both of them are used for the Programs.

My concern is about PROCS for which JCLLIB is used. I guess there is no way we can override a JCLLIB statement given in the JCL.

Correct me if I am wrong.
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Fri Sep 15, 2006 2:35 pm
Reply with quote

UmeySan wrote:
Hi genesis786 !

Try using STEPLIB
Regards, UmeySan


Hi san genesis has not asked abt JOBLIB.he is talking abt JCLLIB.
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Fri Sep 15, 2006 2:35 pm
Reply with quote

UmeySan wrote:
Hi genesis786 !

Try using STEPLIB
Regards, UmeySan


Hi san genesis has not asked abt JOBLIB.he is talking abt JCLLIB.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Sep 15, 2006 3:03 pm
Reply with quote

Sorry, not red carefully !

JCLLIB as well as JOBPARM you can only specify once and is valid for the
complete Job.

UmeySan
Back to top
View user's profile Send private message
crrindia

Active User


Joined: 02 Jul 2005
Posts: 124
Location: Gurgaon

PostPosted: Fri Sep 15, 2006 3:08 pm
Reply with quote

Hi Priyush, I have gone thru the manual which you have provided, but I couldn't find any information on how to override the JCLLIB. Can you pleae provide any other manual for us.

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

Active User


Joined: 25 Aug 2005
Posts: 234

PostPosted: Fri Sep 15, 2006 3:24 pm
Reply with quote

See this more updated manual.
Back to top
View user's profile Send private message
crrindia

Active User


Joined: 02 Jul 2005
Posts: 124
Location: Gurgaon

PostPosted: Fri Sep 15, 2006 4:24 pm
Reply with quote

Hi Kevin, even here also I couldn't find any statement on overriding the JCLLIB.

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

Active User


Joined: 25 Aug 2005
Posts: 234

PostPosted: Fri Sep 15, 2006 4:29 pm
Reply with quote

Would you like to borrow my glasses?

Quote:

You can code only one JCLLIB statement per job.


so obviously the only "override" is to replace the one allowed entry.
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 AN OVERRIDE MAY NOT TARGET OVERRIDING... JCL & VSAM 1
No new posts Compare Two datasets and Override Mat... DFSORT/ICETOOL 7
No new posts proc step return code to override in ... JCL & VSAM 3
No new posts IEHPROGM ENQUEUE OVERRIDE JCL & VSAM 4
No new posts Can DFSPARM override SORTKEYS paramet... DB2 2
Search our Forums:

Back to Top