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

Doubt in reading dumps


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
akashs

New User


Joined: 24 Nov 2005
Posts: 49
Location: chennai

PostPosted: Sun May 03, 2009 6:33 pm
Reply with quote

Hi,

Normally in COBOL program,SOC1,SOC4 and SOC7 abends can be easily found from offset addtress from compiler listing.In assembler,Do we follow the same method

regards,
Akash
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Sun May 03, 2009 6:51 pm
Reply with quote

akashs wrote:
Normally in COBOL program,SOC1,SOC4 and SOC7 abends can be easily found from offset addtress from compiler listing.
Usually.....
Quote:
In assembler,Do we follow the same method
Yes.
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: Mon May 04, 2009 12:20 am
Reply with quote

Hello,

Quote:
Quote:
Do we follow the same method
Yes.

Not only yes, but (imho), it is a bit easier in assembler icon_smile.gif

When a cobol program abends, the offset is often not at the exact displacement shown in the compile because the cobol statements usually generate multiple underlying instructions. In assembler the the offset usually points to an exact instruction.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Rexx program reading a DSN then write... CLIST & REXX 4
No new posts Doubt about pl/1 (job offer) General Talk & Fun Stuff 5
No new posts Reading subsequent rows in a query. DB2 12
Search our Forums:

Back to Top