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
which utility is used to run a cobol-db2 program?
How to pass the parameter in parm using linkage section ? (syntax)?
List the various advantages of using jcl language?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the function of the steplib dd statement?
Can I send output of job to my remote device careerride123?
Explain dd statement in jcl?
in ways data can be passed to a COBOL program from JCL?
What is the purpose of disp parameter?
In job processing, what happens in conversion stage?
what is use of space parameter in dd statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
how do you access an uncataloged dataset in a jcl?
How can a jobs execution priority be modified?
What are steplib and joblib?