View previous topic :: View next topic |
Author |
Message |
pvrajesh31 Beginner

Joined: 10 Aug 2004 Posts: 31 Topics: 11
|
Posted: Fri Feb 02, 2007 4:25 pm Post subject: Finding abend location in prog using Offset |
|
|
Hi ,
I am testing a Cobol program coded by someone else. I am getting an abend as below which shows the Offset location. I want to know the procedure to find the actual location in program using the Offset given in dump.
The dump is as below
Code: | IGZ0035S There was an unsuccessful OPEN or CLOSE of file OUTFILE in program PROG7635 at relative location X'2414'.
Neither FILE STATUS nor an ERROR declarative were specified. The status code was 39.
Location:
Program Unit: CEEHSGLT Entry: CEEHSGLT Statement: Offset: +0000005C
Storage dump near condition, beginning at location: 06A1AC5C
+000000 06A1AC5C F010D20B D0801000 58A0C2B8 58F0A01C 05EFD20B D098B108 41A0D098 50A0D08C |0.K.......B..0....K..q.....q&...| |
Waiting for reply... _________________ Rajesh |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|