if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete
Answers were Sorted based on User's Feedback
Answer / abhinandan
Above answer given is wrong. the job will execute and
steplib will overide the joblib. means job will ignore the
load module kept in it, job will pick up the load module
from the steplib for that particular step where steplib is
mentioned.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / om prakash yadav
The JOBLIB statement is placed after the JOB statement and
is effective for all JOB steps. It cancot be placed a
cateloged procedure. The STEPLIB statememnt is placed after
the EXEC statement and is effective for that job step only.
Unlike the JOBLIB statement, the STEPLIB can be placed in a
cataloged procedure.
If both the JOBLIB and STEPLIB statement are coded, then the
STEPLIB specification will override the JOBLIB specification
for that job step.
The specification of the STEPLIB will continue for any steps.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / vikas bhardwaj
Ramesh's ans is wrong, Abhinandan is correct
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
If job is submitted with typerun = hold then how can we submit the same job?
how you will define a temporary dataset in jcl?
How does the jcl specify the job to os?
what is mainframe?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
what is the control cards?
What is DYNAMBR in jcl?
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 parameter directs the output of the job log dataset?
how to create a member or sequential dataset through tso command??
Name the system library from which modules are retrieved at execution