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
Explain the function of //cntl statement?
What is the purpose of dd * statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how can the same proc be re-used and called by many jobs?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
in ways data can be passed to a COBOL program from JCL?
how JCL works?
In job processing, what happens in execution stage?
which utility is used to sort a file in jcl?
Is acct parameter mandatory?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?