Previous Topic: 3.2.4 Install Distribution LibrariesNext Topic: 3.2.4.2 Install Distribution Libraries from Tape


3.2.4.1 Install Distribution Libraries from ESD PAX

After the "tapeload" libraries have been copied from the ESD
 PAX data sets, execute this step to load the remaining CA
 MICS complex libraries.  Edit sharedprefix.MICS.TAPELOAD.CNTL
 and select the ESDMLD1 member.  Review and complete the
 symbolic parameters on the EXEC statement.  DO NOT change the
 parameters on the PROC statement.
 
 The EXEC statement is:
 
   //LOAD EXEC LOAD
   // DSP=NEW,                   <-- NEW IF COMPLEX NOT EXIST
   //*                               OLD IF COMPLEX EXISTS
   //  LIBUNIT=,                 <-- LIB DASD UNIT REQUIRED
   //  LIBVOL=,                  <-- DO YOU NEED LIB DASD VOL?
   //  LIBSTORC=,                <-- OPTIONAL LIB STORCLAS=
   //  LIBDATAC=,                <-- OPTIONAL LIB DATACLAS=
   //  LIBMGMTC=,                <-- OPTIONAL LIB MGMTCLAS=
   //  LIBDSNT=,                 <-- OPT, PUT LIBRARY FOR PDSE
   //  WKUNIT=SYSDA,             <-- IS WORK DASD UNIT OK?
   //  BLOCK=6160,               <-- LIBRARY BLKSIZE?
   //  VBLOCK=6160,              <-- BLKSIZE FOR VB LIBRARIES?
   //  YOURHLQ='______________', <-- REQUIRED --<<
   //  SPREFIX='______________', <-- REQUIRED --<<
   //  SMICS='MICS.',            <-- SHARED MICSLEVEL?
   //  LOADER=IEWLDRGO           <-YOUR SITE'S LOADER NAME
 
 where:
 
 DSP     is the disposition of the libraries being loaded: NEW
         if a new complex is being loaded; OLD if the complex
         already exists.
 
 LIBUNIT, LIBVOL, LIBSTORC, LIBDATAC, LIBMGMTC, BLOCK, VBLOCK
         are the unit, volume serial number, SMS storage class
         (STORCLAS=), SMS data class (DATACLAS=), SMS
         management class (MGMTCLAS=), and block size to be
         used for the production libraries.  Note that the
         value for BLOCK must be greater than or equal to the
         block size for the ISPF panel and table libraries
         (ISPPLIB and ISPTLIB).  In addition, VBLOCK is used
         for the documentation text libraries, which are in
         RECFM=VB format.
 
 LIBDSNT can be either blank or LIBRARY.  Specify LIBRARY to
         allocate new data sets as partitioned data set
         extended (PDSE) data sets.  Any library ending with
         .LOAD will be allocated as a PDS.
 
 WKUNIT  is the unit for the SYSUT3 and SYSUT4 work data sets
         needed by IEBCOPY.
 
 YOURHLQ specifies the high level qualifier of the ESD PAX
         data sets.  It must be replaced with the "yourHLQ"
         used in the ESD PAX UNZIPJCL job.
 
 SPREFIX is the sharedprefix for the database complex.  Note
         that this is specified with no trailing period (for
         example, DB1.SP rather than DB1.SP.).
 
 SMICS   is the "MICS" level of the standard CA MICS data set
         names.  If you do not want "MICS" as part of your
         data set names, specify "SMICS=," to set it to null.
 
 LOADER  is the program name of the IBM loader at your site.
         This is typically IEWLDRGO, HEWLDRGO, or LOADER.  If
         you are not sure, contact your system programmer.
 
 
 After editing the JCL, submit the job and exit
 sharedprefix.MICS.TAPELOAD.CNTL.
 
 
 *************************************************************
 *                                                           *
 * NOTE: YOU MUST EXIT TAPELOAD.CNTL AFTER YOU SUBMIT THE    *
 *       JOB.                                                *
 *                                                           *
 *************************************************************
 
 
 Note that the PARMCOPY step may end with a condition code of
 4.  This is a result of members being selected for a product
 for which your site is not licensed.  This is an acceptable
 condition for the PARMCOPY step only.  All other steps must
 end with a condition code of 0.