Installing and Configuring IWAYIVP

How to:

The following procedure demonstrates how to install and configure the sample CICS program, IWAYIVP. Sample source code for the Cobol program, IWAYIVP, is provided in Sample Programs. For specific information for your site, see your CICS Systems Administrator.


Top of page

x
Procedure: How to Install and Configure IWAYIVP

To install and configure the sample CICS program, IWAYIVP:

  1. Use the source code provided in Sample Programs, compile the program, and make it available to CICS.
  2. Define the Cobol program to the CICS region, as follows:
    1. Log onto the CICS region.
    2. Issue the following command:
      CEDA DEF PROG(IWAYIVP) GROUP(IWAY)

      The Define Program (IWAYIVP) mainframe screen appears, as shown in the following image.

  3. Install the program in the CICS region, as follows:
    1. Issue the following command:
      CEDA INST PROG(IWAYIVP) GROUP(IWAY)

      The following image shows a sample installation mainframe screen.

    2. Display the program by typing the following command:
      CEMT I PROG(IWAYIVP)

      The following image shows a sample results mainframe screen.


iWay Software