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 |
What is the difference between the positional and keyword parameters? Give examples.
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
What do you understand by the term job time – out and how can you overcome that?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain COND used in JCL?
Explain dfsort utility?
The maximum number of in-stream procedure you can code in any JCL is ?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
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?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?