Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?

Answer Posted / venu

it's correct answer. job dominates step

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to run batch program without jcl?

10086


What is timing concept in mainframe?

1663


what happens in conversion stage in job processing?

730


Is there any command to check wether the ps file is in sorted order?

2433


what is DD statement is used in JCL?

683






Mention the types of job control statements?

687


What do you know about jcl?

650


How to do automated restart when a job abend?

791


State the uses of syspring, sysin, sort fields, sum fields and dummy.

655


//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 /*

913


define cond parameter in jcl?

778


what is the compile process of cobol program expalin with code

2003


What is the purpose of disp parameter?

645


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

680


Explain the hierarchy levels in jcl?

1120