I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha
if u submit it in my opinion it shud not give any errors as
it is allowed and i think every job would get its own
unique JES number and u cn view each one of them on the
spool according to their JES number....
not sure though...
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sudha
you can have any number of job cards in a single jcl.only
the job steps is limited to 255 steps
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / anurag
It will show the JCL error , as there should be only one
job card for each job,
multiple jobs can not be kept in a single member with
multiple Job cards,
Each jobs should be placed in a different member with only
one job card,
For each Job Job card will be only one and multiple steps
could be there up to the no of 255.
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / suresh babu
see there should be only one job card in one jcl but there
can be 255 steps
for example in C land there should be only one main right
can N E body tell me more plz
| Is This Answer Correct ? | 1 Yes | 8 No |
Is there any command to check wether the ps file is in sorted order?
Explain about RECORDING MODE Clause
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Name a few IBM utility programs, and explain its function.
What will happen if we write two STOP RUN's in a COBOL program?
What is the difference between a symbolic and an override in executing a PROC?
What is the function of the dd dcb keyword?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
What are steplib and joblib?
How is the keyword DUMMY used in JCL?
is there any utility for restarting a particular step in jcl reply soon ?