What does S0C4 error mean?

Answers were Sorted based on User's Feedback



What does S0C4 error mean?..

Answer / sunaina

S0C4 error: Storage violation error - can be due to various
reasons. e.g.: READING a file that is not open, invalid
address referenced due to subscript error.

Is This Answer Correct ?    61 Yes 2 No

What does S0C4 error mean?..

Answer / prashanthkodakani

soc4: protection exception. a program trying to access
out of defined element from the occurs table

Is This Answer Correct ?    33 Yes 6 No

What does S0C4 error mean?..

Answer / kavitha

Protection exception or storage exception error

Is This Answer Correct ?    17 Yes 2 No

What does S0C4 error mean?..

Answer / guest

This error is faced when we execute the COBOL program. The
main reason for this error is that a variable is defined
with less characters and we are trying to move data which is
larger than the actual storage space.

Is This Answer Correct ?    39 Yes 27 No

What does S0C4 error mean?..

Answer / dhhamu

S0C4 error: Storage violation error - can be due to various
reasons. e.g.: READING a file that is not open, invalid
address referenced due to subscript error.

Is This Answer Correct ?    14 Yes 5 No

What does S0C4 error mean?..

Answer / viren

SOC4 Exception Occured in my Program, When I tried to Write
into the File that was not opened.

Is This Answer Correct ?    12 Yes 4 No

What does S0C4 error mean?..

Answer / sindhu

its a data mismatch error.

Is This Answer Correct ?    1 Yes 11 No

What does S0C4 error mean?..

Answer / srilakshmi

SOC4 eroor will occur due to data exception. When we are
trying to move numeric data to alpha numeric then it will
abend with SOC4. For Ex: If the input file is having the
junk values like '??" it will abend. to overcome this abend
we can replace the ?? with spaces we can avoid it..

Is This Answer Correct ?    7 Yes 46 No

Post New Answer

More JCL Interview Questions

How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


Differentiate between addressing mode and run mode.

0 Answers  


How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.

1 Answers   HSBC,


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,


how to do automated restart when a job abends?

0 Answers   IBM,


which utility is used to sort a file in jcl?

0 Answers   IBM,


What is a procedure?

1 Answers  


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,


How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


How do you restart a PROC from a particular step?

5 Answers  


Categories