What is a S0C4 error ?
Answers were Sorted based on User's Feedback
Answer / guest
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 ? | 12 Yes | 0 No |
Answer / sathya
S0C4
Storage related problem. Check your linkage section, table
definition, and FD section.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the error code SOC01 indicate ?
how to see the latest generation in gdg?
What is the improvement to COND= in the latest version of MVS?
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.
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is a GDG
What is NOTCAT ?
How many positional parameters are there in job statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
can we modify the code in copy book? if it possible how to submit ofter the modification.
What u mean by include statement in JCL ?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?