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 / saisankar
if there are 2 jobs with the same class then it will check
for 'prty ' parameter.based on the prty it will submits.
if we are not coded any 'prty' paramater then which job
goes first time that will be executed.
for better understanding
class = a (2min) ,b (3min) , c (4min)
to separate the jobs based on the cpu time
consumed.installation dependent.
for other info : saisankar85@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
Explain about LMQUERY�give a dialog information about a data set
What is the purpose of dd * statement in jcl?
what is use of dsn parameter in dd statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is concatenating?
Explain the hierarchy levels in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is “Cond= even” and “Cond=only”?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how can you check if a file is empty using jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Is condition checking possible in jcl? If yes, how?
What do you understand by the terms: joblib and steplib?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?