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
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Can we use DISP=SHR in output file in JCL
which utility is used to sort a file in jcl?
What is the function of the steplib dd statement?
which parameter is use to declare the name of dataset in dd statement?
What is use of restart and how to use it?
How do you access an uncatalogued dataset in a jcl?
When output dataset space is required, what quantity categories are used?
Is automatic restart possible in jcl? If yes, how?
Is automatic restart possible in jcl?
How is a type of file defined in the jcl that executes the cobol program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is DD statement is used in JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain