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

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?

9 Answers   Infosys,


please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,

1 Answers   IBM,


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,


what are the technical terms for // /* in jcl

3 Answers   Cap Gemini,


What is 'S0C7' abend?

9 Answers  






What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?

4 Answers  


what do you mean by include statement in jcl?

1 Answers   IBM,


How to identify where file is empty or not? How many ways are there to identifying?

3 Answers   CTS,


what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,


How to compare 2 files using File-Aid?

1 Answers   IBM,


a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario

4 Answers  


Categories