Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Reading Hexadecimal Value from Abend-Aid

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
TopNotch

New User


Joined: 28 May 2003
Posts: 9
Location: NewJersey, USA

PostPosted: Thu Jan 12, 2006 9:19 pm    Post subject: Reading Hexadecimal Value from Abend-Aid
Reply with quote

Hi All,

Abend-Aid says a fields contains x'c5c44040' in s9(07) comp-3 field and got soc7. I could find out error variable and location. Please let me know how to find the value that caused soc7?

Thanks,
Back to top
View user's profile Send private message
References
PostPosted: Thu Jan 12, 2006 9:19 pm    Post subject: Re: Reading Hexadecimal Value from Abend-Aid Reply with quote

mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1481

PostPosted: Fri Jan 13, 2006 7:38 am    Post subject:
Reply with quote

A valid s9(07) comp-3 field will contain a value of this form:

X'nnnnnnns' where the "n"s can be any digit from 0 thru 9 and "s" could be C (a positive sign), D (negative), or F (unsigned). There are other signs (A, B, E, I think) used by much older compilers/systems, you probably will never see them.

What you got: x'c5c44040' is impossible (you might have typoed). That "o" is probably a zero because the highest letter possible in a half byte is "F". And maybe you transposed the o and the 4 The first 2 chars are an "E". The rest of the field is spaces "4040" unless you buy my transposition theory, then it would be "404040".

So, it looks like nothing in the field is valid COMP-3 data if you agree that the "04"s are spaces.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1