Author: blayek
Subject: CICS START AND CANCEL
Posted: Wed Dec 07, 2016 3:27 am (GMT 5.5)
Hi,
I would really be helpful if you can clear the cloud for START and CANCEL CICS statement.
In my work I can see there are some START with REQID statement and CANCEL of same REQID.
But there are some cases where CANCEL is called in the same program(Txn).
EXEC CICS CANCEL REQID ('ABCDEF') TRANSID ('AB12') NOHANDLE END-EXEC.
Then START
EXEC CICS START TRANSID ('AB12') INTERVAL (WS-START-INTERVAL) REQID ('ABCDEF') END-EXEC.
In SYSPELX environment how we can interpret this?
_________________
Bhola
Subject: CICS START AND CANCEL
Posted: Wed Dec 07, 2016 3:27 am (GMT 5.5)
Hi,
I would really be helpful if you can clear the cloud for START and CANCEL CICS statement.
In my work I can see there are some START with REQID statement and CANCEL of same REQID.
But there are some cases where CANCEL is called in the same program(Txn).
EXEC CICS CANCEL REQID ('ABCDEF') TRANSID ('AB12') NOHANDLE END-EXEC.
Then START
EXEC CICS START TRANSID ('AB12') INTERVAL (WS-START-INTERVAL) REQID ('ABCDEF') END-EXEC.
In SYSPELX environment how we can interpret this?
_________________
Bhola