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 28 No

Post New Answer

More JCL Interview Questions

Explain the jcl exec statement?

0 Answers  


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

4 Answers   IBM,


what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?

3 Answers   Convergys,


Explain the function of //jcllib statement?

0 Answers  


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  






FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?

4 Answers   IBM,


How to DEBUG a JCL?

9 Answers   Satyam,


What are the rules employed while naming the steps in a job?

0 Answers  


Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


What is the difference between static call & Dynamic call ?

3 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


Categories