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 |
At what stage, operator can change the class and priority of a submitted job?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
How do you restart a PROC from a particular step?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
What is COND=ONLY ?
How to compare 2 files using File-Aid?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
how to create gdg with out using idcams utility
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.