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 |
restart logic ?
describe the exec statement,its meaning ,syntax and keywords?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
In job processing, what happens in execution stage?
How can i execute 5th step without executing first 4 steps?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
what sort card you will use to copy the data from one dataset to another dataset?
what are the statements that are not valid to be included in an include statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What statement marks the end of an in-stream or catalogued procedure?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
Can we create VSAM file by using IEBGENER?