Start of change

DISCARD PIPELINE

Remove a PIPELINE definition.

Read syntax diagramSkip visual syntax diagramDISCARD PIPELINE
 
>>-| DISCARD PIPELINE |----------------------------------------><
 
DISCARD PIPELINE
 
|--DISCARD PIPELINE(data-value)---------------------------------|
 

Conditions: INVREQ, NOTAUTH, NOTFND

Description

Use the DISCARD PIPELINE to remove an PIPELINE from your CICS region. The PIPELINE must be disabled before it can be discarded.

See Discarding resource definitions for general information about discards.

Options

PIPELINE(data-value)
specifies the 8-character name of the PIPELINE whose definition is to be discarded.

Conditions

INVREQ
RESP2 values:
8
The PIPELINE cannot be discarded because it is not disabled.
22
Delete is in progress for this PIPELINE.
200
The command was executed in a program defined with an EXECUTIONSET value of DPLSUBSET or a program invoked from a remote system by a distributed program link without the SYNCONRETURN option.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
NOTFND
RESP2 values:
1
The PIPELINE cannot be found
End of change [[ Contents Previous Page | Next Page Index ]]