IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to get the List of Scheduled Transaction?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
aftabkhan

New User


Joined: 20 Mar 2009
Posts: 3
Location: Mumbai

PostPosted: Wed Feb 24, 2010 11:36 am
Reply with quote

Hi All,

I am working on a CICS program which at the end of it schedules a transaction to run after say 5 mins. I want to ensure that no other user is able to restart this transaction once it is scheduled by the program.
Is there a way to check whether the transaction has already been scheduled or not?

Thanks,
Aftab
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Feb 24, 2010 4:06 pm
Reply with quote

I'm not aware of any way to do so using CICS facilities.

You can write a record to a VSAM file when the transaction is scheduled and check the VSAM record each time the transaction is to be scheduled to verify nothing has been scheduled already.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts list pds members name starting with xyz CLIST & REXX 11
Search our Forums:

Back to Top