How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / sunil
At job level we have 2 parameters those are
1) Positional Parameters (ACcounting information and
Programmer name)
2) Keyword parameters (CLASS,MSG CLASS, MSG
LEVEL,PRTY,COND,TYPERUN .. etc)
From the above positional parameters are mandatory , But
key word parameters are optional.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
What is the purpose of disp parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is notcat 2 - gs?
Is their any set of rules for dd? Explain.
What is the function of the steplib dd statement?
Where can program checkpoints be stored for use in a restart?
Explain the function of a dd statement?
What is the use of disp parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
How can values be passed from the job stream to an executable program?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?