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

How to find the object library ?


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tamminenisidhartha
Currently Banned

New User


Joined: 31 Oct 2012
Posts: 43
Location: INDIA

PostPosted: Wed Jan 02, 2013 5:12 pm
Reply with quote

Hi friends,
I am doing a program on MQ series with Get Option.

I am getting JCL error while compiling the program.
It says that OBJECT LIBRARY USED is wrong.

Could anyone please tell me how to find out the object library in a mainframe system ?

Part of my Job card :-

Code:
// PEND                                                 
//MQLETTR EXEC MQPROC,                                 
//             SRCLIB='R04290.MQPGMS.PDS',             
//             OBJLIB='                                ',             
//             LOADLIB='R04290.PL1.LOADLIB',           
//*            OPTFILE='IBMUSER.MQ.UTIL.MISC(COMPOPTS)',
//             MEM=MQPUTPGM                             
//LKED.SYSIN DD *                                       
  INCLUDE SYSLIB(CSQBSTUB)                             
/*               



Note : Please see that the object is empty there.
I left it tblank.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Jan 02, 2013 5:22 pm
Reply with quote

If I were you I will do the following things before posting

1.Ask my collegue who knows the system well
Or
2.Mail the Mainframe experts of the shop
or
3.Try to search the repository PDS libraries where comman reusable Jcl are stored if not I would do them

Did you do any of the above?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jan 02, 2013 5:34 pm
Reply with quote

Quote:
// OBJLIB=' ',


This is a bit of a giveaway - you've specified a 'null' OBJLIB. Look ath the expansion of MQPROC to see where OBJLIB is used.

Garry.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Jan 02, 2013 6:13 pm
Reply with quote

Quote:
Could anyone please tell me how to find out the object library in a mainframe system ?
Actually, no we cannot tell you the library to use. This is something that is extremely dependent upon the individual site and every site uses something different. Only someone working AT YOUR SITE could possibly tell you this. As Pandora-Box suggested, you have a number of ways to find this out (including asking someone and looking at the JCL expansion), but using a forum is not one of them.
Back to top
View user's profile Send private message
tamminenisidhartha
Currently Banned

New User


Joined: 31 Oct 2012
Posts: 43
Location: INDIA

PostPosted: Thu Jan 03, 2013 12:23 pm
Reply with quote

Thank you all for the suggestions.

I would follow them..
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Calling an Open C library function in... CICS 1
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Duplicate several members of/in one l... JCL & VSAM 7
Search our Forums:

Back to Top