CEMT SET PIPELINE

Enable or disable a PIPELINE resource.

In the CICS Explorer, the Pipelines operations view provides a functional equivalent to this command.

Description

You can use the CEMT transaction to modify only pipelines that are defined in the CICS® system definition (CSD) file and installed in the running CICS system. If the optional attributes are omitted, the command has no effect.

Start of changeYou cannot use the CEMT SET PIPELINE command to change the status of a PIPELINE resource that was defined and installed in a CICS bundle.
  • You can modify the attributes of a dynamically generated PIPELINE resource, but the changes are not cataloged and will not be recovered across a warm restart of CICS. If you want to change an attribute of a resource that was installed by a bundle, you should disable and discard the CICS bundle, and install a new version of the bundle with the required changes.
  • You can control the status of dynamically generated PIPELINE resources by enabling or disabling the BUNDLE resources that installed them.
  • You can modify the definition of dynamically generated PIPELINE resources by using the resource editor in CICS Explorer®. To update the definition, replace the old version of the CICS bundle with the new one, following the instructions inWorking with bundles in the CICS Explorer product documentation. CICS bundles that were deployed on their own or with a platform can be updated individually. If the CICS bundle was deployed as part of an application or with an application binding, update the whole application.
End of change

Syntax

Press the Clear key to clear the screen. There are two ways to start this transaction:
  • Type CEMT SET PIPELINE (or suitable abbreviations for the keywords), followed by one or more PIPELINE identifiers, or ALL. The resulting display lists the current status, similar to that obtained by using the CEMT INQUIRE PIPELINE command. You can tab to the highlighted or blank fields and overtype them with the required values.
  • Type CEMT SET PIPELINE (or suitable abbreviations for the keywords), followed by one or more PIPELINE identifiers, or ALL, then followed by one or more attribute settings that you want to change. For example, cemt s pi al e makes all PIPELINE resources available for use (enabled).

Typing ? at the beginning of either the first or second line gives a syntax prompt. Resetting the values takes effect immediately.

SET PIPELINE

Read syntax diagramSkip visual syntax diagramCEMT SET PIPELINEALL( value)ENABLEDDISABLEDRESPWAIT( value)

Conditions: NOTAUTH, NOTFND

Options

ALL
Any changes you request are made to all resources of the specified type that you are authorized to access.
(value)
Specifies the 1- to 8-character name of the PIPELINE resource.
ENABLESTATUS
Sets the status of the PIPELINE:
ENABLED
The PIPELINE is ready for use.
DISABLED
The PIPELINE is not processing requests, and cannot accept new work. It might have failed to initialize, or might be explicitly disabled.
RESPWAIT(value)
Specifies the time, in seconds, that an application program waits for a response message from a remote web service. The value can range from 0 to 9999 seconds.
If you do not specify a value, the default timeout value of the transport protocol is used.
  • The default timeout value for HTTP is 10 seconds.
  • The default timeout value for MQ is 60 seconds.