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 |
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
How jcl is used for testing batch programs?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
How gdg are concatenated?
What is the use of disp parameter?
How to pass data to a program that is coded in an exec statement?
How to override loadlib?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
When output dataset space is required, what quantity categories are used?
can a job be submitted through jcl only? is there another way to submit a job?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What is NOTCAT 2