What does S0C4 error mean?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / kavitha
Protection exception or storage exception error
| Is This Answer Correct ? | 17 Yes | 2 No |
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 |
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 |
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 |
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 |
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
wht do u mean by inrec and outrec ?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
What is a procedure?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
what is A-MODE and R-MODE?
Brief description of inline procedure of jcl.
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
What is DATACOM db?
How do you submit a JCL under CICS environment ?
when we use sysprint and sysout statements