z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Translation table for edit terminal output characters

z/OS ISPF Planning and Customizing
GC19-3623-00

The translation table for edit terminal output characters (Table 1) is used to translate invalid edit display characters to an attribute byte as follows:
  • Valid characters are represented by their EBCDIC value
  • Invalid characters are represented with X'15'.
Table 1. Example of translation table for edit terminal output character
Table Hexadecimal Code Position
TTETO
DC X'1515151515151515'
DC X'1515151515151515'
DC X'1515151515151515'
          ...
DC X'15797A7B7C7D7E7F'
DC X'1581828384858687'
          ...
DC X'E8E9151515151515'
DC X'F0F1F2F3F4F5F6F7'
DC X'F8F9151515151515'
(X'00' to X'07')
(X'08' to X'0F')
(X'10' to X'17')
 
(X'78' to X'7F')
(X'80' to X'87')
 
(X'E8' to X'EF')
(X'F0' to X'F7')
(X'F8' to X'FF')

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014