Can we give two user name in NOTIFY parameter in JOBCARD
Answer Posted / devendra acharya
no, in the notify we can give only
one user name.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is the function of //cntl statement?
What is the function of dd disp parameter?
When space is allocated for an output dataset, what units can be used?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Why include statement is used in a jcl?
Is automatic restart possible in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is “Cond= even” and “Cond=only”?
Explain the purpose of dd dummy statement?
what are the various stages of job processing?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What do you understand by jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
which parameter is use to declare the name of dataset in dd statement?
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?