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 u mean by include statement in JCL ?
Name the system library from which modules are retrieved at execution
What is the use of ikjeft1b utility in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how to identify a vasam dataset by seeing in 3.4(browse)
How can unused space allocation be returned to the system when a dataset is closed?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
How can a jobs execution priority be modified?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
A job has 150 steps i want to execute only 57th step
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?