if we give TIME=0 how many sec that job/step
Answers were Sorted based on User's Feedback
Answer / suja
time=0 means there is no time limit for that job.
| Is This Answer Correct ? | 19 Yes | 2 No |
If time = 0 , then the job will not be terminated. it may
take a few seconds or minutes or hours.... according to the
classes and priority assigned to it. No time restriction to
it.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / hkhatri27
Job will abend with S322 which means job or step time
exceeds the specified limit/program is in a
loop/insufficient time parameter on job or exec statement.
~ Himanshu
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nbk choudary
if time=0 job step will execute maximum time and it
depends on the class parameter specified in the jobcard.
if it executes of 10 mins or 20 mins what ever it may be if
it exceed the default time of the class it will abend with
time out.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / om yada
Mr. Ramprasad,
in JOB ststement if we declared TIME=0 then how can take
statement time.
| Is This Answer Correct ? | 0 Yes | 5 No |
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
delete rules in db2
how to increase the space of a dataset in instream procedure.
What is the function of dd disp parameter?
how you can direct the data to spool using SYSOUT option?
can we modify the code in copy book? if it possible how to submit ofter the modification.
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is concatenating?