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

U3042 Abend


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
RBANSAL

New User


Joined: 11 Aug 2012
Posts: 3
Location: USA

PostPosted: Tue Sep 04, 2012 12:14 pm
Reply with quote

Hi All,

I have coded an IMS program which is a background MQ trigger program.
As soon as the message comes in the queue this program has to trigger.

I am doing UNIT testing for my program where I created queue and kept a message in queue.

Now when I go in Xpeditpor mode of my program and try to xpedit my program I am getting U3042 abend.

It says "MODULE NOT FOUND".

When I enter to Procedure division I am connecting to the input queue through a Wrapper program. I have added the library also whenre the load of my Wrapper program is present.
But still gives an error of U3042 only.

Please Suggest.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Sep 04, 2012 12:18 pm
Reply with quote

Suggest you show any actual messages, with message codes, and the snippets of your code that you feel might be relevant.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Sep 04, 2012 2:31 pm
Reply with quote

Suggest you report this issue to your site-support group or some 'senior' around.

OTOH, what happens to your program when you don't run it through EXPEDITOR? Does it execute well or abend? If it abends, do you get some IMS Status code, what is that?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Sep 04, 2012 6:44 pm
Reply with quote

Hello,

Quote:
It says "MODULE NOT FOUND".
The first thing i would do is determine Which module is not found . . .

Then i would find which library contains this module.

Then . . .
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Sep 04, 2012 6:56 pm
Reply with quote

you need to have a break point in your module set,
before the message is put on the queue.

put a message on the queue,
then go to xpeditor, your module should be at breakpoint.

insure that your module has been set-up in the 1.6 option properly. (it maybe the 0.6 option, i forget)

term should be all *****, since this is not a 'term' initiated transaction.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top