Display a Status Bar



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Display a Status Bar

Postby tom_glaser » Tue Nov 29, 2011 11:02 pm

Hi,

I'm having a problem where I display a panel and list the output of a table. I then issue several "say" statements in rexx and then go back to the panel. Everything works until I go back to the panel after my "say" statements are written. The lines of the "say" statement and output screen get mixed up and nothing works until I get out of ispf. Here's what I see:

QMON: Analyzing QDepth for Schema: RPQ

24.51 2
QMON: Analyzin3 Q2CARQ_BI_P3AARQ_RECVQ 24.46 0
ARR D2P2 P3CARR_UNI_P2AARR_RECVQ 2011-11-29-11.25.19 10 0
DAQ P6CB 6CDAQ_BI_C6ADAQ_RECVQ 25.25 10 10
DAQ 6 C6CDAQ_BI_P6ADAQ_RECVQ 25.24 10
GPQ P1CB P1CGPQ_BI_C1AGPQ_RECVQ 2011-11-29-11.25.20 10 5
GPQ 1 C1CGPQ_BI_P1AGPQ_RECVQ 5.21
QMON: Analyzing QDepth for Schema: RRQ
24.51 2
GPR I2 I1CGPR_UNI_I2AGPR_RECVQ 2.42 300
IPQ P4CB P4CIPQ_BI_C4AIPQ_RECVQ 2011-11-29-11.25.19 10 0
IPQ 4CB 4CIPQ_UNI_C4AIPQ_RECVQ 5.19 0

I'll be executing 15 queries...and I'd like to display the status after each. Since I cannot get the "say" to work with the panel, I'd like to display a panel showing the progression. However, when I display the panel (SELECT or DISPLAY), the panel will sit there and wait for the user to hit enter, before it continues on. Is there a way to display a panel...have the rexx code continue running and refresh the screen to show some sort of status bar; without having the user to hit enter to continue?

Thanks for any ideas you have.

Tom Glaser
tom_glaser@mastercard.com
MasterCard
tom_glaser
 
Posts: 5
Joined: Tue Oct 04, 2011 2:39 am
Has thanked: 0 time
Been thanked: 0 time

Re: Display a Status Bar

Postby enrico-sorichetti » Tue Nov 29, 2011 11:20 pm

CONTROL DISPLAY LOCK
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Display a Status Bar

Postby tom_glaser » Thu Dec 01, 2011 11:26 pm

Enrico, this worked perfectly. Thanks for your help.

Tom
tom_glaser
 
Posts: 5
Joined: Tue Oct 04, 2011 2:39 am
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post