if we give TIME=0 how many sec that job/step

Answers were Sorted based on User's Feedback



if we give TIME=0 how many sec that job/step ..

Answer / vikaschandra

No it's totally wrong, User will get Abend S322. Job will not execute.

Is This Answer Correct ?    1 Yes 3 No

if we give TIME=0 how many sec that job/step ..

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

if we give TIME=0 how many sec that job/step ..

Answer / shailendra

i think it will never execute & it will give s322 error

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More JCL Interview Questions

how can you check if a file is empty using jcl?

0 Answers   IBM,


with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?

1 Answers   TCS,


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


For how long a job can be executed continuously in a mainframe ?

4 Answers  


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,






How to run cobol program using jcl?

0 Answers  


What is concatenating?

0 Answers  


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


How to pass the temp dataset form one JOB step to another?

6 Answers   IBM,


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


How Can we see all generations of a GDG ?

3 Answers   Polaris,


Categories