Lindy, Can it accept input from a command area while do this? In other words, rows would be added to the table as they arrived from the shell stdout, but input would be accepted as well.
It would seem to me that "CONTROL DISPLAY LOCK" would cause the table display to be updated, but leave the keyboard locked for input, but I don't really understand ISPF that well any more. Kirk On Nov 29, 2007 2:19 PM, Lindy Mayfield <[EMAIL PROTECTED]> wrote: > Hi Kirk, > > I've created a Rexx / ISPF application panel that scrolls dynamically on > its own before, just for fun mostly to see if I could do it. I'm sure > there are other ways to do it, but for mine (as I recall) I did > something like this: > > TBADD MYRECORD > TBTOP MYRECORD > <some check on the size> > TBTOP MYRECORD > TBSKIP MYRECORD NUMBER(n) > CONTROL DISPLAY LOCK > TBDISPL MYRECORD PANEL(MYPANEL) > > This was ok for me because I was using tables to simplify things, but > for what you are talking about it would be better to use a dynamic area. > The trick was the CONTROL DISPLAY LOCK command. > > Regards, > Lindy > > P.S. If you are interested in seeing it, I can try to gut the essence of > it and put together a simple demo Rexx exec that automatically scrolls. > Or I can send you the original. It was just a simple thing that looked > at TCP/IP resolver parameters, back in OS/390 days. > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > > Behalf Of Kirk Wolf > > Sent: 29. marraskuuta 2007 15:32 > > To: [email protected] > > Subject: Re: Why isn't OMVS command integrated with ISPF? > > > > Agreed - MVS-OE is a better place to discuss OMVS per se, > > but I'm really more interested in understanding whether ISPF dialogs > can > > support pseudo-full-duplex 3270 processing - something like the MVS > > console. > > > > Kirk Wolf > > Dovetailed Technologies > > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- 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

