Use the JOBCAT DD statement to define a private VSAM or integrated catalog facility user catalog for the duration of a job. The system searches the private catalog for data sets before it searches the master catalog or a private catalog associated with the first qualifier of a data set's name.
Use the STEPCAT DD statement to define a private catalog for the duration
of a job step. The system searches the private catalog for data sets before using the normal order of catalog search. In other words, the system searches the private catalog for data sets before it searches the master catalog or a user catalog associated with an alias matching the high-level qualifier or qualifiers of a data set's name.
Joined: 26 Apr 2004 Posts: 3264 Location: Charlotte,NC USA
For what it's worth, a PROCLIB is usually the term given to a library (PDS or PDS/E) where cataloged procedures are stored. Some typical PROCLIB names are 'SYS1.PROCLIB' or 'PROD.PROCLIB'.