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

How to solve a abend


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
charu arora

New User


Joined: 30 May 2006
Posts: 13
Location: bangalore

PostPosted: Tue May 30, 2006 5:15 pm
Reply with quote

If we will get a abend what is the process to solve it.

Hint- Offset Adress one

Please tell me the full method.
Back to top
View user's profile Send private message
pbgunasekar

New User


Joined: 28 May 2005
Posts: 26
Location: Chennai

PostPosted: Tue May 30, 2006 5:16 pm
Reply with quote

which ABEND you are getting?
Back to top
View user's profile Send private message
bhavishya_bhandari

New User


Joined: 30 May 2006
Posts: 7

PostPosted: Tue May 30, 2006 7:20 pm
Reply with quote

Check the Output of the program...
there along with "Display" statements(if any) you will get a hexcode corresponding to the cobol statement causing the abend ..
Note that hexcode.
Now go to the compile Listing of program (The spool entry corresponding to the Compilation u did prior to this execution.)
search for hexloc using -- F HEXLOC.
this command with display all the hexcode ...now search the hexcode approximately closest to your hexcode.(As u will rarely get an exact one)
You will finally get the line number assosiated with this hexcode.
Locate the statement in the code for that line number ...

THIS IS THE STATEMENT CAUSING ABEND. icon_lol.gif
Back to top
View user's profile Send private message
charu arora

New User


Joined: 30 May 2006
Posts: 13
Location: bangalore

PostPosted: Fri Jun 02, 2006 4:17 pm
Reply with quote

Thanks
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top