I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / siddhartha
whenever ur submitting multiple jobs @ a same time u'l hav
give the priority for the execution of jobs. according to
the priority the jobs will b executed 1 by 1.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Where & How Do You Code Identifier 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?
What is the use of symbol // in jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is one line to pass PARM from JCL to COBOL?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is the use of IEBGENER utility?
How do you create a temporary dataset?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is concatenating?
How can the disposition of sysout datasets be set for an entire jobstream?
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) ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is condition checking possible in jcl?
Is automatic restart possible in jcl?