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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8664


Explain how can the submitting users racf authority be overridden in a job stream?

666


What is timing concept in mainframe?

1656


can any one plzzzzzz tell the jcl code for creating ps using idcams

10499






What is catelog procedure and how many catelog procedure to use in one job?

7437


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

502


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

711


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

641


Explain the function of //cntl statement?

649


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1761


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1961


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1797


When output dataset space is required, what quantity categories are used?

820


Is it possible to left uncode disp?

711