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 STEPLIB, JOBLIB? What is it used for?
How do you access a file that had a disposition of KEEP?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
how can i use the parameters decalred in main pgm in sub pgm
How to release the Output HELD by using HOLD = YES on DD statement ?
What is the difference between joblib and jcllib statements
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
How gdg are concatenated?
what is the job entry system used in your project?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
What do you feel makes a good program?
Explain how can return codes be tested before execution of a job step?