Define a CorbaServer in the local CICS region.
CREATE CORBASERVER >>-CREATE CORBASERVER(data-value)--ATTRIBUTES(data-value)-------> >--ATTRLEN(data-value)--LOGMESSAGE(cvda)-----------------------><
Conditions: ILLOGIC, INVREQ, LENGERR, NOTAUTH
CREATE CORBASERVER attributes: |--+---------------------+--+------------------+----------------> '-DESCRIPTION(char58)-' '-DJARDIR(char255)-' .-STATUS(ENABLED)--. .-AUTOPUBLISH(NO)--. >--+------------------+--+------------------+-------------------> '-STATUS(DISABLED)-' '-AUTOPUBLISH(YES)-' >--+---------------------+--------------------------------------> '-JNDIPREFIX(char255)-' .-SESSBEANTIME(00,00,10)---------. .-SHELF(/var/cicsts)-. >--+--------------------------------+--+--------------------+---> '-SESSBEANTIME(int2, int2, int2)-' '-SHELF(char255)-----' >--HOST(char255)--+---------------------+-----------------------> '-CERTIFICATE(char56)-' >--UNAUTH(char8)--+-----------------+--+-------------------+----> '-ASSERTED(char8)-' +-CLIENTCERT(char8)-+ '-SSLUNAUTH(char8)--' .-OUTPRIVACY(SUPPORTED)----. >--+--------------------------+--+--------------------------+---| '-CIPHERS--(--data-area--)-' +-OUTPRIVACY(NOTSUPPORTED)-+ '-OUTPRIVACY(REQUIRED)-----'
CREATE CORBASERVER commands build CORBASERVER definitions, without reference to data stored on the CSD file. If the named CorbaServer already exists, an error condition (INVREQ, RESP2=612) is raised.
A syncpoint is implicit in CREATE CORBASERVER 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.