ISO-8 and IBM PC interpretations for ASCII and EBCDIC code points

The tables in the SEZATCPX data set use the ISO-8 interpretations for certain ASCII code points. These code points are mapped to EBCDIC code points, as shown in Table 1.

Table 1. ISO-8 interpretations for certain ASCII and EBCDIC code points
ASCII code point EBCDIC code point ISO-8 interpretation
X'1A' X'3F' SUB (substitution character)
X'1C' X'1C' IFS (interchange file separator)
X'7F' X'07' DEL (delete character)

If you want to use IBM® PC interpretations for these code points, you can modify your table, as shown in Table 2:

Table 2. IBM PC interpretations for certain ASCII and EBCDIC code points
ASCII code point EBCDIC code point IBM PC interpretation
X'1A' X'1C' IFS (interchange file separator)
X'1C' X'07' DEL (delete character)
X'7F' X'3F' SUB (substitution character)