![]() | ![]() |
Home |
|
|
DirectConnect for DB2/MVS Connectivity Guide |
|
| Chapter 3: Configuring the MVS Mainframe for a TCP/IP Environment |
This chapter contains information about configuring the mainframe connection in a TCP/IP environment. This chapter contains these sections:
You must modify the MVS SYS1.PARMLIB partitioned dataset to configure the mainframe for the TCP/IP environment. For example, you need to authorize TCP/IP dataset libraries and update approximate members in those libraries when you install TCP/IP. After your modifications are complete, IPL the MVS system using CLPA (Create Link Pack Area).
You must configure TCP/IP to allow Enterprise CONNECT products using TCP/IP to identify and communicate with DirectCONNECT for DB2/MVS using the CICS TCP/IP Sockets Interface.
For example, to define the regions CICSPROD, CICSDEV, and CICSQA:
PORT
.
.
.
3001 TCP CICSPROD NOAUTOLOG ; CICS SOCKET
3002 TCP CICSDEV NOAUTOLOG ; CICS SOCKET
3003 TCP CICSQA NOAUTOLOG ; CICS SOCKET
Note: When using the CSKE transaction, specify TCPIPUSERID as the name of the TCP/IP address space, and PORT as the port number of your CICS region, which are required.
|
|