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 |
What is the significance of addrspc parameter in exec statement?
what are the various stages of job processing?
how to skip the steps in JCl
How can you trap abends in the JCL?
What are hierarchy levels in jcl?
whats SOC7?
if we give TIME=0 how many sec that job/step
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How do you override a parameter in Positional parameters?
How do you access a file that had a disposition of KEEP?
List the various advantages of using jcl language?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?