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 / srinivas
after step1 executed,for step2 1 minute of job time will be
there,but step2 time is (1,30).In this case,step wont abend
instead, it will override the job time and step2 will aslo
execute successfully..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
What parameter of the job statement is used to limit the cpu time consumed by the job?
which parameter is use to declare the name of dataset in dd statement?
what is the compile process of cobol program expalin with code
What is NOTCAT ?
Is acct parameter mandatory?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is condition checking possible in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is the use of JCL?
What is the significance of addrspc parameter in exec statement?
which utility is used a dummy utility?
Explain how can a jobs execution priority be modified?
How can an in-stream dataset be terminated?