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

How to read BLW value in SOC7 abend.


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

New User


Joined: 05 Sep 2006
Posts: 3

PostPosted: Wed Oct 11, 2006 12:25 pm
Reply with quote

I got a SOC7 abend and this is the dump ...
so can u please explain me about this ... is BLW a value in Input file ??
how to read this BLW and wht is the value of 0000+47A ??
Please help me out...

Most recently referenced data items:
Data Item . . . . . . . . : BLW=0000+47A
At Address. . . . . . . : 000A0B3A
Length. . . . . . . . . : X'B'
Data Item Storage . . . : 40404040 40404040 404040 * *

Data Item . . . . . . . . : BLW=0000+486
At Address. . . . . . . : 000A0B46
Length. . . . . . . . . : X'2'
Data Item Storage . . . : 4040 * *
Back to top
View user's profile Send private message
meetreks

New User


Joined: 28 Sep 2006
Posts: 26
Location: Edinburgh

PostPosted: Wed Oct 11, 2006 4:04 pm
Reply with quote

These are the steps to find the same.

1. First go the compile listing of the program in question.

2. The find BLW=000

3. This will give you the start of the BLW cell 000. Then the field which caused the problem is at 486 bytes from the start of this cell. So what you have found till now is the name of the working storage field which has caused the S0C7.

4. The next step is to find the place within the program where is has abended.

5. This is given by the address A0B46. Find for this address in the program and you will find this variable nearer the address.

--> I have assumed that the BLW 000, 486 is the field causing the problem at address A0B46.

Hope this helps.
Back to top
View user's profile Send private message
prashanth1

New User


Joined: 27 Sep 2006
Posts: 47
Location: Hyderabad

PostPosted: Thu Oct 12, 2006 11:12 am
Reply with quote

Sri Ranjan,

Let me know, whether r u using Abend-Aid r not.

If yes , I will let u know how to read the BLW cells with their displacements.


Regards,
Prashanth1
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts After newcopy the CICS program user f... CICS 7
No new posts User ABEND U0476. Need help. IMS DB/DC 1
No new posts Rexx to read current Panvalet editor/... CLIST & REXX 0
No new posts ABEND 0717 during starting IMS IMS DB/DC 0
Search our Forums:


Back to Top