CEMT SET PIPELINE

Enable or disable a PIPELINE resource.

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

Description

If the optional attributes are omitted, the command has no effect.

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.

Read syntax diagramSkip visual syntax diagram
SET PIPELINE

                      .-ALL-----.                 
>>-CEMT SET PIPELINE--+---------+--+----------+----------------->
                      '-(value)-'  +-ENABLED--+   
                                   '-DISABLED-'   

>--+-----------------+-----------------------------------------><
   '-RESPWAIT(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.


dfha7cm.html | Timestamp icon Last updated: Thursday, 27 June 2019