1) Is CLASS used for assigning Priority (as we say a job
having class '6' will run before the job having class '5'?
then what is the difference between CLASS and PRTY ?
2) In a same JCL, 2 JOB statements with different Classes
and NO PRTY are submitted ? which will run first ? & with
different classes and different PRTY also, which will run
first now ?
Answer Posted / prachi.
1)If there are two jobs with the same class, PRTY will
decide which job has to execute first.Job with the highest
priority will be executed first than the job with lowest
priority
2)If in the same JCL two jobs with No PRTY submitted in
that case..execution of the job depends on class
parameter...that is class will decide the priority
3)we will not be using the PRTY parameter if the class is
different..The use of PRTY is only when the jobs has same
job class..
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to override loadlib?
What is the function of job statement in jcl?
When space is allocated for an output dataset, what units can be used?
What is NOTCAT ?
How dummy is used in jcl?
Explain about LMQUERY�give a dialog information about a data set
In job processing, what happens in conversion stage?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is the purpose of coding notify parameter in job statement?
What is condition checking in jcl? Is this possible?
How do you overcome this limitation ?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?