Configuring the Adapter for Millennium

How to:

x

You can configure the adapter from the Web Console or the Data Management Console. You must then edit and execute several files to complete the configuration.


Top of page

x
Procedure: How to Configure the Adapter

You can configure the adapter from either the Web Console or the Data Management Console.

  1. From the Web Console menu bar, click Adapters.

    or

    From the Data Management Console, expand the Adapters folder.

    The Adapters folder opens.

  2. Expand the Available folder, if it is not already expanded.
  3. Expand the appropriate group folder and the specific adapter folder. The group folder is described in the connection attributes reference.
  4. Right-click the adapter name and/or version and select Configure.

    The Add Adapter to Configuration pane opens.

  5. Enter values for the parameters required by the adapter, as described in the connection attributes reference.
  6. Click Configure. The configured adapter is added to the Adapters list in the navigation pane.

Note: The Millennium adapter is under the DBMS group folder. No input parameters are required.


Top of page

x
Procedure: How to Edit Configuration Files for the Adapter for Millennium

After configuring the adapter from the Web Console, perform the following additional steps:

  1. Edit the server profile, EDASPROF, to:
    • Allocate CPMILL and CPMILLI to the server.
    • Add your GEAC VSAM files, as in the following sample.
      -***************************************
        ENGINE CPMILL SET ZCOMP FOCMILZ
      -************* GEAC Allocations*********
         DYNAM ALLOC FILE CPMILL  MOD -
          DATASET HIGHLQ.CPMILL
         DYNAM ALLOC FILE CPMILLI MOD -
          DATASET HIGHLQ.CPMILLI
         DYNAM ALLOC FILE HRMH0B  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33EM1
         DYNAM ALLOC FILE H33EM2  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33EM2
         DYNAM ALLOC FILE H33EM3  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33EM3
         DYNAM ALLOC FILE HRMH7O  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33PER
         DYNAM ALLOC FILE HRMH7S   SHR REU -
          DATASET MKTPJC.GEAC.HR.H33PER
         DYNAM ALLOC FILE H33QEH1  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33QEH1
         DYNAM ALLOC FILE H33QEH2  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33QEH2
         DYNAM ALLOC FILE H33QEH3  SHR REU -
          DATASET MKTPJC.GEAC.HR.H33QEH3
         DYNAM ALLOC FILE H33TAX   SHR REU -
          DATASET MKTPJC.GEAC.HR.H33TAX
         DYNAM ALLOC FILE H33UTL   SHR REU -
  2. Start the server.
  3. Using RDAAPP on MVS or the Test Tool on NT, execute the CPMILLI RPC, located in the IBIFEX DDNAME allocation of the server. This procedure uses the Millennium control file as input to populate the CPMILLI control file.

    To execute the RPC, you need the dataset name of the Millennium control file (for example, M3000):

    CPMILLI DSN=GEAC.MILL.M30000

    After execution, CPMILLI will contain the following records:

    CDBAMDM3LL______
    CDBAMIM3LL______
    CDBAMNM3LL______
    CDBH0BM3LL______
    CDBH7OM3LL______
    CDBH7SM3LL______
  4. Edit CPMILLI to associate the Millennium DB_DBIDs, DB_DBSUBIDs, and DB_TRANIDs with the names of the corresponding Master Files, which are delivered with the Millennium product.

    CPMILLI Record

    Master File Name

    Edited Result

    CDBAMDM3LL
    APMAMD
    CDBAMDM3LLAPMAMD
    CDBAMIM3LL
    APMAMI
    CDBAMIM3LLAPMAMI
    CDBAMNM3LL
    APMAMN
    CDBAMNM3LLAPMAMN
    CDBH0BM3LL
    HRMH0B
    CDBH0BM3LLHRMH0B
    CDBH7OM3LL
    HRMH0B
    CDBH7OM3LLHRMH7O
    CDBH7SM3LL
    HRMH0B
    CDBH7SM3LLHRMH7S

  5. Using RDAAP on MVS or the Test Tool on NT, execute the CPMILL RPC, located in the IBIFEX DDNAME allocation of the server. This procedure associates the Millennium control file information with the adapter routines.

    CPMILL takes two input parameters: &dsn for the CPMILLI dataset, and &dsn1 for the Millennium control file:

    CPMILL DSN=HIGHLQ.CPMILLI,DSN1=GEAC.MILL.M30000
  6. Edit the server profile, EDASPROF, to change the file allocation for CPMILL and CPMILLI from MOD to SHR REU, as shown below:
    -***************************************
      ENGINE CPMILL SET ZCOMP FOCMILZ
    -************* GEAC Allocations*********
       DYNAM ALLOC FILE CPMILL  SHR REU -
        DATASET HIGHLQ.CPMILL
       DYNAM ALLOC FILE CPMILLI SHR REU -
        DATASET HIGHLQ.CPMILLI

iWay Software