INQUIRE TCPIP

Retrieve information about CICS internal sockets support.

Read syntax diagramSkip visual syntax diagramINQUIRE TCPIP
 
>>-INQUIRE   TCPIP--ACTSOCKETS(data-value)---------------------->
 
>--MAXSOCKETS(data-value)--OPENSTATUS(cvda)--SSLCACHE(cvda)----->
 
>--CRLPROFILE(data-value)--------------------------------------><
 

Conditions: INVREQ, NOTAUTH

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.
Start of changeCRLPROFILE(data-value)End of change
Start of changeReturns the name of the profile that authorizes CICS to access certificate revocation lists on the LDAP server for SSL connections.End of change
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.
Start of changeSSLCACHE(cvda)End of change
Start of changeReturns 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.
End of change

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.
[[ Contents Previous Page | Next Page Index ]]