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 |
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
How are GDGs concatenated?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
What will happen if two JOB statements are mentioned in an JCL continuously.
How do you submit a JCL under CICS environment ?
How to release the Output HELD by using HOLD = YES on DD statement ?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
can we give instream data in procedure
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of dd disp parameter?
how to allocate a dynamic dataset in jcl ?