View previous topic :: View next topic |
Author |
Message |
radkrish82 Beginner
Joined: 19 Feb 2009 Posts: 50 Topics: 10
|
Posted: Wed Sep 21, 2011 8:18 am Post subject: CICS transaction is UP |
|
|
1. Can you please let me know if there is a way to ensure through automated process/batch process if a cics transaction is running and UP or the transaction in error.
2. A transaction 'X123' process orders. If the numbers are present in SENT field then it means all the orders are processed. I would like to get notified when the number is moved to SENT field. can this be possible to automate via batch process rather than manually checking it. I am currently checking manually how many orders are sent on a day.
screen X123
Code: | no.of orders received sent order sent date
24
40
|
screen X123
Code: | no.of orders received sent order sent date
24 dd/mm/yyyy
40 dd/mm/yyyy |
regds,
radkrish |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Sep 21, 2011 8:23 am Post subject: |
|
|
first of all, where are these statistics maintained / no orders received and no orders sent?
where does screen x123 get the information? _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
radkrish82 Beginner
Joined: 19 Feb 2009 Posts: 50 Topics: 10
|
Posted: Thu Sep 22, 2011 12:30 am Post subject: |
|
|
Statistics are completely from vsam file which is confidential with critical data that I dont have access to see even its layout. Apologies for not able to provide sufficient info about X123 logic/vsam file data. Hence posted the query as i didnt get any clue from myside.The logic I understood is that these orders taken from the file, successfull order placed will be present in SENT. Since all these belongs to security credentials, I only have access to monitor the screen.
Everyday between 9 to 945 pm est the transaction process places these orders. I record the statistics of SENT orders for everyday. Before 9.45PM, the orders move to SENT. If the transaction fails, I will raise a reuqest to support group to trigger it again. I tried to get all logic, but backedup becoz of security info. with this info, is it possible to find a way from the screen perspective.
Thanks.
radhkrish. |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Thu Sep 22, 2011 1:35 pm Post subject: |
|
|
Your issue appears to be completely site-specific. If you do not have permission to know how it works, surely we would not have permission and so could not help.
You might try to use CEMT I TRAN(xxxx) where xxxx = your tranid (if you have permission to use cemt - it is restricted some places). _________________ All the best,
di |
|
Back to top |
|
 |
|
|