how to resolve the soc4 error?

Answers were Sorted based on User's Feedback



how to resolve the soc4 error?..

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

how to resolve the soc4 error?..

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

how to resolve the soc4 error?..

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

how to resolve the soc4 error?..

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

how to resolve the soc4 error?..

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

Post New Answer

More JCL Interview Questions

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.

4 Answers   IBM,


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?

3 Answers  


How many instream we can write in single jcl?

1 Answers  


Max. No of DD statements in a job ?

4 Answers   CSI,






How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.

3 Answers   IBM,


In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


How do you restart a PROC from a particular step?

5 Answers  


Explain how can a stopped job be started again?

0 Answers  


How to execute step2,step1,step3 when step1,2&3 are in order

6 Answers   TCS,


Explain the function of //jcllib statement?

0 Answers  


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


Categories