+1 vote
in JCL by
Which statement is used to identify the private libraries in JOB?

1 Answer

0 votes
by
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....)
...