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

Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


What is DISP= (NEW,PASS,DELETE)?

3 Answers   HCL,


how to count the number of members in pds?

2 Answers  


What is the DD statement for a output file?

3 Answers  


How many types of libraries are there in JCL ?

2 Answers   IBM,






i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,


How to execute step2,step1,step3 when step1,2&3 are in order

6 Answers   TCS,


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


How jcl work to handle various input output file operations?

0 Answers  


Categories