What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / y@$w@nth
TIME ---> with the TIME parameter we are telling to the
operating system that the maximum amount of time that our
job can take, if that time exeeds and still ur job is
running then operating system will abend our job with abend
code 322.
PRTY---> PRTY stands for priority of our job that means..
for exmple if there are four jobs those needs to executed by
operating system using PRTY parameter we telling that which
job needs to execute first and which needs to execute second
and so on.....
CLASS --> CLASS parameter tells the class of your job that
means some jobs may take heavy time and some jobs take less
time depending on the complexity of the program and
resources that those are using. By using class parameter we
are telling to the Operating system that my job is of this
class....
Let me know if i am worng...
cheers..
yaswanth.pyrs@gmail.com
Y@$w@nth
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
Can I share my data with other jobs? How?
Explain the function of the steplib dd statement?
What is the function of the dd avgrec keyword in sms datasets?
Is their any limit for data sets?
List the various advantages of using jcl language?
What is the function of the dd mgmtclas keyword in sms datasets?
What are the parameter we cannot use in procedure?
What is the motivation behind coding class parameter in job statement?
how can you check if a file is empty using jcl?
what are the statements that are not valid to be included in an include statement?
What is the significance of addrspc parameter in the exec statement?
Explain the job statement in jcl?
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?
how to run batch program without jcl?