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
Which dd parameters are required?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How does the jcl specify the job to os?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to run batch program without jcl?
what is “Cond= even” and “Cond=only”?
How does jcl act on code(if you take a cobol program)?
Is condition checking possible in jcl?
what are JCLLIB and STEPLIB in JCL?
Explain the hierarchy levels in jcl?
How can the submitting users racf authority be overridden in a job stream?
How can return codes be tested before execution of a job step?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are the 2 types of parameters in dd statement?