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


Please Help Members By Posting Answers For Below Questions

How gdg are concatenated?

671


Why include statement is used in a jcl?

689


Explain how can values be passed from the job stream to an executable program?

622


What is the function of dd name parameter with a 2 part structure; audit.report?

700


Must tape dataset definitions include vol=ser specifications?

980






Explain the function of dd name parameter with a 2 part structure; audit.report?

897


what happens in execution stage in job processing?

653


How can the submitting users racf authority be overridden in a job stream?

753


Explain the hierarchy levels in jcl?

1119


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

819


what happens in conversion stage in job processing?

730


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7600


What is the significance of addrspc parameter in exec statement?

729


When output dataset space is required, what quantity categories are used?

830