View previous topic :: View next topic |
Author |
Message |
subbuy2k Beginner
Joined: 12 Aug 2004 Posts: 29 Topics: 18
|
Posted: Fri Aug 20, 2004 3:28 am Post subject: auto refresh |
|
|
hi ,
Is it possible to auto refresh the CICS screen. I will be displaying a value in the page which gets changed for every 5 mts. i want this screen to update the value for every 5mt with out pressing any key.
Thanks
Subbu |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Fri Aug 20, 2004 5:52 am Post subject: |
|
|
subbuy2k,
Why Don't you start the transaction every 5 mins? i.e Invoke the transaction from the pgm which is updating the value
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
JAC Beginner
Joined: 29 Sep 2004 Posts: 2 Topics: 1
|
Posted: Wed Sep 29, 2004 4:27 pm Post subject: |
|
|
subbuy2k
They way I did it was ....first write your program as normal (where you would have to press <enter> to update). Once that is working, Add a Cancel Transaction just after the Receive Map (look up the CANCEL command for the syntax) , then process as normal, then add a Start with a 5 min INTERVAL just before you issue your Return. This allows you is to press <enter> to update your screen or let it update automaticall every 5 min.
JAC |
|
Back to top |
|
 |
|
|