What are three major types of JCL statements? What are their
functions?
Answer Posted / 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 |
Post New Answer View All Answers
Is condition checking possible in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the purpose of dd dummy statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to run cobol program using jcl?
What is the difference between the positional and keyword parameters? Give examples.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the function of //jcllib statement?
Explain the hierarchy levels in jcl?
How can return codes be tested before execution of a job step?
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?
What do you understand by jcl?
what is SOC4 error?
How can values be passed from the job stream to an executable program?
Explain dfsort utility?