how to resolve soc-7 ? please tell me

Answers were Sorted based on User's Feedback



how to resolve soc-7 ? please tell me..

Answer / sharmila_g

soc 7 is a data exception error (or) invalid data (or) bad data.

eg: moving all arithmetic operations.

Is This Answer Correct ?    13 Yes 2 No

how to resolve soc-7 ? please tell me..

Answer / raghuveer

change the non numric data given into numeric

Is This Answer Correct ?    0 Yes 0 No

how to resolve soc-7 ? please tell me..

Answer / vinothkumar

Answer: To change the correct manipulating operation for
that suitable data type.

for ex:
move non-numeric value to numeric value, this is wrong.
so move the correct variable to the corresponding data type.

Wrong : MOVE 'ABCD' TO A.
where, 'A' is 10 & 'ABCD' is the alphabets.

Correct : MOVE 5 TO A.
MOVE 'ABCD' TO WS-MSG.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

0 Answers   IBM,


in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,






What are the difference between jcl and jes?

0 Answers  


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch

1 Answers   IBM,


Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


What is Backward Referencing ?

3 Answers   HSBC,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

2 Answers  


Categories