In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides
Answer Posted / srinivas
The job time will work for total job and step time will
work for only that step ... so with in that step time the
step should complete else it will abend .. but with in job
time that total job should complete it wont conseder how
much time each step is taking .so job time will over ride
the step time...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what happens in conversion stage in job processing?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
List the various advantages of using jcl language?
What is concatenating?
Explain dd statement in jcl?
How to run cobol program using jcl?
What are hierarchy levels in jcl?
Explain how can a jobs execution priority be modified?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is the JCL statement consists of?
how would you create a temporary dataset? And where will you use them?
what is “Cond= even” and “Cond=only”?
How to do automated restart when a job abend?