What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / 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 |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
How can a stopped job be started again?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the difference between jcl and jes?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Explain the function of dd disp parameter?
define cond parameter in jcl?
What are the rules employed while naming the steps in a job?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What statement can be used to send data to another mvs jes3 node?
What parameter directs the output of the job log dataset?
what is use of dsn parameter in dd statement?
What is the purpose of dd?
Can we call instream to catalog and catalog to instream?