Installing the shared exit library component on z/OS

After installing the Supply Chain EDI Component on a Windows workstation, perform the following steps for each z/OS execution platform. This is done prior to porting and executing the Supply Chain X12 Compliance Check application on that platform.

Procedure

  1. Transfer the load library module file install_dir/packs/supplychain_edi_vn.n.n/platform_support/zos/edisvu.loadlib as binary to a z/OS dataset of 80-byte fixed length records named my.exit.upload.
    Note: There should be no ASCII to EBCDIC translation and no elimination of carriage return or line feed characters.
  2. After the file is on z/OS, issue the TSO Receive command to create a load library. Perform the following steps:
    1. At the prompt, enter ready
    2. Enter the following:

      receive inda ('my.exit.upload'}

      receive inda ('userid.edisvu.upload')

      The following messages or similar messages are displayed:

      INMR901I Dataset EDISVU, UPLOAD from USER on NODENAME

      INMR906A Enter restore parameters or 'DELETE' or 'END' +

  3. Enter the name of the load library to be created as follows:

    da ('my.exit.loadlib')

    da ('userid.edisvu.vxxx.loadlib')

    Messages indicating that the load library is being created are displayed.
  4. In the JCL, which is responsible for executing the Supply Chain X12 Compliance Check application, include a STEPLIB for the created load library that appears before the IBM Transformation Extender Core Install loadlib.
    Example

    //STEPLIB DD DSN=MY.exit.LOADLIB,DISP=SHR

    // DD DSN=MY.ITX.INSTALL.LOADLIB,DISP=SHR