is there any possibilities for sumbitting more than one
job in single jcl? if yes...based on which thing they will
execute..(priority,class,time,written order..?)
Answer Posted / mohan.chepuri
yes
first class wil check out the system it is higher priority
that job is exec first
if 2 or more jobs class is equal the checks the priority is
0-9 then hight priority is run first
time it is used to save the amount to cmpnys our job is
going to loop the job is running no of times then use time
limited time is given
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain the function of the dd dcb keyword?
What does a disposition of (new,catlg,keep) for a dsn mean?
what is use of space parameter in dd statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain dfsort utility?
List the various advantages of using jcl language?
which utility is used a dummy utility?
What is condition checking in jcl? Is this possible?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Can an individual step be restricted from using all the jobs allowed cpu time?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?