whats SOC7?



whats SOC7?..

Answer / rajkumar

Soc7 is an ERROR it comes when moving of values to one
datatype to another datatype.
example 01 var1 pic x(10)
01 var2 pic a(10)
if var1 = 100
move var1 to var2
then SOC7

Is This Answer Correct ?    19 Yes 0 No

Post New Answer

More JCL Interview Questions

I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

6 Answers   IBM,


How can values be passed from the job stream to an executable program?

0 Answers  


how are instream data terminated?

3 Answers   Tech Mahindra,






What is the function of dd disp parameter?

0 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


if we give TIME=0 how many sec that job/step

13 Answers  


What are steplib and joblib?

0 Answers  


whats the difference between empty and noempty of GDG?

4 Answers   Patni,


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


how to resolve the soc4 error?

5 Answers   ITC Infotech,


Categories