can we have more than one job in a single job card that is
we are specifying only one 'job' statement in the jcl.
Answer Posted / bhanuprathap
Yes, we have many steps Under one Job but not many Jobs in
one step.....
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Is their any limit for data sets?
Differentiate between the joblib and the steplib statements?
What is the function of the steplib dd statement?
What is the maximum length of a single line of jcl?
Where can program checkpoints be stored for use in a restart?
what is the JCL statement consists of?
what is use of space parameter in dd statement?
What are the parameter we cannot use in procedure?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Are there any set of rules for the names of the steps used in a job?
How to submit a jcl from cics?
In job processing, what happens in conversion stage?
which utility is used to sort a file in jcl?
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?