What are three major types of JCL statements? What are their
functions?
Answer / guest
JOB - indicates start of jobstream to the operating system
and through parms coded on it, certain details about the
job (time, region, message level, job accounting data).
EXEC ? indicates the start of execution of a particular job
step, be that step a program or a proc.
DD - is a data definition, which is used to describe the
attributes of a data set (name, unit, type, space,
disposition).
| Is This Answer Correct ? | 11 Yes | 1 No |
which utility is used a dummy utility?
What is dummy parameter in JCL??
Is automatic restart possible in jcl? If yes, how?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Suppose I have five jobs to do. But I want to hold one?
The maximum number of in-stream procedure you can code in any JCL is ?
Explain how can return codes be tested before execution of a job step?
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?
How do you restart a PROC from a particular step?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
What is NOTCAT ?