DEST

Use the DEST statement to define an IP-address-to-LU-name mapping for a destination node associated with the link specified in the most recent LINK statement.

The IP addresses listed must be consistent with the direct connections defined for the current link in the GATEWAY statement of the hlq.PROFILE.TCPIP data set.

Syntax

Read syntax diagramSkip visual syntax diagram
                                       .-DATA-.   
>>-DEST--ip_addr--send_lu--receive_lu--+------+----------------><
                                       '-INIT-'   

Parameters

ip_addr
The IP address in dotted decimal format. The value entered must be in the correct format for an IP address of a network node (a fully qualified IP address).
send_lu
The remote LU name for the send connection.
receive_lu
The remote LU name for the receive connection. For independent logical units using parallel sessions, the send and receive LU names are the same. In this case, you can enter an equal sign (=) as the value for the receive_lu parameter.
DATA
Definition of when the connection to the destination node is to be established. If the DATA parameter is specified, the connection is only established after there is IP data to be transferred to and from the destination node. If neither INIT nor DATA is specified, DATA is used as the default setting.
INIT
Definition of when the connection to the destination node is to be established. If the INIT parameter is specified, the connection is established during initialization of the SNALINK LU6.2 address space.

Examples

*        IP Address       Send LU  Recv LU   Type
*        ---------------  -------- --------  ----
DEST     192.9.207.39     LU6LBK11 LU6LBK12  INIT
DEST     192.9.207.40     LU6LBK13 =
DEST     192.9.207.41     LU6LBK14 =