In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides
Answer Posted / v khurana
In that case smaller time will be applicable.
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
For what purpose steplib and joblib are used ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is the compile process of cobol program expalin with code
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what are JCLLIB and STEPLIB in JCL?
whats the diff bw the evaluate also and and?
Explain how can a jobs execution priority be modified?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
how you can access an uncataloged dataset in a JCL?
how can you check if a file is empty using jcl?
Explain the function of the dd dcb keyword?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?