Changed commands and options

Table 18 shows the system programming interface commands and options that are changed.

Table 18. Changed system programming commands
Command Option Description of change
COLLECT STATISTICS
  • BEAN
  • CORBASERVER
  • JVMPOOL
  • JVMPROFILE
  • JVMPROGRAM
  • REQUESTMODEL
  • STATS
  • STREAMNAME
  • TCPIP
Options are added to retrieve statistics for these resource types.

STREAMNAME, without a data-value, is added to provide global statistics for the CICS® log manager.

CREATE CORBASERVER
AUTOPUBLISH
DJARDIR
CLIENTCERT
SSLUNAUTH
UNAUTH
 
STATUS

These options define:

  • The status of autopublishing for enterprise beans
  • The 255-character name of the deployed JAR file directory
  • The names of the TCP/IP service definitions referenced by the CorbaServer (named by CLIENTCERT, SSLUNAUTH, and UNAUTH).

The STATUS option specifies whether the CorbaServer is to be installed in enabled or disabled state. The default is enabled.

CREATE DB2CONN
DB2GROUPID
RESYNCMEMBER
Options added to specify the DB2® group ID and resynchronization policy for CICS DB2 group attach support.
CREATE PROGRAM
  • JVMPROFILE
JVMPROFILE is added to specify the name of the JVM profile to be associated with the program.
CREATE REQUESTMODEL
BEANNAME
CORBASERVER
INTERFACE
INTFACETYPE
MODULE
OPERATION
TYPE
These attributes added for EJB support. In addition, there are some changes to existing attribute values and defaults. See the REQUESTMODEL resource definition entry in Table 9 for more details.
CREATE TCPIPSERVICE
ATTACHSEC
DSNGROUP
GROUPCRITICAL
PROTOCOL
Options added to
  1. Specify the level of attach-time security required for TCP/IP connections to CICS Clients
  2. Provide DNS connection optimization support for DNS
  3. Specify the protocol used on this TCP/IP service.
CREATE TRANSACTION OTSTIMEOUT Option added to specify the default time that an OTS transaction is allowed to run without the initiator taking a syncpoint.
CREATE TYPETERM RSTSIGNOFF RSTSIGNOFF replaces XRFSIGNOFF, and which acts for either signon retention for VTAM® persistent sessions or XRF.
INQUIRE AUTOINSTALL
  • AIBRIDGE
The AIBRIDGE option is added to return a value indicating whether the autoinstall URM is called for bridge facilities.
INQUIRE CONNECTION
  • NQNAME
  • The NQNAME option is added to return the 17-character network-qualified name for any connection that received an NQNAME from VTAM at bind time.
INQUIRE CORBASERVER
AUTOPUBLISH
DJARDIR
CLIENTCERT
SSLUNAUTH
UNAUTH
 
ENABLESTATUS
Options are added to return:
  • The status of autopublishing for enterprise beans
  • The 255-character name of the deployed JAR file directory
  • The names of the TCP/IP service definitions referenced by the CorbaServer (named by CLIENTCERT, SSLUNAUTH, and UNAUTH).
  • The ENABLESTATUS option returns a CVDA value indicating the current state of the CorbaServer (DISABLED, DISABLING, DISCARDING, ENABLED, or ENABLING). ENABLESTATUS replaces the STATE option, which is now obsolete.
INQUIRE DB2CONN
DB2GROUPID
RESYNCMEMBER
Option added to return the DB2 group ID and resynchronization policy for the CICS DB2 connection.
INQUIRE JVMPOOL JVMLEVEL0TRACE, JVMLEVEL1TRACE, JVMLEVEL2TRACE, JVMUSERTRACE Return a 240-character data value giving the current options for JVM tracing, which are used when the associated level of tracing has been activated using the CICS-supplied transaction CETR, the SET TRACETYPE command, or the system initialization parameter SPCTRSJ.
INQUIRE NETNAME see INQUIRE TERMINAL see INQUIRE TERMINAL
INQUIRE PROGRAM
  • JVMPROFILE

Options are added to return:
  • The name of the JVM profile associated with the specified program.
INQUIRE REQUESTMODEL
BEANNAME
CORBASERVER
INTERFACE
INTFACETYPE
MODULE
OPERATION
TYPE
Options added to return information about the enhanced request model resource definition.
INQUIRE SYSTEM
  • DEBUGTOOL
Options are added to return:
  • a CVDA value (DEBUG or NODEBUG) indicating whether debugging profiles will be used to select programs that will run under the control of a debugging tool.
INQUIRE TASK
  • BRFACILITY
  • The BRFACILITY option is added to return an 8-byte field containing the facilitytoken for the bridge facility in use by the task.
INQUIRE TCPIP
MAXSOCKET
ACTSOCKET
Options added to return (1) the maximum number of IP sockets permitted in the CICS region; and (2) the current number of active sockets.
INQUIRE TCPIPSERVICE
ATTACHSEC
AUTHENTICATE
CERTIFICATE
DNSGROUP
DNSSTATUS
GRPCRITICAL
PROTOCOL
Options added to return new information about the named TCP/IP service:
ATTACHSEC
specifies the level of attach-time security required for TCP/IP connections to CICS Clients;
AUTHENTICATE
specifies the authentication and identification scheme to be used for inbound TCP/IP connections for the HTTP and IIOP protocols;
CERTIFICATE
is the name of the X.509 certificate that applies to this service;
DNSGROUP
is the DNS group_name passed on the IWMSRSRG register call to the OS/390® or z/OS® workload manager;
GRPCRITICAL
indicates whether the service is a critical member of the DNS group;
PROTOCOL
indicates either ECI, HTTP or IIOP as the protocol used on this TCP/IP service.
INQUIRE TERMINAL
  • NQNAME
  • The NQNAME option is added to return the 17-character network-qualified name for any terminal that received an NQNAME from VTAM at logon time.
INQUIRE TRACETYPE COMPID New codes are added to the list of component ids that you can query:
BR
Bridge domain
EJ
Enterprise Java™ domain
II
IIOP domain
OT
Object transaction services domain
PT
Partner domain
RZ
Request streams domain
SJ
JVM domain
INQUIRE TRANSACTION
  • OTSTIMEOUT
  • The OTSTIMEOUT option is added to obtain the default time that an OTS transaction is allowed to run without the initiator taking a syncpoint.
INQUIRE UOW
  • OTSTID
  • The OTSTID option is added to obtain the first 128 bytes of the transaction identifier (TID) of the OTS transaction of which the UOW is part.
INQUIRE UOWLINK
  • HOST
  • The HOST option is added to obtain information about the partner in the OTS transaction associated with a distributed unit of work.
INQUIRE WORKREQUEST WORKTYPE A new value, SOAP, is added
PERFORM CORBASERVER SCAN Option added to scan the CorbaServer's deployed JAR file directory or new or updated deployed JAR files. added
PERFORM STATISTICS RECORD
  • BEAN
  • CORBASERVER
  • JVMPOOL
  • JVMPROFILE
  • JVMPROGRAM
  • PIPELINE
  • REQUESTMODEL
  • STATS
  • TCPIP
Options added to write statistics for these new resource types.
SET AUTOINSTALL
  • AIBRIDGE
The AIBRIDGE option is added to enable you to define whether the autoinstall URM is called for bridge facilities.
SET DB2CONN
DB2GROUPID
RESYNCMEMBER
These options are added to enable you to specify the DB2 group ID and the resynchronization policy for CICS DB2 connection.
SET PROGRAM
  • JVMPROFILE
  • STATUS
  • The JVMPROFILE option specifies the 8-character name of a JVM profile that is to be used for the JVM in which the program runs. Any instances of this program that are currently running in a JVM with the old JVM profile are unaffected, and are allowed to finish running.
  • The STATUS(ENABLED|DISABLED) option is honored for programs that are invoked through an EXEC CICS LINK program request. The command has no effect on the same programs if they are invoked by Java programs through a method call.
SET SYSTEM
DEBUGTOOL(cvda)

The DEBUGTOOL option specifies whether debugging profiles will be used to select programs that will run under the control of a debugging tool.

SET TCPIP
MAXSOCKETS
NEWMAXSOCKETS
Options added to enable you to set a new maximum number of sockets for the CICS region. If the number is more than the user ID is permitted to specify, the maximum number enforced is returned in NEWMAXSOCKETS. See Table 3 for more information about MAXSOCKETS.
SET TRACETYPE COMPID New codes are added to the list of component ids for which you can set special trace on. See INQUIRE TRACETYPE above for details.
SET WORKREQUEST WORKTYPE A new value, SOAP, is added

See the CICS System Programming Reference manual for information on the changed and new commands and options.

[[ Contents Previous Page | Next Page Index ]]