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 |
Explain how can an in-stream dataset be terminated?
How to run cobol program using jcl?
What are SD37, SB37, SE37 abends?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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?
what is the job entry system used in your project?
What are the common keyword parameters in both job and exec statements
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to execute only th 15th step of JCL consisting of 50 steps?