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 WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)

8 Answers   ADP,


Hi, can any one tell about " How do u eliminate the duplicates "

2 Answers   Cap Gemini,


What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?

9 Answers   Xansa,


We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?

2 Answers   CTS, IBM,


how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.

6 Answers   Syntel, UHG,






i want to avoid the positional parameter how to code it ?

3 Answers   TCS,


What is timing concept in mainframe?

0 Answers  


how many members can be created inside a single pds?

8 Answers  


Can a PS file be read in reverse order?If so,how

2 Answers   Syntel,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?

3 Answers   CTS, DELL,


what is use of dcb parameter in dd statement?

0 Answers   IBM,


Categories