what happens if job falls in loop ? how to resolve it ?

Answers were Sorted based on User's Feedback



what happens if job falls in loop ? how to resolve it ?..

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

what happens if job falls in loop ? how to resolve it ?..

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

what happens if job falls in loop ? how to resolve it ?..

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

Post New Answer

More JCL Interview Questions

What is jcl in mainframe, and how many types of jcl statements are there for a job?

0 Answers  


Explain about LMCOPY -

1 Answers  


What is a COND parameter in JCL?

10 Answers   TCS,


i have step1,step2,step3 from where can i start coding cond parameter ?

2 Answers   Verizon,


can we write a proc with in a proc

4 Answers   IBM,


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


What is the format of comment statement?

0 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

0 Answers  


Explain the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,


Categories