I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / praveen kumar bejjanki
We can have several job card's in a single JCL. when you
submit this jcl it won't give any abend. the jobs are
executed based on the jobname, suppose if all the jobs have
the same name then they are executed on the way they are
submitted, if the job names are unique then they are
executed based on the class, priority assigned to that job.
even if both the class, priority is same for all the jobs
which have a unique jobnames then they are executed in the
way each job is submitted.
Correct me if i am wrong....
mail me to prvnkmrbejjanki@gmail.com
Thanks!!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the syntax of JCL statement?
what happens in execution stage in job processing?
What is job control language?
What is the purpose of dd * statement in jcl?
How is a type of file defined in the jcl that executes the cobol program?
What are steplib and joblib? What for they are used?
What is the function of the steplib dd statement?
What is the format of comment statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the purpose of dd * statement in jcl?
Explain about ISPF/TSO Commands
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
is there any way to execute more than one proc in the same exec statement at the same time..?