4.1.2.6.4 BEASNA File: Remote Program Definition

The BEASNA file also contains a sample remote program definition, shown in the following listing. The program definition is used by the CICS DPL client to identify the remote system and service for the DPL request. Replace the REMOTESYSTEM variable **CONNECTION ID** in the sample with the name of the connection for the remote LU.

Listing Sample Remote Program Definition in BEASNA File

DEFINE PROGRAM(MIRRDPLS)   GROUP(BEASNA)
       DE(TUXEDO MAINFRAME ADAPTER FOR SNA EXAMPLE DPL REMOTE PROGRAM
              DEFINITION)
       LANGUAGE(C)         DATALOCATION(ANY)
       REMOTESYSTEM(**CONNECTION ID**) REMOTENAME(MIRRDPLS)