z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TcpNameChange

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

Use the procedure shown in Figure 1 if the address space running the TCP/IP program is not named TCPIP and is not the same as specified in the TcpipUserid statement of the TCPIP.DATA data set. (See z/OS Communications Server: IP Configuration Reference.)

If required, this procedure must be called before the BeginTcpIp procedure.

Figure 1. TcpNameChange example
   procedure TcpNameChange
            (
                 NewNameOfTcp: DirectoryNameType
            );
            external;
Parameter
Description
NewNameOfTcp
The name of the address space running TCP/IP.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014