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
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Is their any limit for data sets?
Explain dd statement in jcl?
What is the motivation behind coding class parameter in job statement?
How can the attributes of one sms dataset be copied to another dataset?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are the parameters that are used in creating a gdg?
Which dd parameters are required?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd?
how to run batch program without jcl?
What is the purpose of dd * statement in jcl?
For what purpose steplib and joblib are used ?
What is the maximum length of a single line of jcl?