CIC-CANCEL

Cancel a previously issued CIC-DELAY or CIC-START.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Target:

CICS

Syntax:

CIC-CANCEL [REQID(name)]
... [TRANSID(name)]
... [SYSID(name)]
... [ERROR(errorpara)]

Parameters:

ERROR (errorpara)

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

REQIDname)

Unique call name; can be a literal or COBOL data name (maximum 8 characters).

SYSIDname)

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

TRANSID (name)

Transaction code identifying the program where control returns; can be a literal (maximum 4 characters) or COBOL data name (minimum 5 characters).

Example:

Cancel an activity invoked by a CIC-START.
CIC-CANCEL TRANSID('TRAN') ERROR(ERROR-PARA)