DISCARD PROCESSTYPE

Remove a PROCESSTYPE definition.

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

Conditions: INVREQ, NOTAUTH, PROCESSERR

Description

DISCARD PROCESSTYPE removes the definition of a specified process-type from the local CICS® region.

Notes:
  1. Only disabled process-types can be discarded.
  2. If you are using BTS in a single CICS region, you can use the DISCARD PROCESSTYPE command to remove process-types. However, if you are using BTS in a sysplex, it is strongly recommended that you use CPSM to remove them. If you don’t use CPSM, problems could arise if Scheduler Services routes to this region work that requires a discarded definition.

Options

PROCESSTYPE(data-value)
specifies the name (1-8 characters) of the process-type to be removed.

Conditions

INVREQ
RESP2 values:
2
The process-type named in the PROCESSTYPE option is not disabled.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
PROCESSERR
RESP2 values:
1
The process-type named in the PROCESSTYPE option is not defined in the process-type table (PTT).

Related concepts
BTS activities and processes
Control commands
Related reference
CREATE PROCESSTYPE
SET PROCESSTYPE
INQUIRE PROCESSTYPE
INQUIRE TASK
[[ Contents Previous Page | Next Page Index ]]