What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

Answers were Sorted based on User's Feedback



What is the difference b/w the CLASS,TIME,PRTY in jcl job card...

Answer / 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

What is the difference b/w the CLASS,TIME,PRTY in jcl job card...

Answer / mohan.chepuri

class is used to which job wil execute first
time is use to limited time to giv the run the job
prty is use to if class is equal to all jobs then prty is
use to check the prty cond and execute first

Is This Answer Correct ?    7 Yes 0 No

What is the difference b/w the CLASS,TIME,PRTY in jcl job card...

Answer / krishnachaitanya

first answer is correct except about CLASS given by friend
Khajafairoz . class tells that our job submited to os through
which input queue there are 36 input queues each input queue
has its own time and region it depends on installation it
vary to company to company if we didnot give class name it
wil take default queue name it vay to company to company.

queues are A,B,C,D------Z,0,1,2,-----9 SO TOTAL=26+10=36.

CLASS=A,OR CLASS=Z ,OR CLASS=1,OR CLASS=9-----------

Is This Answer Correct ?    4 Yes 0 No

What is the difference b/w the CLASS,TIME,PRTY in jcl job card...

Answer / khajafairoz

TIME:-HOW MUCH TIME IS ALLOCATED FOR EXCUTING MY JOB.THE CPU
TAKE MORE TIME IT WILL ABEND S322 ERROR CODE.

PRTY:-IT WILL GIVE HIGEST PRTY FOR EXECUTING MY JOB.

CLASS:-THE CLASS PARAMETER TELL WHAT IS UR PROGRAM,WHO HAS
WRRITEN WHEN IT COMPILE.

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More JCL Interview Questions

i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?

1 Answers   CTS,


Why include statement is used in a jcl?

0 Answers  


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  






While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  


What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?

4 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


Explain about Cobol Subroutines

1 Answers  


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


What are three major types of JCL statements? What are their functions?

1 Answers  


Categories