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

A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


What are hierarchy levels in jcl?

0 Answers  


how GDGs are concatinated?

4 Answers   HSBC,


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,






How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


Explain about LMOPEN -

1 Answers  


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,


If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?

5 Answers   TCS,


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

0 Answers  


If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job

4 Answers   UST,


Categories