Explain the jcl exec statement?
what are the various stages of job processing?
What you mean by skeleton JCl?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
can a job be submitted through jcl only? is there another way to submit a job?
Why we will create load module in PDS only, Why nt in PS?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
what does mvs stand for?
What do you understand by the term notcat 2 – gs?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
Can I share my data with other jobs? How?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job