MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Asterisk at the end of the screen

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
kregen
Beginner


Joined: 29 Jan 2004
Posts: 3
Topics: 2

PostPosted: Thu Jan 29, 2004 3:40 pm    Post subject: Asterisk at the end of the screen Reply with quote

Hello,

after execution of a REXX-script i got three asterisk '***' and then i musst press enter. how can i supress.

i am also search for a way to suppress the three asterisk at the end of the screen, when the rexx-script writing information on the screen for mre than on screensize. my wish is that the information from the script is scrolling and nobody must press the enterkey.

please help
_________________
cu
kai
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Thu Jan 29, 2004 4:40 pm    Post subject: Reply with quote

Here's something you can try for an idea:

The EXEC:
Code:

/* REXX */                                 
DO VAL = 1 TO 5                             
  "ISPEXEC CONTROL DISPLAY LOCK"           
  "ISPEXEC DISPLAY PANEL(TEST20)"           
  RC = TIME(R)                             
  DO FOREVER                               
    X = TIME(E)                             
    IF X > 1 THEN LEAVE                     
  END                                       
END                                         
"ISPEXEC CONTROL DISPLAY LINE START(1)"     
EXIT 0                                     

The Panel:
)ATTR DEFAULT(%+_)                     
  ^ TYPE(OUTPUT) INTENS(HIGH)           
)BODY                                   
%                                       
^val                                   
%                                       
)INIT                                   
)PROC                                   
)END

My test ran without once requiring input.
Back to top
View user's profile Send private message
kregen
Beginner


Joined: 29 Jan 2004
Posts: 3
Topics: 2

PostPosted: Mon Feb 02, 2004 5:57 am    Post subject: Reply with quote

hi superk,

thank you.... it runs very well....
i like it.......
_________________
cu
kai
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group