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 |
what is JCL?
What is STEPLIB, JOBLIB? What is it used for?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is dummy parameter in JCL??
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the significance of addrspc parameter in the exec statement?
How Can we see all generations of a GDG ?
what is XSUM in some fields= none, xsum ??
What will happen if we write two STOP RUN's in a COBOL program?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
how to compress the data set
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.