In
<[EMAIL PROTECTED]>,
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.

>Now, as the output is from the host and the error message is from
>either TSO or VTAM (anybody knows exactly which of them that is
>initiating the error,

VTIOC; it's a separate component.
 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
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

Reply via email to