Steps for configuring the NCS interface

This topic describes how to configure the Network Computing System (NCS).

NCS is the Remote Procedure Call (RPC) implementation of Apollo's Network Computing Architecture (NCA**).

NCS includes:

  1. RPC runtime library
  2. Location broker
  3. Network Interface Definition Language (NIDL) compiler

The RPC runtime library and the location broker provide runtime support. Together these two elements make up the Network Computing Kernel (NCK) which includes all the software necessary to run a distributed application. The NIDL compiler is a tool for developing NCS-based applications.

In order to execute NCS applications in an MVS™ environment, you must start a local location broker (LLBD). One of the hosts in your IP network must also start the global location broker (GLBD). Both the LLBD and the NRGLBD maintain information about active NCS server applications.

Perform the following steps to configure NCS:

  1. Specify AUTOLOG and PORT statements in hlq.PROFILE.TCPIP.
  2. Update the NRGLBD cataloged procedure in SEZAINST(NRGLBD).
  3. Update the LLBD cataloged procedure in SEZAINST(LLBD).

For more information about NCS, see Network Computing System Reference Manual.