New commands and options

Table 14 shows the new SPI commands and options.

Table 14. New commands and options
Commands Explanation
CREATE PIPELINE The CREATE PIPELINE command defines a PIPELINE in the local CICS® region.
CREATE URIMAP The CREATE URIMAP command defines a URIMAP in the local CICS region.
CREATE WEBSERVICE The CREATE WEBSERVICE command defines a WEBSERVICE in the local CICS region.
DISCARD PIPELINE The DISCARD PIPELINE command removes a PIPELINE from the CICS system and the CICS catalog.
DISCARD URIMAP The DISCARD URIMAP command removes a URIMAP from the CICS system and the CICS catalog.
DISCARD WEBSERVICE The DISCARD WEBSERVICE command removes a WEBSERVICE from the CICS system and the CICS catalog.
EXTRACT STATISTICS The EXTRACT STATISTICS command is added to provide statistics about new resource types, because the design of COLLECT STATISTICS prevented its further expansion. The syntax of EXTRACT STATISTICS is not like COLLECT STATISTICS, but the results of using EXTRACT STATISTICS are equivalent to those produced by COLLECT STATISTICS. For a full description of EXTRACT STATISTICS see the CICS System Programming Reference
INQUIRE CLASSCACHE The INQUIRE CLASSCACHE command is added to give you information about the active shared class cache in the CICS region, and report the presence of any old shared class caches that are awaiting deletion.
INQUIRE JVM The INQUIRE JVM command is added to enable you to identify JVMs in a CICS region and get information about their status. You can inquire on the status of a particular JVM, or browse through all of the JVMs in a CICS region by using the browse options (START, NEXT, and END) on the command.
INQUIRE JVMPROFILE The INQUIRE JVMPROFILE command is added to retrieve the full path name of the HFS file for a JVM profile, and tell you whether or not a JVM with this profile uses the shared class cache. The command only finds JVM profiles that have been used during the lifetime of this CICS region, for JVMs that can run applications. You can inquire on a particular JVM profile, or browse through all of the JVMPROFILEs that have been used in a CICS region by using the browse options (START, NEXT, and END) on the command.
INQUIRE PIPELINE The INQUIRE PIPELINE command retrieve information about an installed PIPELINE.
INQUIRE URIMAP The INQUIRE URIMAP command retrieves information about URIMAP resource definitions.
INQUIRE WEBSERVICE The INQUIRE WEBSERVICE command retrieves information about an installed WEBSERVICE.
INQUIRE WORKREQUEST The INQUIRE WORKREQUEST command is added to enable you to track EJB tasks. You can:
  • determine which transactions are associated with a single request
  • correlate all transactions associated with a single request (for example, for accounting purposes)
PERFORM PIPELINE The PERFORM PIPELINE command initiates a scan of the Web service binding directory that is specified in the WSBIND attribute of the PIPELINE definition.
SET HOST The SET HOST command enables or disables a virtual HOST.
SET PIPELINE The SET PIPELINE command enables or disables a PIPELINE.
SET URIMAP The SET URIMAP command enables or disables a URIMAP definition, and applies or removes redirection for a URIMAP definition.
SET WEBSERVICE The SET WEBSERVICE command sets the validation status of a WEBSERVICE.

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

[[ Contents Previous Page | Next Page Index ]]