INQUIRE TCPIP

Retrieve information about CICS® internal sockets support.

INQUIRE TCPIP

Read syntax diagramSkip visual syntax diagramINQUIRE TCPIPACTSOCKETS( data-value)MAXSOCKETS( data-value)OPENSTATUS( cvda)SSLCACHE(cvda )CRLPROFILE( data-value)

Conditions: INVREQ, NOTAUTH

This command is threadsafe.

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Description

INQUIRE TCPIP returns information about the state of CICS internal sockets support.

Options

ACTSOCKETS(data-value)
Returns a fullword binary field containing the current number of active IP sockets managed by the CICS sockets domain.
CRLPROFILE(data-value)
Returns the name of the profile that authorizes CICS to access the LDAP server that stores certificate revocation lists for SSL connections.
MAXSOCKETS(data-value)
Returns a fullword binary field containing the maximum number of IP sockets that can be managed by the CICS sockets domain.
OPENSTATUS(cvda)
Returns a CVDA value indicating the status of CICS internal sockets support. CVDA values are:
OPEN
CICS internal TCPIP support is open.
CLOSED
CICS internal sockets support has not yet been activated, or has been terminated.
CLOSING
CICS internal sockets support is in the process of closing.
IMMCLOSING
CICS internal sockets support is in the process of immediate termination.
SSLCACHE(cvda)
Returns a CVDA value indicating if CICS is configured to use local or sysplex caching for SSL session ids. CVDA values are:
CICS
CICS is configured to cache SSL session ids in the local CICS region.
SYSPLEX
CICS is configured to cache SSL session ids in the coupling facility.

Conditions

INVREQ
RESP2 values:
4
TCPIP=NO has been specified in the system initialization table.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.