Installing and Configuring IWAYSRV0

How to:

The following procedure demonstrates how to install and configure the sample CICS program, IWAYSRV0. Sample source code for the COBOL program IWAYSRV0 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 IWAYSRV0

To install and configure the sample CICS program, IWAYSRV0:

  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(IWAYSRV0) GROUP(IWAY)

      The Define Program (IWAYSRV0) 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(IWAYSRV0) GROUP(IWAY)

      The following image shows a sample installation screen for IWAYSRV0.

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

      The following image shows a sample of the IWAYSRV0 results screen.


iWay Software