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

SOC4


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elonics

New User


Joined: 05 Jul 2005
Posts: 49
Location: India

PostPosted: Tue Aug 30, 2005 5:14 pm
Reply with quote

Hi All,


What may be the correct reason for this type of errors?

SYSTEM COMPLETION CODE=0C4 REASON CODE=00000010


Elo'nics.
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Tue Aug 30, 2005 8:04 pm
Reply with quote

As per my manual:
Segment translation exception: a program that was running
disabled for interrupts tried to reference storage while
the page table for that storage was paged out. To correct
the error, page-fix the storage before a program running
disabled attempts to reference it.

Another possible cause is that a program tried to
reference storage that had not been obtained. To correct
the error, allocate the storage before attempting to
reference it.

Finally, a program running in a subspace attempted to
reference storage that was not accessible to the subspace
at the time of error. To correct the error, ensure that
the program running in a subspace references only the
storage assigned to that subspace, or storage that can be
referenced by all subspaces.

In brief check the AMODE and DATAMODE for the program.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Getting SOC4 while calling a Cobol DB... PL/I & Assembler 4
No new posts Getting soc4 on internal table in cobol COBOL Programming 13
No new posts Help with SOC4 on DSNHLI/DSNELI DB2 11
No new posts SOC4 X'4' abend in PLI-IMS program IMS DB/DC 3
No new posts SOC4 abend on field display COBOL Programming 5
Search our Forums:

Back to Top