Page 1 of 1

CICS Transactions scheduled at a interval

PostPosted: Thu Nov 29, 2018 5:43 pm
by AnandB
Hi,

Where does CICS stores information about a task to be initiated later.
Say if I executed a command START TRANSID('TEST') with an interval of 30 minutes; where can I see information about Transaction TEST being scheduled and will be picked after 30 minutes.

Regards,
Anand.

Re: CICS Transactions scheduled at a interval

PostPosted: Thu Nov 29, 2018 8:51 pm
by Robert Sample
EXEC CICS INQ REQID(????????) will do it, where ???????? is the 8-byte REQID you used with the EXEC CICS START TRANSID('TEST') command. If you didn't use a REQID, I don't think you can do anything to find out about the scheduled transaction.