in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / sj@iy
JCLLIB - Gives the library for cataloged procedures
STEPLIB - Coded in the individual steps. It gives the
library where the program specified in the EXEC statement
for that particular step should be searched for.
JOBLIB - Coded after the JOB statement. It specifies the
library where all programs specified in the EXEC statements
of the entire JCL should be searched for.
Having both JOBLIB and STEPLIB, the STEPLIB will override
JOBLIB for that particular step where STEPLIB is given.
Having both JCLLIB and STEPLIB shouldnt have any co-
relation as one is concerned with cataloged procedures and
the other with the programs.
Please verify answer
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
What is the use of disp parameter?
Explain the function of //jcllib statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Why include statement is used in a jcl?
What are the rules employed while naming the steps in a job?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the purpose of dd?
What is the function of job statement in jcl?
Explain in DD statement what is the use of DCB parameter?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
How to pass the parameter in parm using linkage section ? (syntax)?
What is notcat 2 - gs?
Which statement is used to identify the private libraries in job?