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
what is SOC4 error?
What is the function of dd disp parameter?
which parameter is use to declare the name of dataset in dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
i want to store 20 digits . how will u do it in cobol ?
how do you access an uncataloged dataset in a jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Describe the various parameters utilized in the creation of a gdg?
What is the use of disp parameter?
How to run cobol program using jcl?
How does jcl act on a cobol code?
In sms datasets, what is the function of the dd avgrec keyword?
Must tape dataset definitions include vol=ser specifications?
Are there any set of rules for the names of the steps used in a job?