What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
can i sort packed decimal if i can tell the syntax
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
How jcl is used for testing batch programs?
Explain the function of //cntl statement?
How do you access a file that had a disposition of KEEP?
Explain about User Information
How do you create a temporary dataset? Where will you use them?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
What are the parameters that are used in creating a gdg?
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
Name what parameter directs the output of the job log dataset?