1) Is CLASS used for assigning Priority (as we say a job
having class '6' will run before the job having class '5'?
then what is the difference between CLASS and PRTY ?
2) In a same JCL, 2 JOB statements with different Classes
and NO PRTY are submitted ? which will run first ? & with
different classes and different PRTY also, which will run
first now ?
Answer Posted / archana
Class is used by the initiators to pick a job from the
input queue. If there are 2 jobs with the same Class in the
input queue, then the initiator will execute the jobs based
on the priority.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
What are the difference between jcl and jes?
Must tape dataset definitions include vol=ser specifications?
For what purpose steplib and joblib are used ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to submit jcl through a cobol program?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How can the attributes of one sms dataset be copied to another dataset?
Why include statement is used in a jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
How jcl work to handle various input output file operations?
What dd statement is used to supply the name of a dataset?
What is the syntax of JCL statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain dfsort utility?