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

PLI Fetchable Module Issue


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Appu

New User


Joined: 26 Apr 2010
Posts: 73
Location: India

PostPosted: Thu Mar 15, 2012 10:39 am
Reply with quote

Hello Team,

I am having a PLI program which is getting invoked when messages comes to a MQ.
If A is the main program which calls B which inturn calls C where C is a fetchable module. None of these modules uses SQL statements.
As part of a new functionality . I am introducing a new PLI DB2 program D which is getting called from B. The problem is aftre introducing D, the job fails with oncode 9250 saying it cant fetch the module C. But I could clearly see the load for the fetchable module exist in the STEPLIB librray.

I also tried calling D from the fetchable module C, but the abend was same.

The properties of Main program A are : RENT, amode -any and rmode 24
The property of fetchbale module C is : REUS
The property of B is : REUS

Please help.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Mar 15, 2012 11:16 am
Reply with quote

And the properties of D are?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


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

PostPosted: Thu Mar 15, 2012 2:14 pm
Reply with quote

Quote:
I also tried calling D from the fetchable module C, but the abend was same.

The properties of Main program A are : RENT, amode -any and rmode 24
The property of fetchbale module C is : REUS
The property of B is : REUS



Are B, C and D RENT or NORENT ?

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

New User


Joined: 26 Apr 2010
Posts: 73
Location: India

PostPosted: Thu Mar 15, 2012 6:28 pm
Reply with quote

Hi,

D is only a subprogram.

B - No RENT specified
C - No RENT specified
D - No RENT and REUS specified
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


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

PostPosted: Thu Mar 15, 2012 6:57 pm
Reply with quote

I ask because I found this hit in Google:

www-01.ibm.com/support/docview.wss?uid=isg1PQ66042

PQ66042:
IBM0590S ONCODE=9250 The fetchable procedure with entry nnnn
could not be found.
This happens anytime if a RENT program fetches a NORENT compiled
program.

Might this be what's happening to you?


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

New User


Joined: 26 Apr 2010
Posts: 73
Location: India

PostPosted: Thu Mar 15, 2012 7:05 pm
Reply with quote

hi,

thanks ; but here this is not the case i think..both the fetching and fetched programs are REUS and No RENT specified for them.

Now I am getting U778 abend ; but oncode is 0.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Thu Mar 15, 2012 7:40 pm
Reply with quote

Appu wrote:
Now I am getting U778 abend ; but oncode is 0.

U778 is nothing more than an IMS rollback; sounds like a completely different problem.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top