What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / 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 |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
Explain the hierarchy levels in jcl?
which utility is used a dummy utility?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How jcl work to handle various input output file operations?
Is it possible to code instream data in a PROC?
Are there any set of rules for the names of the steps used in a job? What are they?
Is it possible to left uncode disp? If yes, how?
when can a job time-out occur? How to overcome that?
what happens in conversion stage in job processing?
Suppose I have five jobs to do. But I want to hold one?
how JCL works?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to submit jcl through a cobol program?