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 |
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
How to execute step2,step1,step3 when step1,2&3 are in order
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
What is dummy parameter in JCL??
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
Name the statement which can be used to send data to another mvs jes3 node?
once we submitted the job to the operating system, how can we cancel the job before execution?
Max. No of DD statements in a job ?
What does a disposition of (NEW,CATLG,KEEP) mean?
what is a steplib
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file