maybe some TSO/ISFP/REXX guru knows how to do this?

 

we have a simple panel and a clist that displays it.

the panel stops after displaying and the enter key has to be issued

before it continues to the next clause (SAY 'SSSS' in this example).

 

we  want the panel to continue without having to hit enter.

the ISPEXEC LOCK option seems to work for this but prevents the pf  keys
from interrupting

the clist. Attention key can be entered but it gets of out the clist. 

 

is there another way to simulate the enter key without using LOCK? 

 

 

/* REXX */

 

"ISPEXEC CONTROL  DISPLAY  LOCK"

ADDRESS ISPEXEC "DISPLAY PANEL(PANEL1) "

SAY ' SSSSSSSSS'

EXIT

 

*****PANEL1**********

)body window(50,15)

+ PANEL1 +

+ This is +

+ +

+ good bye+

)end

 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

  • ... Barkow, Eileen
    • ... Visser, Hans (PinkRoccade Infrastructure Services Technisch Specialist)
      • ... Barkow, Eileen
        • ... Wolfgang Schäfer
          • ... Barkow, Eileen
        • ... Wolfgang Schäfer
    • ... Jürgen Kehr
      • ... Barkow, Eileen
        • ... Dave Salt
          • ... Barkow, Eileen
    • ... Scott Barry

Reply via email to