CPIPLNE view


This view displays information about CICS pipelines.

To display the CPIPLNE view, issue the following command:

CPIPLNE [region] [pipelineName]

where region is the name of a target CICS region and pipelineName is the eight-character ID of a pipeline.

The following view is displayed:

ddmmmyyyy  hh:mm:ss ------ MAINVIEW WINDOW INTERFACE (Vv.r.mm) ----------------
COMMAND  ===>                                                 SCROLL ===> CSR  
CURR WIN ===> 1        ALT WIN ===>                                            
>W1 =CPIPLNE==========(ALL======*=======)ddmmmyyyy==hh:mm:ss====MVCICS===D====5
CMD Pipeline Target   Service       Configuration     Operating  Use  Resp  MTO
---                   Status            File            Mode    Count Wait  Sup
    PIPELN01 BCVCD660 DISABLED   /HFSROOT/subdirecto+ UNKNOWN       0 DFLT NOMT
    PIPELN02 BCVCD660 DISABLED   /HFSROOT/subdirecto+ UNKNOWN       0 5250 NOMT
    DFHWSATP BCVCG65C DISABLED   /usr/lpp/cicsts/cic+ UNKNOWN       0 DFLT NOMT
    DFHWSATR BCVCG65C DISABLED   /usr/lpp/cicsts/cic+ UNKNOWN       0 DFLT NOMT
    GWJWSPL1 BCVCG65C DISABLED   /usr/lpp/cicsts/cic+ UNKNOWN       0   20 NOMT

Actions

The CPIPLNE view supports the following line command actions.

Warning

Note

The following actions are sent to the target CICS system and the results of the actions are written to the journal log whether the action succeeds or fails. The CPIPLNE view also displays the result of any successful actions.

To display the journal log, enter TRAN *; LOG on the COMMAND line.

Line command

Description

DIS

Sets the pipeline ENABLESTATUS option to the value DISABLED

The pipeline is placed out of service and inbound service requests for this pipeline are rejected.

ENA

Sets the pipeline ENABLESTATUS option to the value ENABLED

The pipeline is placed in service and inbound service requests for this pipeline are processed normally.

SCA

Performs the pipeline action SCAN and initiates a scan of the web services binding directory that is specified in the WSDIR attribute of the pipeline definition

The scan results are displayed only in journal log, for example:

13:16:36 FT005I BCVCD660 SETPLNE ACTION PIPELN01 SCAN
13:16:36 FT477I PERFORM COMPLETE PIPELINE PIPELN01 NORMAL ACTION(SCAN)

SET

Lets you overtype the following fields with valid values:

  • Service Status (same as ENA and DIS line commands)
  • Response Wait (Specify the number of seconds that an application program should wait for an optional response message from a remote web service.) The value can range from 0 to 9999 seconds.

Type the SET command, overtype the field, and then press Enter.

The SET command is processed by the IBM EXEC CICS SET system programming interface (SPI) command. For information about the SPI command, see the IBM CICS Transaction Server for z/OS System Programming Reference.

Related views

The following views provide additional pipeline information.

 

View

Description

CPIPLNEZ

To display summarized information about the pipelines that are defined to CICS, enter the SUM command on the CPIPLNE view.

The data is summarized by the Pipeline name. The Count field shows how many pipelines are represented by each line of summary data. You can hyperlink from the Pipeline field to the CPIPLNEZ view to expand a line of summary data.

CPIPLNED

To display detailed information about a specific pipeline, hyperlink from the Service Status, Configuration File, or Shelf Directory field of the CPIPLNE view.

CPIPLNEQ

To display a quick menu for a specific pipeline, hyperlink from the Pipeline field of the CPIPLNE view.

CPIPLNER

To display resource signature information about a specific pipeline, hyperlink from the Resource Signature field of the CPIPLNEQ quick menu.

Related topic



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView for CICS 7.1