if we give TIME=0 how many sec that job/step
Answers were Sorted based on User's Feedback
Answer / vikaschandra
No it's totally wrong, User will get Abend S322. Job will not execute.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / saurav paul
Time parameter is coded based on the minutes. so if we give
0 the steps of the job should complete in less than 60
secs. If we need to give it in secs then we have to specify
like TIME=([minutes] [,seconds])time = (0,0). In this case
the job will abend with s322 if the step is taking more
than 1 sec.
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / shailendra
i think it will never execute & it will give s322 error
| Is This Answer Correct ? | 0 Yes | 6 No |
How do you submit a job for execution?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of dd name parameter with a 2 part structure; audit.report?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How to search strings in multiple dataset with conditions 'string1 & string2'?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
What happens if both JOBLIB & STEPLIB is specified ?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
Describe the DD statement, its meaning, syntax and keywords?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
How to execute 2nd and 4th steps among 5 steps in jcl proc?