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
What do you understand by the term notcat 2 – gs?
what is “Cond= even” and “Cond=only”?
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 alter the parameters for the existing gdg?
How does jcl specify the job to the operating system?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Which statement is used to identify the private libraries in job?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain in DD statement what is the use of DCB parameter?
Explain the purpose of dd dummy statement?
How to pass data to a program that is coded in an exec statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is SOC4 error?
What is the function of the steplib dd statement?