Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / vssd
CPU time is assigned at JOB level, if any step/steps
exceeding the time limit results in abend.
Time specified at job level, overrides if any time
specified at step level.
Please correct me, if wrong.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What are the difference between jcl and jes?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How does the jcl specify the job to os?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How jcl work to handle various input output file operations?
how you will the direct the data to spool using sysout option?
What are steplib and joblib? What for they are used?
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.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how you can access an uncataloged dataset in a JCL?
Which statement is used to identify the private libraries in job?
what are the various stages of job processing?