Table 15 shows the new SPI commands.
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 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. |
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. |