Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / aloke deb
Both the above answers are logically correct, but they
don't answer the query. The CPU Time is by default decided
during the installation( I guess this is at a JOB level and
not a Step level)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How is the record format of an output dataset specified?
Can an individual step be restricted from using all the jobs allowed cpu time?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the function of the steplib dd statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the jcl exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the use of symbol // in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the function of a dd statement?
Explain the function of job statement in jcl?
Explain dfsort utility?
What are the utility programs in jcl?