Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answers were Sorted based on User's Feedback
Answer / sagar
CPU time is assigned to job by default.
But if it is assigned to both job and jobstep, job time
overrides jobstep time.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kavee
I read like time parameter in EXEC ll overide the job.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahaveer
Time parameter coded on Job will overide the Time parameter
coded on step.
| Is This Answer Correct ? | 1 Yes | 2 No |
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Is Default for MSGCLASS = (1,1) ?
How can the attributes of one sms dataset be copied to another dataset?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
How does jcl act on a cobol code?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
Is it possible to left uncode disp? If yes, how?
How to get the last but one duplicate record of the file using Sort?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
When should DISP=MOD is used?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
I have three files for one step i need to override the third file how to do that in jcl?