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

Monitoring CICS Transaction


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

New User


Joined: 18 Aug 2005
Posts: 10
Location: Bangalore,India

PostPosted: Thu Aug 18, 2005 5:40 pm
Reply with quote

Hi,

Could you please help me to resolve the following issue:

I am writing a CICS monitor program which will inquire whether a particular transaction (OFJA) is currently running in a certain CICS region.
We are changing the connectivity to TCP/IP. For that the transaction OFJA is initiatied for activating the sockets. The program corresponding to OFJA will in turn communicate with the IBM supplied EZASOKET program and then activate the socket. Once the socket is activate the OFJA transaction continues to run until it is terminated by another transaction.

In the program I have to monitor on this transaction OFJA and when this transaction is terminated I have to activate the socket again.

So could you please tell me if theres any command to see if this transactin is running or not and also how should I give the command in the program.


Thanks and Regards,
Deepa Govindankutty icon_biggrin.gif
Back to top
View user's profile Send private message
happyend

New User


Joined: 18 Aug 2005
Posts: 10
Location: Bangalore,India

PostPosted: Tue Aug 30, 2005 1:59 pm
Reply with quote

Can do this through EXEC CICS TASKLIST command.

icon_neutral.gif
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top