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

Need to introduce Db table for every MQ request and response


IBM Mainframe Forums -> Suggestions & Feedback
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Joy Stephen

New User


Joined: 15 Apr 2024
Posts: 1
Location: India

PostPosted: Tue May 21, 2024 11:21 pm
Reply with quote

Hi Guys,
Can anyone give your suggestions on below process.

There is a cobol program which is doing auto adjucation process and calling many sub programs and those sub programs are calling different types MQ's which puts the record in that queue and gets the response from out side.

Now we want to track each each record, how much time it's taking to get the response from each queue. We are trying to note all the details in the DB table for every record request and response process.


Can any one suggest me how to proceed or how to do this in efficiently without consuming over time.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3059
Location: NYC,USA

PostPosted: Thu May 23, 2024 5:13 am
Reply with quote

Why do you need that ? If it’s a cics program then task details should have start and end time .. that’s pretty much closer to what you are looking for ..

If it’s batch , why care ? Just process all records and divide total time by number of records to get the time for one record ..

Thanks
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 -> Suggestions & Feedback

 


Similar Topics
Topic Forum Replies
No new posts Unload and Load ISPF Table TSO/ISPF 4
No new posts ISPF Table to add a new column TSO/ISPF 1
No new posts Inserting into table while open selec... DB2 1
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top