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
Explain dfsort utility?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the format of comment statement?
how to run batch program without jcl?
In sms datasets, what is the function of the dd avgrec keyword?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the function of job statement in jcl?
How is the record format of an output dataset specified?
How would you understand error(execution phase)?
How do you create a temporary dataset?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is catelog procedure and how many catelog procedure to use in one job?
Brief description of inline procedure of jcl.
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?