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

Asra abend in MQ program


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Niveditha

New User


Joined: 10 Mar 2009
Posts: 6
Location: chennai

PostPosted: Thu Jun 18, 2009 10:17 am
Reply with quote

I have a MQ program. As of now the program is started manually the first time. Every time it is invoked it processes 10 messages and ends. before it ends it issues command to start itself after 30 sec and the process goes on. This MQ program call program A and program inturn calls program B. All this works fine in one region. when i moved the same program to different region i am getting ASRA abend. That too when the MQ program is started for the first time it process the messages and goes off. only when it auto invokes itself and only if there is any message it abends. when it process the first message after auto invocation it abends in program B with ASRA. (program A & B are already existing program where there could be no problem with logic). the interruption code is 0010 which means segment translation exception. can any one explain what it means and the reason for it in my case.
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: Thu Jun 18, 2009 1:27 pm
Reply with quote

I think you need to do some trouble shooting. Ask questions like

1. Are there any region specific parameters (Queues etc) in the programs.

2. Any system settings which force the program/transaction etc to abend after a specific number of times.

3. Any recompilation required for programs A&B after you have moved the code to the other region? How about NEWCOPY in CICS?

ASRA:

Explanation: The task has terminated abnormally because of a program check.

System Action: The task is abnormally terminated and CICS issues either message DFHAP0001 or DFHSR0001. Message DFHSR0622 may also be issued.

User Response: Refer to the description of the associated message or messages to determine and correct the cause of the program check.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top