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

How can unused space allocation be returned to the system when a dataset is closed?

1 Answers  


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

2 Answers  


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


Explain how can the submitting users racf authority be overridden in a job stream?

1 Answers  


i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance

1 Answers   IBM, TCS,


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


In SPACE,what is directory,RLSE

6 Answers   TCS,


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1 Answers  


What is STEPLIB, JOBLIB? What is it used for?

2 Answers  


I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?

4 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,


What is the use of symbol // in jcl?

1 Answers  


Categories