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

F ALL 'ffset' to find S0C7


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

New User


Joined: 30 Jul 2004
Posts: 95

PostPosted: Sat Sep 11, 2004 2:29 pm
Reply with quote

after getting hexadecimal(offset) value from the CEEDUMEP i typed command F ALL 'ffset' but the particular data item which effected soc7 is not hilighted is there any thing wrong with the command
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Mon Sep 13, 2004 2:47 pm
Reply with quote

are u in SDSF or ISPF EDIT ?

I tried to do a f in SDSF browse and it positionned the cursor to first occurence of
argument but did not highlight it.
Back to top
View user's profile Send private message
ksivapradeep

New User


Joined: 30 Jul 2004
Posts: 95

PostPosted: Wed Sep 15, 2004 9:38 am
Reply with quote

i am in ISPF

regards
siva pradeep
Back to top
View user's profile Send private message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Wed Sep 15, 2004 12:54 pm
Reply with quote

Hello Shiva,

Where did you try to find the OFFSET? The offset will be found at the compiling listing of the program to get the source code whee S0C7 occurred. Did you find there or somewhere else?

R u sure u searched in ISPF, not SDSF?

regards,
Sandip.
Back to top
View user's profile Send private message
ksivapradeep

New User


Joined: 30 Jul 2004
Posts: 95

PostPosted: Wed Sep 15, 2004 2:09 pm
Reply with quote

yes sandip,u r right i am in sdsf i got that offset in compilation listing i typed in syprint cobol in compilation listing that F ALL off-set value but i didnt get cursor to the particular item on which data item i got soc7
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Thu Sep 16, 2004 2:14 am
Reply with quote

Hi Siva,

I?m starting to loose my grip on the problem definition here. Let me lay out what I think your problem is and then you can show me where I went wrong. Here goes.

You got an 0C7 abend in a pgm you wrote. The dump dataset listing showed that the offending ASSEMBLER language instruction is located at the instr following the instr at the OFFSET addr shown in the dump listing.

You then went to your COBOL Compiler listing in SDSF to find the OFFSET addr you found in the dump listing of the execution SYSOUT listing in SDSF. You couldn?t find a match for the dump OFFSET addr in the Compiler listing.

I?m assuming here that you didn?t find it when you say :
Quote:
i typed in syprint cobol in compilation listing that F ALL off-set value but i didnt get cursor to the particular item on which data item i got soc7

Did you get a msg (usually at the top RH corner of the panel) that indicated the find failed?

Please review this for inaccuracies.
Back to top
View user's profile Send private message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Thu Sep 16, 2004 12:38 pm
Reply with quote

Adding to Jack's reply, you will not get the data item at the OFFSET address. A few lines above you will get the Souce Code Line number and If you find with the line number in the compile listing, you will get the cobol verb at source code. Or, at the right of the OFFSET address you may see the Source data variables.

regards,
Sandip.
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts S0C7 - Field getting overlayed COBOL Programming 2
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
Search our Forums:

Back to Top