how to resolve the soc4 error?
Answers were Sorted based on User's Feedback
Answer / rangarao chitipothu
Storage violation error, can be due to various reasons.
---> Reading a file that is not opened.
---> invalid address reference due to subscript error.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / satheesh
compile use list option and then select from the compile
listing offset of the record and then made change where you
done error and recompile
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / narendra
Storage violation error, can be due to various reasons.
---> Reading a file that is not opened.
---> invalid address reference due to subscript error.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satheesh
compile use list option and then select from the compile
listing offset of the record and then made change where you
done error and recompile
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / naga
soc4 is a data exception error, we trying to move the
(data) alphabetic to numeric data, exception happend, we
avoid this type of move operation.
Is This Answer Correct ? | 3 Yes | 29 No |
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
how many max steps can we use in a job? pls answer to my question
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
How many instream we can write in single jcl?
Max. No of DD statements in a job ?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How do you restart a PROC from a particular step?
Explain how can a stopped job be started again?
How to execute step2,step1,step3 when step1,2&3 are in order
Explain the function of //jcllib statement?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?