|
|
| Author |
Message |
Rajesh.Thigale
New User
Joined: 11 Jan 2008 Posts: 3 Location: pune
|
|
|
|
Hi
I am getting an abend SOC4 while executing runjcl.
The massage is like "The system detected a protection exception (System Completion Code=0C4)From compile unit CALRS at entry point CALRSHST at compile unit offset+000013CA at entry offset +00000954
at address 000CBB5A."
could you please guide me how to look into code to resolve this abend.
Apreciate your help. |
|
| Back to top |
|
 |
References
|
Posted: Tue May 13, 2008 7:53 pm Post subject: Re: Getting an abend SOC4 while executing RUNJCL |
 |
|
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 313 Location: work
|
|
|
|
Take a look at your assembler listing and see what is going on at offset 000013CA.
Also, the registers should be shown in your job output or SYSLOG. Sometimes you can see one that does not look right; perhaps a pointer that is negative or pointing to low core.
You may need to capture a dump of the problem so that you can examine the storage pointed to by the registers. |
|
| Back to top |
|
 |
|
|