Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answer Posted / mahaveer
Time parameter coded on Job will overide the Time parameter
coded on step.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
//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 /*
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is condition checking possible in jcl?
how can the same proc be re-used and called by many jobs?
What is NOTCAT ?
What dd statement is used to supply the name of a dataset?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain in DD statement what is the use of DCB parameter?
Must tape dataset definitions include vol=ser specifications?
Are there any set of rules for the names of the steps used in a job?
What is the function of dd name parameter with a 2 part structure; audit.report?
Is it possible to left uncode disp?
What is the purpose of dd dummy statement?