CICS Transactions scheduled at a interval



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

CICS Transactions scheduled at a interval

Postby AnandB » Thu Nov 29, 2018 5:43 pm

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.
Anand Biradar
AnandB
 
Posts: 6
Joined: Mon Dec 26, 2011 1:20 pm
Has thanked: 1 time
Been thanked: 0 time

Re: CICS Transactions scheduled at a interval

Postby Robert Sample » Thu Nov 29, 2018 8:51 pm

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.

These users thanked the author Robert Sample for the post:
AnandB (Sun Dec 23, 2018 6:26 pm)
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post