if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete
Answer Posted / ramesh
it cant execute the program since while steplib and joblib
both are coded in jcl.joblib takes the most preference so
that it cant be executed.
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
In sms datasets, what is the function of the dd avgrec keyword?
define cond parameter in jcl?
a dd statement has 2 types of parameters. Name them?
What is the difference between run mode and addressing mode?
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 ?
whats the diff bw the evaluate also and and?
How does the jcl specify the job to os?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
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 multithreading in jcl?
Explain how can a jobs execution priority be modified?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?