TCP/IP and UDT

The following example shows three adjacent node entries with session protocol types of TCP/IP and UDT:

  • The first, with a TCP/IP net name of ZOS.CD.CHICAGO, specifies the default TCP/IP port number by leaving the communications name positional parameter null.
  • The second, with a TCP/IP net name of ZOS.CD.DALLAS, specifies a UDT port number of 4444. The IP address will default to the node name, to be resolved by domain name resolution.
  • The third, with a TCP/IP net name of ZOS.CD.AUSTIN, specifies a TCP/IP port number of 4443 and an IP address of 199.8.8.8.
  • The fourth defines a TCPAPI to use port number 4442 and obtain the IP address from the adjacent node record.
  • The fifth defines the LDNS parameter.
    ADJACENT.NODE=(PARSESS=(4,2) -
    	(ZOS.CD.CHICAGO,,199.1.4.51,TCP) -
    	ENVIRONMENT=ZOS)
    
    ADJACENT.NODE=(PARSESS=(4,2) -
    	(ZOS.CD.DALLAS,4444,,UDT33) -
    	ENVIRONMENT=ZOS)
    
    ADJACENT.NODE=(PARSESS=(4,2) -
    	(ZOS.CD.AUSTIN,4443,199.8.8.8,TCP) -
    	ENVIRONMENT=ZOS)
    
    ADJACENT.NODE=(PARSESS=(4,2) -
    	(ZOS.CD.AUSTIN,4443,199.8.8.8,TCP) -
    	TCPAPI=(4442,) -
    	ENVIRONMENT=ZOS)
    
    ADJACENT.NODE=(PARSESS=(4,2) -
    	(ZOS.CD.AUSTIN,4443, , TCP)  -
    	LDNS=(TCP.AUSTIN.DOMAIN)   -
    	TCPAPI=(4442, )  -
    	ENVIRONMENT=ZOS)