What happens if both JOBLIB and STEPLIB is specified ?
Answer Posted / siri
if given joblib and steplib are specified then system first checks in steplib and if not found then it checks in production libraries or system libraries and if not found abends with abend code s806..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain how can return codes be tested before execution of a job step?
How can the submitting users racf authority be overridden in a job stream?
What is NOTCAT ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain the jcl exec statement?
What is the use of symbol // in jcl?
Are there any set of rules for the names of the steps used in a job?
What is the function of dd name parameter with a 2 part structure; audit.report?
how to compare two datasets without using superce because output is limited to 133 bytes
Is it possible to left uncode disp?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?