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
When space is allocated for an output dataset, what units can be used?
What is the significance of addrspc parameter in the exec statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is multithreading in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
Explain the function of job statement in jcl?
which utility is used to sort a file in jcl?
How to run cobol program using jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Brief description of inline procedure of jcl.
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is use of restart and how to use it?
Explain the jcl exec statement?
What parameter directs the output of the job log dataset?