4. Operation › 4.4 Administering CA MICS › 4.4.7 Adding Your Load Libraries to CA MICS
4.4.7 Adding Your Load Libraries to CA MICS
The following checklist enables you to concatenate your load
libraries either before (STEPLIB1) or after (STEPLIB2) the
CA MICS and SAS load libraries. This checklist is optional.
The ability to add load libraries to CA MICS is helpful if
your site segregates software product load libraries by
product or vendor.
__ 1. Create a load library that contains your load modules.
__ 2. Edit sharedprefix.MICS.PARMS(JCLDEFC) and add a line
that identifies your fully-qualified load library
name.
If you want your load library concatenated before the
CA MICS and SAS load libraries, it should look like
this:
STEPLIB1 'your_load_library'
If you want your load library concatenated after the
CA MICS and SAS load libraries, it should look like
this:
STEPLIB2 'your_load_library'
We recommend you use STEPLIB2 whenever possible to
lessen the impact to CA MICS.
__ 3. Edit sharedprefix.MICS.PARMS(JCLGENUC). Ensure it
has one line that reads:
ALLPROCC
__ 4. Submit sharedprefix.MICS.CNTL(JCLGENUC) and ensure it
completes with a condition code of zero.
__ 5. Submit sharedprefix.MICS.CNTL(PROCJOB1) and ensure it
it completes with a condition code of zero.
The MICSCOM, MICSDM, MICSDOC, MICSGT, MICSGU, and
MICSRPTS PROCs are now updated to use your load
library.
*************************************************************
* Repeat Steps 6 through 10 for each unit database that *
* will execute your load modules. *
*************************************************************
__ 6. Edit prefix.MICS.PARMS(JCLDEF) and add a line that
identifies your fully-qualified load library name.
Enter the same change you made to JCLDEFC, either
STEPLIB1 or STEPLIB2.
__ 7. Edit prefix.MICS.PARMS(JCLGENU). Ensure it has one
line that reads:
ALLPROCU RESTORE
__ 8. Submit prefix.MICS.CNTL(JCLGENU) and ensure it
completes with a condition code of zero.
__ 9. Submit prefix.MICS.CNTL(PROCJOB2) and ensure it
completes with a condition code of zero.
PROCJOB2 moves the MICSNDBx and MICSDUx JCL procedures
containing a reference to your load library to your
installation's PROCLIB.
__ 10. Submit prefix.MICS.CNTL(PROCJOB3) and ensure it
completes with a condition code of zero.
PROCJOB3 moves the MICSDBx and MICSSHRx JCL procedures
containing a reference to your load library to your
installation's PROCLIB.
*************************************************************
* Repeat Steps 6 through 10 for each unit database that *
* will execute your load modules. *
*************************************************************