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
How is the record format of an output dataset specified?
Explain the function of the dd dcb keyword?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Can we use DISP=SHR in output file in JCL
Give the syntax of job specifying jcl statement.
Explain the function of dd disp parameter?
When output dataset space is required, what quantity categories are used?
How can return codes be tested before execution of a job step?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What parameter directs the output of the job log dataset?
What is the function of a dd statement?
what is use of space parameter in dd statement?
how can you check if a file is empty using jcl?
how JCL works?