I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / mohammadanis
All the Jobs will be submitted.If all the jobs are of same
job name then they will go one by after another in FIFO
bases.If their names are different,then dependin on
availability of initiator,multiple jobs can run concurrently
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to override loadlib?
What is one line to pass PARM from JCL to COBOL?
What do you understand by the term notcat 2 – gs?
Is automatic restart possible in jcl?
Describe the various parameters utilized in the creation of a gdg?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Matching Logic in Jcl not in cobol.Could any one please answer this question
which parameter is used to check the syntax of a jcl without executing it?
Differentiate between the joblib and the steplib statements?
How can a fb file convert to vb file using sort program?
What is the function of //cntl statement?
how to run batch program without jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How jcl work to handle various input output file operations?
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?