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 / praveen bejjanki
If time parameter is specified in both Job and exec stmt,
then the Time specified for step or the time left out in
the job whichever is small will be the time for that
particular step.
Job = (2,30) means 2mins, 30 seconds.
step1 = (1,30) since step1 time limit is less, step1 will
execute in 1min, 30 seconds.
step2 = (1,30)
Since the time left out in the job is only 1min. so this
1min is assigned to step2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is SOC4 error?
Is condition checking possible in jcl?
Is their any set of rules for dd? Explain.
Explain how can an in-stream dataset be terminated?
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.
What are the difference between jcl and jes?
Where & How Do You Code Identifier In Jcl?
Explain the jcl exec statement?
What do you understand by jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
In sms datasets, what is the function of the dd avgrec keyword?
what is the purpose of coding class parameter in job statement?
How can return codes be tested before execution of a job step?
What do you understand by the terms: joblib and steplib?
How dummy is used in jcl?