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

INQUIRE PIPELINE
.---------------------------.
V |
>>-INQUIRE--PIPELINE(data-value)----+-----------------------+-+-><
+-CONFIGFILE(data-area)-+
+-ENABLESTATUS(cvda)----+
+-SHELF(data-area)------+
'-WSDIR(data-area)------'
You can browse through all the PIPELINEs installed in your system
by using the browse options (START, NEXT,
and END) on INQUIRE PIPELINE commands.
Options
- 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.
- PIPELINE(data-value)
- Specifies the name of the PIPELINE about which you are inquiring. The
name can be up to 8 characters long.
- SHELF(data-area)
- Returns the name of the shelf directory. The name can be
up to 255 characters long.
- 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.