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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can return codes be tested before execution of a job step?

819


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

932


What is the purpose of dd dummy statement?

942


What are the parameters that are used in creating a gdg?

737


How is a type of file defined in the jcl that executes the cobol program?

709






a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

611


What are the 2 types of parameters in dd statement?

642


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651


What is multithreading in jcl?

938


Explain the jcl exec statement?

645


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

697


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

852


Brief description of inline procedure of jcl.

682


what is the JCL statement consists of?

695


How does the jcl specify the job to os?

689