Start of change

INQUIRE PIPELINE

Retrieve information about an installed PIPELINE.

Read syntax diagramSkip visual syntax diagramINQUIRE PIPELINE
 
                                .---------------------------.
                                V                           |
>>-INQUIRE PIPELINE(data-value)---+-----------------------+-+--><
                                  +-CONFIGFILE(data-area)-+
                                  +-ENABLESTATUS(cvda)----+
                                  +-WSDIR(data-area)------+
                                  '-SHELF(data-area)------'
 

Conditions: NOTAUTH, NOTFND

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Description

Use the INQUIRE PIPELINE command to retrieve information about an installed PIPELINE.

Browsing

You can browse through all the PIPELINEs installed in your system by using the browse options (START, NEXT, and END) on INQUIRE PIPELINE commands. See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.

Options

PIPELINE(data-value)
Specifies the name of the PIPELINE about which you are inquiring. The name can be up to 8 characters long.
CONFIGFILE(data-area)
Returns the name of the pipeline configuration file associated with the PIPELINE resource. The name can be up to 255 characters long.
ENABLESTATUS(cvda)
Returns the status of the PIPELINE:
ENABLED
The PIPELINE is ready for use.
DISABLED
The PIPELINE is not processing requests, and is unable to accept new work. It may have failed to initialize, or may have been explicitly disabled.
ENABLING
The PIPELINE is being initialized; it is not yet ready to accept work.
DISABLING
The PIPELINE is quiescing before entering DISABLED state. It is not accepting new work, but is allowing currently-executing work to complete.
DISCARDING
A DISCARD command has been issued for the PIPELINE. The PIPELINE is quiescing before being discarded. It is not accepting new work, but is allowing currently-executing work to complete.
WSDIR(data-area)
Returns the name of the Web service binding directory (also known as the pickup directory). The name can be up to 255 characters long.
SHELF(data-area)
Returns the name of the shelf directory. The name can be up to 255 characters long.

Conditions

NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
NOTFND
RESP2 values:
3
The PIPELINE cannot be found.
End of change [[ Contents Previous Page | Next Page Index ]]