what happens if job falls in loop ? how to resolve it ?
Answer Posted / srk
we can specify a time limit for the execution of the job or
job step through time parameter, after the time limit is
reached the job or job step is automatically terminated.
//jobname job time=(minits,seconds)
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the function of the steplib dd statement?
Explain the function of the dd dcb keyword?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain dd statement in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you access an uncatalogued dataset in a jcl?
How do you overcome this limitation ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Why block size is multiple of lrecl in jcl?
Can I share my data with other jobs? How?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
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?
What is the function of job statement in jcl?