Page 1 of 1

Tell me the reason of this S0C4

PostPosted: Fri May 16, 2008 12:09 pm
by bodhi
hello everyone,

Anybody tell me the reason of this soc4.

SYSTEM COMPLETION CODE=0C4 REASON CODE=00000010
TIME=21.01.06 SEQ=08065 CPU=0000 ASID=0117
PSW AT TIME OF ERROR 070C1200 9935C17E ILC 6 INTC 10
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 1935C178 - F01858E0 1004D20B 601CE01C
AR/GR 0: 008FB01F/19D6459C 1: 00000000/0000637E
2: 00000000/0000001C 3: 00000000/9935BB99
4: 00000000/00000080 5: 00000000/1B861188
6: 00000000/19D64588 7: 00000000/1B8610C0
8: 00000000/7FFBB008 9: 00000000/1AA9E008
A: 00000000/00CB6A4C B: 00000000/1935EAF8
C: 00000000/1935C008 D: 00000000/7F5EBB20
E: 808FA03C/1D2C15B0 F: 00000000/1B861188
END OF SYMPTOM DUMP


Thanks
Bodhi

Re: Soc-4

PostPosted: Fri May 16, 2008 12:42 pm
by dick scherrer
Hello,

No, from what you posted, we cannot tell you the problem. You need to provide info for someone to work with.

What does the progeam do? What is the jcl? Is it even a batch job? What other diagnostic info was provided (somewhere there is more and - no, we cannot use a full dump.

Re: Soc-4

PostPosted: Fri May 16, 2008 2:41 pm
by jayind
Do you have arrays in your program? Check the following points

Assuming you have arrays in your program,

1. what is the size of the array?
2. is it using files as input or DB2 as input? what is the record count trying to load to your array?
3. Is any index exceeding its limit?
4. Try few displays showing the counter/index values in the program and see whether any counter/index exceeds the limit defined
5. post the array definitions if you have any.

Hope this information can be used for debugging.

Regards,
Jayind