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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what operation is performed by job statement?

654


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

850


Explain the function of the steplib dd statement?

635


List the different jcl statements that are not permitted in the procedures?

634


How to pass data to a program that is coded in an exec statement?

816






What is the difference between the positional and keyword parameters? Give examples.

700


Explain the function of //cntl statement?

649


How do you submit a job for execution?

634


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969


What is the syntax of JCL statement?

688


How to do automated restart when a job abend?

787


What are the parameter we cannot use in procedure?

633


What are the difference between jcl and jes?

1045


State the uses of syspring, sysin, sort fields, sum fields and dummy.

642


what is JCL?

690