Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answer Posted / kavee
I read like time parameter in EXEC ll overide the job.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
Are there any set of rules for the names of the steps used in a job?
What is the function of the dd avgrec keyword in sms datasets?
what is use of dsn parameter in dd statement?
how can you check if a file is empty using jcl?
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.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what is the difference between JES3 and JES2?
What do you understand by the term job time – out and how can you overcome that?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is use of dcb parameter in dd statement?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the maximum length of a single line of jcl?
What is the use of disp parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?