TCPIP
The TCPIP system initialization parameter specifies whether CICS® TCP/IP services are to be activated at CICS startup.
Defining TCPIP
You can define the TCPIP system initialization parameter in the following ways:
- On the PARM parameter of the EXEC PGM=DFHSIP statement
- In the SYSIN data set of the CICS start up job stream
- Through the system console
- In the DFHSIT macro
Values for TCPIP
Valid values for the TCPIP system initialization parameter are as follows:
- TCPIP={YES|NO}
-
- YES
- The IPIC, HTTP, and ECI over TCP/IP services can process work. This is the default value.
- NO
- The IPIC, HTTP, and ECI over TCP/IP services cannot be enabled.
For IPIC, you must specify TCPIP=YES and ISC=YES.
Note: The TCPIP system initialization parameter affects only CICS internal TCP/IP Services defined by TCPIPSERVICE resource definitions. It
has nothing to do with the TCP/IP socket interface for CICS
feature of z/OS® Communications Server.