CIC-DELETEQ-TD

Delete all transient data associated with a predefined transient data queue.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Target:

CICS

Syntax:

CIC-DELETEQ-TD QUEUE(name)
... [SYSID(name)]
... [ERROR(errorpara)]

Parameters:

ERROR (errorpara)

User-defined error routine to perform when an abnormal condition occurs.

QUEUE(name)

Queue name; can be a literal (maximum 8 characters), or COBOL data name (maximum 30 characters) defined as X(4).

SYSID(name)

Remote system name; can be a literal or a COBOL data name (maximum 4 characters).

Examples:

Delete all the intrapartition transient data stored in storage queue `TDAQ'.
CIC-DELETEQ-TD QUEUE('TDAQ') ERROR(ERROR-PARA)