if we give TIME=0 how many sec that job/step
Answers were Sorted based on User's Feedback
Answer / nagendra rampuria
The job takes the default time and runs successfully.I feel
the 1st and 2nd answers are wrong.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sri hari
It will take Default Time set by the system people. Job
will not fail.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / nagendra rampuria
i would like to add one more thing to my previous answer,
As Saurav Paul has said above in the 1st answer that giving
time =(0,0) will result in s322 abend, i strongly oppose
that.
In fact it will run successfully taking the default time.
So giving time = 0 or (0,0) will not result in s322 abend :)
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / sachin
if you give the time=0 then it will execute uptom 1440 cpu
minutes.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / china panda
TIME=0 CAN BE USED AFTER EXEC.
SO IT WILL BE SUCCESSFUL.
AND IT CAN TAKING THE TIME, LEFT BY THE LAST JOB.
HERE IS AN EXAMPLE:
STEP1 EXEC .... TIME=(0,30)
STEP2 EXEC..... TIME=0
iF STEP1 USE 10 SECONDS, THEN STEP CAN USE 20 SECONDS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gaurava mishra
In job card if time=0 or time=(0,0) is given, job will run
fine.If time=0 or time=(0,0) is been given at proc, I mean
proc overriding is done then, it will abend with S322.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajesh
it takes time for job completion, and it takes maximum time
limit for job completion.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mahendra
It's vei simple just write a code and execute keeping time
parameter as '0'..........you will get the answer...don't
go with nyone...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ankit
According to me job will execute and take the default time
set by system administrators, it will only fail if job
exceeds the defaults time set by admin people's
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / vijay khalane
IT WILL TAKE DEFAULT TIME SET BY SYSTEM...
IT WONT ABEND AND RUN SUCCESFULLLY...
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
wt will happen to the step of a job if u code COND=ONLY
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is jcl in mainframe?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How do you skip a particular step in a proc/JOB?