Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answers were Sorted based on User's Feedback
Answer / sagar
CPU time is assigned to job by default.
But if it is assigned to both job and jobstep, job time
overrides jobstep time.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kavee
I read like time parameter in EXEC ll overide the job.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahaveer
Time parameter coded on Job will overide the Time parameter
coded on step.
| Is This Answer Correct ? | 1 Yes | 2 No |
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
How to execute step2,step1, step3 if step1,2,3 are in order
How to do automated restart when a job abend?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
if we give TIME=0 how many sec that job/step
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
What is a Generation Data Group (GDG)?
What is COND=ONLY ?
delete rules in db2
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
how to do automated restart when a job abends?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.