ISPF Automatic Panel Update
Moderator: mickeydusaor
-
- New Member
- Posts: 7
- Joined: Mon Jan 26, 2015 7:49 pm
ISPF Automatic Panel Update
Hi,
I have to create a new ISPF-Applikation with the following Goals:
1. Display the Status of Groups of Started Tasks (i.e. DB2, MQ, CICS ...)
2. Update the Status from "Green" (Tasks are Up) to "Red" (one of the Tasks of the group is down)
3. Display all LPARS on one Screen.
4. Use only SDSF, TSO and ISPF
I choose SDSF to get the status of the tasks and i display the result in a ISPF Panel. If I press ENTER
the Panel is updated and all is fine.
But unfortunately we find no Operater sitting in front of the display and press every minute enter.
We found no monkey in the operator group.
Do you have any idea to solve this problem.
Thanks in before
I have to create a new ISPF-Applikation with the following Goals:
1. Display the Status of Groups of Started Tasks (i.e. DB2, MQ, CICS ...)
2. Update the Status from "Green" (Tasks are Up) to "Red" (one of the Tasks of the group is down)
3. Display all LPARS on one Screen.
4. Use only SDSF, TSO and ISPF
I choose SDSF to get the status of the tasks and i display the result in a ISPF Panel. If I press ENTER
the Panel is updated and all is fine.
But unfortunately we find no Operater sitting in front of the display and press every minute enter.
We found no monkey in the operator group.
Do you have any idea to solve this problem.
Thanks in before
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: ISPF Automatic Panel Update
MAINVIEW does exactly this when autorefresh (not sure if that's the right name) is turned on. I suspect it is using some form of ECB wait to trigger simulation of an enter key being hit, but unfortunately I have no idea how it does that. I expect that the coding is not very simple and almost certainly requires use of system resources an application programmer would not have access to.
-
- New Member
- Posts: 7
- Joined: Mon Jan 26, 2015 7:49 pm
Re: ISPF Automatic Panel Update
I solved the Problem to operate with timers using the STIMERM Macro. Now I have the problem to redisplay the panel and simulating an <ENTER>.
Do you have any idea.
thanks in before
Do you have any idea.
thanks in before
-
- New Member
- Posts: 7
- Joined: Mon Jan 26, 2015 7:49 pm
Re: ISPF Automatic Panel Update
this Problem is solved. If somebody is interested in, I can support him with a sample.
- Anuj Dhawan
- Founder
- Posts: 2824
- Joined: Sun Apr 21, 2013 7:40 pm
- Location: Mumbai, India
- Contact:
Re: ISPF Automatic Panel Update
Sure please share the sample. It might help someone later looking for a similar problem.thiele3105 wrote:this Problem is solved. If somebody is interested in, I can support him with a sample.
Thanks,
Anuj
Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Anuj
Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
-
- New Member
- Posts: 9
- Joined: Sun Jul 27, 2014 8:55 pm
Re: ISPF Automatic Panel Update
Can you please share the code?thiele3105 wrote:this Problem is solved. If somebody is interested in, I can support him with a sample.
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute