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


Translation table for alphanumeric characters

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

The translation table for alphanumeric characters (Table 1 specifies the valid alphanumeric characters as follows:
  • Valid characters are represented with X'00'.
  • Invalid characters are represented with X'FF'.
Table 1. Example of translation table for alphanumeric characters
Table Hexadecimal Code Position
TTALN
DC X'FFFFFFFFFFFFFFFF'
DC X'FFFFFFFFFFFFFFFF'
DC X'FFFFFFFFFFFFFFFF'
          ...
DC X'FFFFFF0000FFFFFF'
DC X'FF00000000000000'
          ...
DC X'0000FFFFFFFFFFFF'
DC X'0000000000000000'
DC X'0000FFFFFFFFFFFF'
(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