Define a TCP/IP service in the local CICS region.
CREATE TCPIPSERVICE >>-CREATE TCPIPSERVICE(data-value)--ATTRIBUTES(data-value)------> >--ATTRLEN(data-value)--LOGMESSAGE(cvda)--| PROTOCOL(ECI): |----> .-ATTACHSEC(VERIFY)-. >--PROTOCOL(ECI)-+-------------------+------------------------->< '-ATTACHSEC(LOCAL)--' CREATE TCPIPSERVICE attribute values: .-BACKLOG(0)-------. |--+------------------+--+---------------------+----------------> '-BACKLOG(1-32767)-' '-CERTIFICATE(char44)-' >--+---------------------+--+----------------+------------------> '-DESCRIPTION(char58)-' '-DNSGROUP(name)-' .-GRPCRITICAL(NO)--. >--+------------------+--+-------------------+------------------> '-GRPCRITICAL(YES)-' '-IPADDRESS(char15)-' >--+----------------------+--PORTNUMBER(1-65535)----------------> '-MAXDATALEN(3-536870)-' .-PRIVACY(SUPPORTED)----. .-| PROTOCOL(HTTP) |-. >--+-----------------------+--+--------------------+------------> +-PRIVACY(NOTSUPPORTED)-+ +-| PROTOCOL(USER) |-+ '-PRIVACY(REQUIRED)-----' +-| PROTOCOL(IIOP) |-+ '-| PROTOCOL(ECI) |--' .-SSL(NO)---------------------. .-STATUS(OPEN)---. >--+-----------------------------+--+----------------+----------> +-SSL(YES)-CIPHERS(data-area)-+ '-STATUS(CLOSED)-' '-SSL(CLIENTAUTH)-------------' .-TRANSACTION(CWXN)--. >--+--------------------+--+------------------+-----------------| '-TRANSACTION(char4)-' '-TSQPREFIX(char6)-' PROTOCOL(HTTP) or PROTOCOL(USER): .-AUTHENTICATE(NO)-----------. |--+-PROTOCOL(HTTP)-+--+----------------------------+-----------> '-PROTOCOL(USER)-' +-AUTHENTICATE(AUTOMATIC)----+ +-AUTHENTICATE(AUTOREGISTER)-+ +-AUTHENTICATE(BASIC)--------+ +-AUTHENTICATE(CERTIFICATE)--+ '-AUTHENTICATE(ASSERTED)-----' >--URM(char8)---------------------------------------------------| PROTOCOL(IIOP): .-AUTHENTICATE(NO)-URM(char8)-. |--PROTOCOL(IIOP)--+-----------------------------+--------------| +-AUTHENTICATE(CERTIFICATE)---+ '-AUTHENTICATE(ASSERTED)------'
Conditions: ILLOGIC, INVREQ, LENGERR, NOTAUTH
The CREATE TCPIPSERVICE command installs a TCPIPSERVICE definition with the attribute specified on the command. It does not use a resource definition stored in the CSD. If there is already a TCP/IP service by the name you specify in the local CICS region, the new definition replaces the old one; if not, the new definition is added.
A syncpoint is implicit in CREATE TCPIPSERVICE processing, except when an exception condition is detected early in processing the command. Uncommitted changes to recoverable resources made up to that point in the task are committed if the CREATE executes successfully, and rolled back if not.
See Creating resource definitions for other general rules governing CREATE commands.