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 |
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
Why do you use a control card?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
How jcl work to handle various input output file operations?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
can we modify the code in copy book? if it possible how to submit ofter the modification.
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
What is the difference between catalogue procedure and In-Stream procedure?
How do you check the syntax of a JCL without running it?
Name some of the JCL statements that are not allowed in procs.?
How to copy VSAM files without using REPRO