DISCARD PIPELINE

Remove a PIPELINE definition.

DISCARD PIPELINE

Read syntax diagramSkip visual syntax diagramDISCARD PIPELINE( data-value)

Conditions: INVREQ, NOTAUTH, NOTFND

This command is threadsafe.

Description

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

Start of changeYou cannot discard a PIPELINE resource that is created by a BUNDLE resource. To discard the pipeline, you must disable and discard the BUNDLE resource.End of change

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.
Start of change300End of change
Start of changeThe resource cannot be discarded because it was installed by a BUNDLE resource.End of change
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