Login
Remember
Register
Ask a Question
Which statement is used to identify the private libraries in JOB?
+1
vote
asked
Jan 9, 2022
in
JCL
by
SakshiSharma
Which statement is used to identify the private libraries in JOB?
private-libraries
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 9, 2022
by
SakshiSharma
A JCLLIB statement is used to define the private libraries used in the job. It can be used with both cataloged and instream procedures.
Syntax
The basic syntax of a JCL JCLLIB statement is as follows.
//name JCLLIB ORDER=(library1, library2....)
...