What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / 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 View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What are the utility programs in jcl?
what is the use of IEBGENER utility?
How is the record format of an output dataset specified?
Is their any limit for data sets?
what is use of dcb parameter in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is concatenating?
What is use of restart and how to use it?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are the parameter we cannot use in procedure?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is the resolution for sb37 error
What are hierarchy levels in jcl?