What is a procedure?
Answer / guest
A set of precoded JCL that can be modified through the use
of parameters or override cards. Note: Procedures can be
catalogued or instream.
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you feel makes a good program?
how to compress the data set
What is the syntax of JCL statement?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
What is a Generation Data Group (GDG)?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
What is the function of the dd dcb keyword?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
describe the job statement, its meaning,syntax and significant keywords?
A job has 90 steps i want to execute only step7 and step15
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?