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

CATALOG PROCEDURES - Clarification


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

New User


Joined: 24 Jun 2004
Posts: 24
Location: Gurgoan

PostPosted: Wed Jul 07, 2004 8:56 am
Reply with quote

I need some clarfication regarding Catalog Procedures. If I am storing a catalog procedure in a user library I will specify the path using the PROCLIB statement. If suppose a PROC is to be stored SYSIBM library how to do that and also in that case when ever we refer to that PROC do we need need specify the path of the SYS libraries or does it take the SYS library as default?
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Wed Jul 07, 2004 1:12 pm
Reply with quote

what do u call catalog procedures ?
is this JCL cataloged procedures ?
if so, ask ur sysprogs what are the procedure libraries or look into JES2 member of SYS1.parmlib.
if your procedure is in one of the JES procedure libraries then there's no need to specify a library in your JCL (thru JCLLIB statement)

if it is something else, can u be more specific ?
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Wed Jul 07, 2004 1:12 pm
Reply with quote

what do u call catalog procedures ?
is this JCL cataloged procedures ?
if so, ask ur sysprogs what are the procedure libraries or look into JES2 member of SYS1.parmlib.
if your procedure is in one of the JES procedure libraries then there's no need to specify a library in your JCL (thru JCLLIB statement)

if it is something else, can u be more specific ?
Back to top
View user's profile Send private message
chkiran2

New User


Joined: 24 Jun 2004
Posts: 24
Location: Gurgoan

PostPosted: Wed Jul 07, 2004 5:15 pm
Reply with quote

Yes I mean JCL catalog procedures i.e. if we are using a catalog procedure stored in a user library instead of system library. I think we can store the catalog precedures in user PDS.
Back to top
View user's profile Send private message
narayana

New User


Joined: 22 Apr 2005
Posts: 2

PostPosted: Mon May 16, 2005 10:51 am
Reply with quote

Hai plz give me the clarifcation regarding catalog procedure.

i know the usage of catalog procedure in jcl. if that procedure is member of pds we have to specify

//NAME JCLLIB ORDER=PDSNAME

BUT I WANT TO CATALOG IN SYS1.PROCLIB(DEFAULT LIBRARY

HOW CAN WE STORE THAT PROCEDURE IN SYSTEM PROC LIB(DEFAULT LIB) I KNOW BY USING IEBUPDTE UTILITY ITS POSSIBLE. BUT I DON'T KNOW HOW TO CODE THAT ONE.

AND WE HAVE DONE SO HOW CAN WE REFER THAT IN JCL (I THINK NO NEED TO GIVE PATH FOR THAT)


PLZ HELP ME ASAP.......[/b]
Back to top
View user's profile Send private message
shinjini_t

New User


Joined: 11 May 2005
Posts: 14
Location: Bangalore, India

PostPosted: Mon May 16, 2005 11:00 am
Reply with quote

Hi Kiran,

Yes we can put catalogued procedures into our private libraries and then indicate to the JCL to pick up the Proc from the private library.
For this we can use JCLLIB.

The JCLLIB statement must be placed before the first EXEC statement in the job.

//MYLIB JCLLIB ORDER=(MYPROC.JCL.PROCLIB,
// MYPROC.JCL.PROCLIB1)

The JCL will first check the PROCLIB library and then the PROCLIB1 library for the presence of the Procedure.

Thanks & regards,
Shinjini
Back to top
View user's profile Send private message
cvkumar59

New User


Joined: 25 Aug 2006
Posts: 18

PostPosted: Wed Sep 27, 2006 8:12 am
Reply with quote

i am unable to open jcl lib
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 Sep 27, 2006 8:48 am
Reply with quote

That's nice. What would you like us to do about it?
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 DASD - non SMS - volser change - VSAM... JCL & VSAM 2
No new posts Infosphere Optim - unable to save Col... IBM Tools 0
No new posts user exits in Column Map procedures IBM Tools 0
No new posts Issue with CA Copycat-IGD17100I UNEXP... CA Products 5
No new posts Recreating VSAM cluster catalog info ... All Other Mainframe Topics 6
Search our Forums:

Back to Top