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
I need exexution process for JCL programs
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?
How can an in-stream dataset be terminated?
How can a fb file convert to vb file using sort program?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How do you submit a job for execution?
Is automatic restart possible in jcl?
how you can direct the data to spool using SYSOUT option?
which parameter is used to check the syntax of a jcl without executing it?
In sms datasets, what is the function of the dd avgrec keyword?
What do you understand by the term notcat 2 – gs?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how to run batch program without jcl?
How can a stopped job be started again?
Name the parameters which can be used to limit the number of records written to a sysout dataset?