I have a job (4 steps) with time parameter coded in job &
exec, say time=10 in job & time =3,2,2,4 in each steps.
Will the job executes successfully?
Answer Posted / megha
It depends on how much time each step takes,In the above
job the total time the job can take is 10 minutes and if
the total time taken by each step(step1 to step 4) is
within 10 minutes (and also within the time specified for
each step) ,then the job will execute without any error.
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the parameter we cannot use in procedure?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is timing concept in mainframe?
What is one line to pass PARM from JCL to COBOL?
What is the use of symbol // in jcl?
How can the attributes of one sms dataset be copied to another dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the function of the steplib dd statement?
List the different jcl statements that are not permitted in the procedures?
what is “Cond= even” and “Cond=only”?
In job processing, what happens in conversion stage?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file