Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain in DD statement what is the use of DCB parameter?
Explain the jcl exec statement?
Why include statement is used in a jcl?
what is use of dsn parameter in dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the function of //cntl statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain about ISPF/TSO Commands
What is the function of dd name parameter with a 2 part structure; audit.report?
How to do automated restart when a job abend?
What are the utility programs in jcl?
In job processing, what happens in conversion stage?
Is there any command to check wether the ps file is in sorted order?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?