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 |
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain about LMCOPY -
What is a COND parameter in JCL?
i have step1,step2,step3 from where can i start coding cond parameter ?
can we write a proc with in a proc
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
What is the purpose of the PARM keyword in the EXEC statement?
What is the format of comment statement?
Explain the hierarchy levels in jcl?
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?
Explain the function of dd name parameter with a 2 part structure; audit.report?
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?