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

Please help me with ABEND S0C1 -01


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

New User


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

PostPosted: Wed Jul 02, 2008 6:38 pm
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
Garry Carroll

Senior Member


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

PostPosted: Wed Jul 02, 2008 7:57 pm
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
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 ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top