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


Generic string master translation table

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

The positions in the generic string master translation table (TTGSM in the example shown in Table 1) are filled in as follows:
X'00'
Blank character
X'01'
Invalid character
X'02'
Special character
X'04'
APL/TEXT special characters (only for APL and TEXT keyboards)
X'08'
APL/TEXT alphabetic characters (only for APL and TEXT keyboards)
X'10'
Lowercase alphabetic character
X'20'
Uppercase alphabetic character
X'40'
Numeric character
X'80'
User character subset
Table 1. Generic string master translation table example
Table Hexadecimal Code Position
TTGSM
DC X'0101010101010101'
DC X'0101010101010101'
DC X'0101010101010101'
          ...
DC X'0102020202020202'
DC X'0110101010101010'
          ...
DC X'2020010101010101'
DC X'4040404040404040'
DC X'4040010101010101'
(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