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

Program giving ASRA after executing --> SET CURRENT PACKA


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

New User


Joined: 28 Jan 2008
Posts: 6
Location: Sandton

PostPosted: Mon Mar 30, 2009 5:06 pm
Reply with quote

Hi,

My program is giving ASRA (S0C4/AKEA) whenever it encounters the following SQL statement.

EXEC SQL
SET CURRENT PACKAGESET = :CNXT-CLCT-ID
END-EXEC

This problem is specific to a single region.This program is running fine in all other online regions. I don't know why is it giving ASRA for this particular region itself.

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

Global Moderator


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

PostPosted: Mon Mar 30, 2009 5:15 pm
Reply with quote

From the manual (link at the top of the page):
Quote:
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.
You need to look at whichever message(s) were generated by CICS to figure out how to fix the problem. The fact that it's only happening in one region could be something specific to the region (i.e., the code is different for some reason, or the data is different for some reason).
Back to top
View user's profile Send private message
kothamasu

New User


Joined: 28 Jan 2008
Posts: 6
Location: Sandton

PostPosted: Mon Mar 30, 2009 5:24 pm
Reply with quote

Hi,

I informed one of the DBA at my shop and they are busy looking into it.
will post the update regarding the problem.

Thanks for the quick reply.......
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 To get the the current time DFSORT/ICETOOL 13
No new posts Changeman - how can we know the curr... Compuware & Other Tools 2
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
Search our Forums:

Back to Top