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

How to interpret PSW displayed in a CICS ASRA abend


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jepoycs

New User


Joined: 20 Feb 2007
Posts: 8
Location: Singapore

PostPosted: Mon May 21, 2007 2:42 pm
Reply with quote

I have just recently encountered a CICS ASRA abend and quite confused on how to resolved it. Normally, I would only look for the OFFSET from the dump and this will already lead me to the corresponding line in the compiled program listing where the abend might possibly occured. But I could not find the corresponding OFFSET from the compiled program listing.
Below is the actual PSW and OFFSET from the dump:
PSW 078D2000 B90107B00
OFFSET 0001790

I then used the available PSW from the dump and did try to search it from the listing. In the compiled program listing, i looked for 78D2 and what I found is 0178D2(with corresponding program line number). :!:

Please advise then if what I found(0178D2) is the same as 78D2. :idea:
Anyway, would appreciate if you can provide any avaialble reference/forums related to PSW.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon May 21, 2007 7:05 pm
Reply with quote

jepoycs wrote:
Please advise then if what I found(0178D2) is the same as 78D2.
No the first half of the PSW has no relationship to the values you found in memory.
Back to top
View user's profile Send private message
jepoycs

New User


Joined: 20 Feb 2007
Posts: 8
Location: Singapore

PostPosted: Thu May 24, 2007 7:19 am
Reply with quote

Thanks!
Anyway, just wanted to confirm my understanding then.
So in order for me to resolve this abend, I still have to use the value from OFFSET to get the particular program line number where the abend might have occurred. Is my understanding correct?

For PSW, how can it be useful then in resolving ASRA abend?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu May 24, 2007 4:04 pm
Reply with quote

The address pointing to the 0C7 is in the second half of the PSW.
Back to top
View user's profile Send private message
jepoycs

New User


Joined: 20 Feb 2007
Posts: 8
Location: Singapore

PostPosted: Fri May 25, 2007 6:57 am
Reply with quote

As per your reply, using the sample PSW I have provided, 'B90107B00' should lead me to the actual line where the abend has happened.

Thanks for the help!
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 -> ABENDS & Debugging

 


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 Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top