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
 
Please help me with ABEND S0C1 -01

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

New User


Joined: 27 Jun 2008
Posts: 1
Location: Tampa Fl.

PostPosted: Wed Jul 02, 2008 6:38 pm    Post subject: Please help me with ABEND S0C1 -01
Reply with quote

IEA995I SYMPTOM DUMP OUTPUT 952
SYSTEM COMPLETION CODE=0C1 REASON CODE=00000001
TIME=10.08.53 SEQ=00103 CPU=0000 ASID=0042 PSW AT TIME OF ERROR 078D0000 0000785A ILC 2 INTC 01
ACTIVE LOAD MODULE ADDRESS=00007858 OFFSET=00000002
NAME=PER090CP
DATA AT PSW 00007854 - 00000000 00007860 0000788C
Back to top
View user's profile Send private message
References
PostPosted: Wed Jul 02, 2008 6:38 pm    Post subject: Re: Please help me with ABEND S0C1 -01 Reply with quote

Garry Carroll

Active User


Joined: 08 May 2006
Posts: 134
Location: Dublin, Ireland

PostPosted: Wed Jul 02, 2008 7:57 pm    Post subject:
Reply with quote

S0C1 abend is invalid instruction. Line 5 gives the offending program name - PER090CP. Line 4 shows that this is loaded at address X'00007858' and that the PSW (Line 3) is pointing to an offset 2 bytes from this point. The last line shows the data from just before the PSW address.

The PSW in a dump is typically pointing to the instruction after the offending one. This suggests an address containing binary zeroes - which is not an execuatble instruction.

The supposed load module address at X'00007858' does not look like an entry-point for a program. Suggest you check the dump around X'00007858' to see if you can locate the correct entry-point, then check to see why the load point is incorrect.


Regards,
Garry.
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