AMT Help Files
Home Development Command Translation CICS Commands CANCEL

CANCEL

COBOL Java
EXEC CICS CANCEL ibmCics.cancel

Syntax

ibmCics.cancel( [<TransId>,] <ReqId> );

Parameters

<TransId>
Optional transaction identifier.
<ReqId>
The request identifier.

Examples

COBOL Java
EXEC CICS
    CANCEL 
        REQID(WS-REQID)
END-EXEC.
                
ibmCics.cancel(
    locDef.ws_Reqid.toString());
                

Contents

 Go to top