in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30)
and in step i coded time=(1,30), whch one executes first and
what happens if step1 and step2 time executes and wht about the
remaining time if step and step2 executes
Answer Posted / rakesh jena
As per your question, in this situation, the job executes
step1 first then Step2.So if step1 will take 1 min 30 sec
then remaining 1min will for step2.if step2 will take more
than 1 minute then job will abnormally terminate with S322
abend.most probably it is depending upon the CPU usage time
for the individual step.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
in ways data can be passed to a COBOL program from JCL?
Explain how can values be passed from the job stream to an executable program?
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?
Which statement is used to identify the private libraries in job?
How to do automated restart when a job abend?
What is the function of the dd mgmtclas keyword in sms datasets?
Can we use DISP=SHR in output file in JCL
what is DD statement is used in JCL?
What do you know about jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
In job processing, what happens in execution stage?
How jcl is used for testing batch programs?
What is notcat 2 - gs?
how do you access an uncataloged dataset in a jcl?