Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / rakesh
Answer #1 and #2 are wrong!
The time which is lesser in Job or step will b considered
and not the Job time always!
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
how you can access an uncataloged dataset in a JCL?
What are the 2 types of parameters in dd statement?
What is the use of disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is the compile process of cobol program expalin with code
Is it possible to left uncode disp?
Is it possible to left uncode disp? If yes, how?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
when does a dataset go uncataloged?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.