Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
EXEC-ABCODE- :ASRA in CICS Migration

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
vadlamudi1

New User


Joined: 03 Apr 2008
Posts: 1
Location: NJ

PostPosted: Mon Apr 07, 2008 10:43 pm    Post subject: EXEC-ABCODE- :ASRA in CICS Migration
Reply with quote

Hi!
This is Brahmaiah. We are trying to do Cobol Migration for CICS prorgrams. As part of this all the CICS prorgrams(CB2CDB2) is compiled with CB3CDB2 with valid return codes.

But we are getting ASRA abend during runtime. Please advice on this.
Back to top
View user's profile Send private message
References
PostPosted: Mon Apr 07, 2008 10:43 pm    Post subject: Re: EXEC-ABCODE- :ASRA in CICS Migration Reply with quote

CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1002
Location: At my desk

PostPosted: Mon Apr 07, 2008 11:00 pm    Post subject:
Reply with 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.


Program check, data exception?
Look at the dump and find the garbage field....
Uninitialized storage might influence initial logic branching.....
Older COBOL compilers would pre-format working storage, but later ones do not without explicit LE options being set.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1002
Location: At my desk

PostPosted: Mon Apr 07, 2008 11:23 pm    Post subject:
Reply with quote

vadlamudi1 wrote:
Please let me know is there any option to cehck the Dump
The PSW usually points to the instruction after the one that ASRAed. Look at the ASRAing instruction and find it in the COBOL listing and see what it was doing.
Or look at the ASRAing instruction and from the dump, trace back to where the data component came from and further, what its current value is.
Back to top
View user's profile Send private message
Bill O'Boyle

Active User


Joined: 14 Jan 2008
Posts: 138
Location: Orlando, FL, USA

PostPosted: Mon Apr 07, 2008 11:55 pm    Post subject: EXEC-ABCODE- :ASRA IN CICS
Reply with quote

You need to re-compile the program using the LIST,NOOFFSET compile options, which will generate the Assembler expansion of the COBOL code.

It would then be easier to find the bad instruction, of which (IMHO) is most likely going to be a packed-decimal instruction, such as a ZAP (Op Code F8).

HTH....

Regards,

Bill
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1