> -----Ursprungligt meddelande----- > Från: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] För Shmuel Metz (Seymour J.)
... > on 12/20/2005 > at 09:22 AM, Thomas Berg <[EMAIL PROTECTED]> said: > > >What I'm doing is running this REXX (just a test to confirm what is > >happening): > > >/* REXX */ > > > > Do i = 0 To 255 > > Say i': hex' D2x(i)':' '>'D2c(i)'<' > > End > > > > > > Exit 0 > > Look at the 3270 Display Stream manual. Add code to skip or > translate out any code point used a a display order for the 3270. > > >- with the following results; first at couple of: > > > >IKT00405I SCREEN ERASURE CAUSED BY ERROR RECOVERY PROCEDURE > > > *** > > Not surprising. > > >NOTE that this does NOT happen when running in my old/normal > setup with > >43x80 resolution. > > You lucked out. > May I have a different opinion; I have nearly never had any such error messages when displaying any character values from a REXX. And as I also is getting this for all of the first part of the EBCDIC range and that the values are neither in the beginning of the page/line or (for the first couple of lines at least) outside of the 42x80 or 24x80 page size; I therefore I suspect that the difference between my old/normal setup and my new "LOGMODE(D4C32XX3)" setup is not luck/misfortune but some other factor. ... > > -- > Shmuel (Seymour J.) Metz, SysProg and JOAT > ISO position; see <http://patriot.net/~shmuel/resume/brief.html> Thomas Berg ---------------------------------------------------------------------- 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

