in jcl you are having JCLLIB and STEPLIB what happens

Answer Posted / ranbeer

If you code both a JOBLIB DD and STEPLIB DD statement in
the same job, the STEPLIB DD statement overrides the JOBLIB
statement only for that step. For that step only, the
system ignores JOBLIB and first searches the private
libraries specified on the STEPLIB DD statement. If the
system does not find the program in the private libraries,
it then searches the system libraries. Then, if z/OS still
has not found the program, the system abnormally ends the
job step.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which utility is used to sort a file in jcl?

752


if the submitter of a job wants to inform another user about the job completion, how can it be done?

761


What is the purpose of dd?

730


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

715


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1813






how to do automated restart when a job abends?

854


Explain the purpose of dd * statement in jcl?

643


how to compare two datasets without using superce because output is limited to 133 bytes

1486


Is acct parameter mandatory?

764


which parameter is used to check the syntax of a jcl without executing it?

802


How would you understand error(execution phase)?

637


Explain the function of dd name parameter with a 2 part structure; audit.report?

906


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2225


What is the difference between run mode and addressing mode?

640


What are steplib and joblib?

725