Previous Topic

Next Topic

Book Contents

Book Index

PROCLIB library

Because most procedures are not copied to the PROCLIB library of a site , the following JCL statements are included in the jobs in various JCL libraries:

// JCLLIB ORDER=ilprefa.PROCLIB

// INCLUDE MEMBER=IOASET

The IOASET member of the IOA PROCLIB library is built by ICE and contains the values for all the parameters used in procedures and jobs.

IOAENV is another important member built by ICE in the IOA PROCLIB library. This member specifies the libraries in DD statements STEPLIB and DAPARM. Using this member, you can concatenate additional libraries in a site to both DD statements.

During the installation process, a small set of procedures from the PROCLIB library can be copied (and optionally renamed) to a procedure library of the site, by entering a data set name into the SITEPROC ICE variable, so that it can be used in the jobs at the site without the need to add JCLLIB and INCLUDE statements. It is therefore not necessary to change the jobs of an existing site that were used in earlier versions of IOA.

Note: To eliminate the AbendAid dump, after IOA installation is complete, add the following line to the IOAENV member in the IOA PROCLIB library:

//ABNLIGNR DD DUMMY

Parent Topic

Location of procedures