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 are steplib and joblib? What for they are used?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the function of the dd dcb keyword?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the 2 types of parameters in dd statement?
When space is allocated for an output dataset, what units can be used?
What are the rules employed while naming the steps in a job?
What is job control language?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain how can a jobs execution priority be modified?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How jcl work to handle various input output file operations?
Explain the function of the dd dcb keyword?
What are the jcl procedures?
What is the function of a dd statement?