what happens if job falls in loop ? how to resolve it ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lu
when you run your job, you guest how long it takes, if you
see it runs for a little while,try get into SDSF in ouput
queue, hit enter to see a cpu time... you cancel your job
and dump it and read it... To solve it put display in your
program and rerun..
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vinay sonar
If your job is going in loop you will get system abend S322.
It will cause your server to hang.
| Is This Answer Correct ? | 0 Yes | 1 No |
Which COND paramter will u use to execute the step only if the previous step does not execute
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
How I sort the records in a file and copy the first 10 records to another file
Describe the JOB statement, its meaning, syntax and significant keywords?
The maximum number of steps in a job?
List in order the hierarchical levels of jcl?
How to identify in JCL that an input file is empty without reading it?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
using cursor how can you fetch more than one record into a variable
can i sort packed decimal if i can tell the syntax
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?