RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

Found 41 records.

Status: Verified (1)

RFC 1345, "Character Mnemonics and Character Sets", June 1992

Source of RFC: 822ext (app)

Errata ID: 2683
Status: Verified
Type: Technical
Publication Format(s) : TEXT

Reported By: -
Date Reported: 2011-01-10
Verifier Name: Pete Resnick
Date Verified: 2011-05-03

Section 3 says:

 N->    1e4a    LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW
 N->    1e4b    LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW

...

 S.-.   1e68    LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
 S.-.   1e69    LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE

It should say:

 N->    1e4a    LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW
 n->    1e4b    LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW

...

 S.-.   1e68    LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE
 s.-.   1e69    LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE

Notes:

Mnemonics should be unique...

Status: Reported (37)

RFC 1345, "Character Mnemonics and Character Sets", June 1992

Source of RFC: 822ext (app)

Errata ID: 6037
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-AT-DE
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? A: .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? U: DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o: ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb SE '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ss s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a: A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  u: J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  O: ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-AT-DE
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? A: .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? U: DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o: ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb SE '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ss s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a: A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  u: J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  O: ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6038
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-AT-DE-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? o: .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? u: U: *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? ss ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  A: O: '  =  a:
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-AT-DE-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? o: .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? u: U: *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? ss ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  A: O: '  =  a:
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6039
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-CA-FR
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? a> ?? ?? ?? ?? ?? c, ?? a! .  <  (  +  !
  &  ?? e> e: ?? ?? i> i: ?? ?? '' DO *  )  ;  '>
  -  /  A> ?? A! ?? ?? ?? C, ?? u! ,  %  _  >  ?
  ?? E' E> E: ?? I> I: ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  e' A  B  C  D  E  F  G  H  I  ?? o> ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? u> u: ?? ?? ??
  ', ?? S  T  U  V  W  X  Y  Z  ?? O> ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? U> U: U! ?? DT

It should say:

  &charset EBCDIC-CA-FR
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? a> ?? ?? ?? ?? ?? c, ?? a! .  <  (  +  !
  &  ?? e> e: ?? ?? i> i: ?? ?? '' DO *  )  ;  '>
  -  /  A> ?? A! ?? ?? ?? C, ?? u! ,  %  _  >  ?
  ?? E' E> E: ?? I> I: ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  e' A  B  C  D  E  F  G  H  I  ?? o> ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? u> u: ?? ?? ??
  ', ?? S  T  U  V  W  X  Y  Z  ?? O> ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? U> U: U! ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6040
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-DK-NO
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Nb .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? Cu AA *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o/ ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  AE O/ '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? u: s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ae A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  aa J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-DK-NO
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Nb .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? Cu AA *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o/ ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  AE O/ '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? u: s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ae A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  aa J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6041
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-DK-NO-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? o/ .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? aa AA *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  AE O/ '  =  ae
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-DK-NO-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? o/ .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? aa AA *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  AE O/ '  =  ae
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6042
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-FI-SE
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? SE .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? Cu AA *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o: ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? e' :  A: O: '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? u: s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a: A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  aa J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  E' ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-FI-SE
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? SE .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? Cu AA *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o: ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? e' :  A: O: '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? u: s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a: A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  aa J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  E' ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6043
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-FI-SE-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? o: .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? aa AA *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  A: O: '  =  a:
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-FI-SE-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? o: .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? aa AA *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  A: O: '  =  a:
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6044
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-FR
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? DG .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? SE DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? u! ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Pd a! '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  e' A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  c, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-FR
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? DG .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? SE DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? u! ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Pd a! '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  e' A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  c, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6045
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-IT
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? DG .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? e' DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o! ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? u! :  Pd SE '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? i! s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  c, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-IT
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? DG .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? e' DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o! ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? u! :  Pd SE '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? i! s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  c, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6046
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-PT
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? <( .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? )> DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o? ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  A? O? '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? c, s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  '' J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  C, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-PT
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? <( .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? )> DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? o? ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  A? O? '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? c, s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  a? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  '' J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  C, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6047
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-ES
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Pt *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? n? ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  N? At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-ES
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Pt *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? n? ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  N? At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6048
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-ES-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Pt *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  N? At '  =  n?
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-ES-A
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Pt *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? :  N? At '  =  n?
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ?? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  ?? ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6049
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-ES-S
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  DO *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? n? ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  N? At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-ES-S
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  DO *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? n? ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  N? At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6050
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-UK
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? DO .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Pd *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '- s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-UK
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? DO .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Pd *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '- s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6051
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset EBCDIC-US
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  DO *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset EBCDIC-US
  &rem source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Ct .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  DO *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

For the sake of completeness I note that the originally listed source [2] only specifies a subset of the character codes in hex range 00-3F (see Figure 10-1), namely:

NU ?? ?? ?? ?? HT ?? ?? __ ?? ?? ?? FF CR ?? ??
?? D1 D2 D3 ?? NL ?? ?? ?? EM ?? ?? FS GS RS ??
?? ?? ?? ?? ?? ?? ?? ?? __ __ ?? ?? __ ?? ?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? D4 ?? ?? SB

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html
[2]: IBM 3270 Information Display System Character Set Reference, GA27-2837-9 (April 1987) -- copy available at http://bitsavers.trailing-edge.com/pdf/ibm/3270/GA27-2837-9_3270_Character_Set_Reference_Apr87.pdf

Errata ID: 6052
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM038
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &alias EBCDIC-INT
  &alias cp038
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? <( .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? )> DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset IBM038
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias EBCDIC-INT
  &alias cp038
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? <( .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? )> DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6053
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM274
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &alias EBCDIC-BE
  &alias CP274
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? <( .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? )> DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? u! ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb a! '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  e' A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  c, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset IBM274
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias EBCDIC-BE
  &alias CP274
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? <( .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? )> DO *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? u! ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb a! '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? ': s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  e' A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e! J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  c, ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6054
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM281
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &alias EBCDIC-JP-E
  &alias cp281
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Pd .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Ye *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '- s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  DO ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset IBM281
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias EBCDIC-JP-E
  &alias cp281
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? Pd .  <  (  +  !!
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? !  Ye *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '- s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  (! A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  DO ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6055
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM290
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &alias cp290
  &alias EBCDIC-JP-kana
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ._ <' >' ,_ .6 Wo a6 i6 u6 Pd .  <  (  +  !!
  &  e6 o6 YA YU YO TU ?? -6 ?? !  Ye *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? A6 I6 U6 E6 O6 Ka Ki Ku Ke Ko ?? Sa Si Su Se
  So Ta Ti Tu Te To Na Ni Nu Ne No ?? ?? Ha Hi Hu
  ?? '- He Ho Ma Mi Mu Me Mo Ya Yu ?? Yo Ra Ri Ru
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? Re Ro Wa N6 "5 05
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  DO ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset IBM290
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias cp290
  &alias EBCDIC-JP-kana
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ._ <' >' ,_ .6 Wo a6 i6 u6 Pd .  <  (  +  !!
  &  e6 o6 YA YU YO TU ?? -6 ?? !  Ye *  )  ;  NO
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? BB ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? '! :  Nb At '  =  "
  ?? A6 I6 U6 E6 O6 Ka Ki Ku Ke Ko ?? Sa Si Su Se
  So Ta Ti Tu Te To Na Ni Nu Ne No ?? ?? Ha Hi Hu
  ?? '- He Ho Ma Mi Mu Me Mo Ya Yu ?? Yo Ra Ri Ru
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? Re Ro Wa N6 "5 05
  ?? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  ?? J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  DO ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6056
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM905
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &alias CP905
  &alias ebcdic-cp-tr
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? a> a: a! a' ?? c. (! n? C, .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss G( I. *  )  ;  '>
  -  /  A> A: A! A' ?? C. <( N? s, ,  %  _  >  ?
  ?? E' E> E: E! I' I> I: I! i. :  O: S, '  =  U:
  '( a  b  c  d  e  f  g  h  i  h/ c> s> u( ?? !!
  DG j  k  l  m  n  o  p  q  r  h> g> j> '; ?? Cu
  My o: s  t  u  v  w  x  y  z  H/ C> S> U( ?? At
  .M Pd z. !) Z. SE )> ?? 12 DO H> G> J> ': '' *X
  c, A  B  C  D  E  F  G  H  I  -- o> '? o! o' g.
  g( J  K  L  M  N  O  P  Q  R  '! u> // u! u' ??
  u: -: S  T  U  V  W  X  Y  Z  2S O> Nb O! O' G.
  0  1  2  3  4  5  6  7  8  9  3S U> "  U! U' DT

It should say:

  &charset IBM905
  &rem source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP905
  &alias ebcdic-cp-tr
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? a> a: a! a' ?? c. (! n? C, .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss G( I. *  )  ;  '>
  -  /  A> A: A! A' ?? C. <( N? s, ,  %  _  >  ?
  ?? E' E> E: E! I' I> I: I! i. :  O: S, '  =  U:
  '( a  b  c  d  e  f  g  h  i  h/ c> s> u( ?? !!
  DG j  k  l  m  n  o  p  q  r  h> g> j> '; ?? Cu
  My o: s  t  u  v  w  x  y  z  H/ C> S> U( ?? At
  .M Pd z. !) Z. SE )> ?? 12 DO H> G> J> ': '' *X
  c, A  B  C  D  E  F  G  H  I  -- o> '? o! o' g.
  g( J  K  L  M  N  O  P  Q  R  '! u> // u! u' ??
  u: -: S  T  U  V  W  X  Y  Z  2S O> Nb O! O' G.
  0  1  2  3  4  5  6  7  8  9  3S U> "  U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6057
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM037
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias cp037
  &alias ebcdic-cp-us
  &alias ebcdic-cp-ca
  &alias ebcdic-cp-wt
  &alias ebcdic-cp-nl
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? aa c, n? Ct .  <  (  +  !!
  &  e' e> e: e! i' i> i: i! ss !  DO *  )  ;  NO
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My '? s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  '> Pd Ye .M Co SE PI 14 12 34 <( )> '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM037
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias cp037
  &alias ebcdic-cp-us
  &alias ebcdic-cp-ca
  &alias ebcdic-cp-wt
  &alias ebcdic-cp-nl
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? aa c, n? Ct .  <  (  +  !!
  &  e' e> e: e! i' i> i: i! ss !  DO *  )  ;  NO
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My '? s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  '> Pd Ye .M Co SE PI 14 12 34 <( )> '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6058
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM273
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP273
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> (! a! a' a? aa c, n? A: .  <  (  +  !
  &  e' e> e: e! i' i> i: i! '? U: DO *  )  ;  '>
  -  /  A> <( A! A' A? AA C, N? o: ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb SE '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My ss s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co At PI 14 12 34 NO !! '- ': '' *X
  a: A  B  C  D  E  F  G  H  I  -- o> BB o! o' o?
  u: J  K  L  M  N  O  P  Q  R  1S u> !) u! u' y:
  O: -: S  T  U  V  W  X  Y  Z  2S O> // O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> )> U! U' DT

It should say:

  &charset IBM273
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP273
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> (! a! a' a? aa c, n? A: .  <  (  +  !
  &  e' e> e: e! i' i> i: i! '? U: DO *  )  ;  '>
  -  /  A> <( A! A' A? AA C, N? o: ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb SE '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My ss s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co At PI 14 12 34 NO !! '- ': '' *X
  a: A  B  C  D  E  F  G  H  I  -- o> BB o! o' o?
  u: J  K  L  M  N  O  P  Q  R  1S u> !) u! u' y:
  O: -: S  T  U  V  W  X  Y  Z  2S O> // O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> )> U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6059
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM275
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias EBCDIC-BR
  &alias cp275
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? E' .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? DO C, *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? c, ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? a? :  O? A? '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  o? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e' J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? DT

It should say:

  &charset IBM275
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias EBCDIC-BR
  &alias cp275
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? ?? ?? ?? ?? ?? ?? ?? ?? E' .  <  (  +  !
  &  ?? ?? ?? ?? ?? ?? ?? ?? ?? DO C, *  )  ;  '>
  -  /  ?? ?? ?? ?? ?? ?? ?? ?? c, ,  %  _  >  ?
  ?? ?? ?? ?? ?? ?? ?? ?? ?? a? :  O? A? '  =  "
  ?? a  b  c  d  e  f  g  h  i  ?? ?? ?? ?? ?? ??
  ?? j  k  l  m  n  o  p  q  r  ?? ?? ?? ?? ?? ??
  ?? '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  o? A  B  C  D  E  F  G  H  I  ?? ?? ?? ?? ?? ??
  e' J  K  L  M  N  O  P  Q  R  ?? ?? ?? ?? ?? ??
  // ?? S  T  U  V  W  X  Y  Z  ?? ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  ?? ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6060
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM277
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias EBCDIC-CP-DK
  &alias EBCDIC-CP-NO
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? !) c, n? Nb .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss Cu AA *  )  ;  '>
  -  /  A> A: A! A' A? DO C, N? o/ ,  %  _  >  ?
  BB E' E> E: E! I' I> I: I! '! :  AE O/ '  =  "
  At a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o (! ', <( )>
  My u: s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! '- ': '' *X
  ae A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  aa J  K  L  M  N  O  P  Q  R  1S u> '? u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM277
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias EBCDIC-CP-DK
  &alias EBCDIC-CP-NO
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? !) c, n? Nb .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss Cu AA *  )  ;  '>
  -  /  A> A: A! A' A? DO C, N? o/ ,  %  _  >  ?
  BB E' E> E: E! I' I> I: I! '! :  AE O/ '  =  "
  At a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o (! ', <( )>
  My u: s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! '- ': '' *X
  ae A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  aa J  K  L  M  N  O  P  Q  R  1S u> '? u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6061
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM278
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP278
  &alias ebcdic-cp-fi
  &alias ebcdic-cp-se
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> (! a! a' a? !) c, n? SE .  <  (  +  !
  &  '! e> e: e! i' i> i: i! ss Cu AA *  )  ;  '>
  -  /  A> Nb A! A' A? DO C, N? o: ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! e' :  A: O: '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE )>
  My u: s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co <( PI 14 12 34 NO !! '- ': '' *X
  a: A  B  C  D  E  F  G  H  I  -- o> BB o! o' o?
  aa J  K  L  M  N  O  P  Q  R  1S u> '? u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> At O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM278
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP278
  &alias ebcdic-cp-fi
  &alias ebcdic-cp-se
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> (! a! a' a? !) c, n? SE .  <  (  +  !
  &  '! e> e: e! i' i> i: i! ss Cu AA *  )  ;  '>
  -  /  A> Nb A! A' A? DO C, N? o: ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! e' :  A: O: '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE )>
  My u: s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co <( PI 14 12 34 NO !! '- ': '' *X
  a: A  B  C  D  E  F  G  H  I  -- o> BB o! o' o?
  aa J  K  L  M  N  O  P  Q  R  1S u> '? u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> At O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6062
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM280
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP280
  &alias ebcdic-cp-it
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: (! a' a? aa // n? DG .  <  (  +  !
  &  )> e> e: !) i' i> i: '? ss e' DO *  )  ;  '>
  -  /  A> A: A! A' A? AA C, N? o! ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! u! :  Pd SE '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  <( j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My i! s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Nb Ye .M Co At PI 14 12 34 NO !! '- ': '' *X
  a! A  B  C  D  E  F  G  H  I  -- o> o: BB o' o?
  e! J  K  L  M  N  O  P  Q  R  1S u> u: '! u' y:
  c, -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM280
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP280
  &alias ebcdic-cp-it
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: (! a' a? aa // n? DG .  <  (  +  !
  &  )> e> e: !) i' i> i: '? ss e' DO *  )  ;  '>
  -  /  A> A: A! A' A? AA C, N? o! ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! u! :  Pd SE '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  <( j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My i! s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Nb Ye .M Co At PI 14 12 34 NO !! '- ': '' *X
  a! A  B  C  D  E  F  G  H  I  -- o> o: BB o' o?
  e! J  K  L  M  N  O  P  Q  R  1S u> u: '! u' y:
  c, -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6063
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM284
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP284
  &alias ebcdic-cp-es
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? aa c, BB <( .  <  (  +  !!
  &  e' e> e: e! i' i> i: i! ss )> DO *  )  ;  NO
  -  /  A> A: A! A' A? AA C, Nb n? ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  N? At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My ': s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co SE PI 14 12 34 '> !  '- '? '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM284
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP284
  &alias ebcdic-cp-es
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? aa c, BB <( .  <  (  +  !!
  &  e' e> e: e! i' i> i: i! ss )> DO *  )  ;  NO
  -  /  A> A: A! A' A? AA C, Nb n? ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  N? At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My ': s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co SE PI 14 12 34 '> !  '- '? '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6064
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM285
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP285
  &alias ebcdic-cp-gb
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? aa c, n? DO .  <  (  +  !!
  &  e' e> e: e! i' i> i: i! ss !  Pd *  )  ;  NO
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My '? s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct <( Ye .M Co SE PI 14 12 34 '> )> '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM285
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP285
  &alias ebcdic-cp-gb
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? aa c, n? DO .  <  (  +  !!
  &  e' e> e: e! i' i> i: i! ss !  Pd *  )  ;  NO
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My '? s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct <( Ye .M Co SE PI 14 12 34 '> )> '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6065
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM297
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias cp297
  &alias ebcdic-cp-fr
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: At a' a? aa // n? DG .  <  (  +  !
  &  (! e> e: !) i' i> i: i! ss SE DO *  )  ;  '>
  -  /  A> A: A! A' A? AA C, N? u! ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! My :  Pd a! '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  <( j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  '! ': s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Nb Ye .M Co )> PI 14 12 34 NO !! '- '? '' *X
  e' A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  e! J  K  L  M  N  O  P  Q  R  1S u> u: BB u' y:
  c, -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM297
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias cp297
  &alias ebcdic-cp-fr
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: At a' a? aa // n? DG .  <  (  +  !
  &  (! e> e: !) i' i> i: i! ss SE DO *  )  ;  '>
  -  /  A> A: A! A' A? AA C, N? u! ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! My :  Pd a! '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  <( j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  '! ': s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Nb Ye .M Co )> PI 14 12 34 NO !! '- '? '' *X
  e' A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  e! J  K  L  M  N  O  P  Q  R  1S u> u: BB u' y:
  c, -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6066
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM420
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem IBM NLS RM p 11-11
  &alias cp420
  &alias ebcdic-cp-ar1
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP  NS  3+  3+; ++  ??  H'  aM  aM. aH  Ct  .   <   (   +   !!
  &   aH. wH  ??  ??  yH  a+  a+. b+  b+, !   DO  *   )   ;   NO
  -   /   tm  t+  t+, tk  tk, g+  g+, hk  BB  ,   %   _   >   ?
  hk, x+  x+, d+  dk  r+  z+  s+  s+, ,+  :   Nb  At  '   =   "
  sn  a   b   c   d   e   f   g   h   i   sn, c+  c+, dd  dd, tj
  zH  j   k   l   m   n   o   p   q   r   e+  e+. e+, e+; i+  i+.
  i+, -:  s   t   u   v   w   x   y   z   i+; f+  f+, q+  q+, k+
  k+, l+  lM- lM. lH- lH. ??  ??  la- la. l+, m+  m+, n+  n+, h+
  ;+  A   B   C   D   E   F   G   H   I   --  h+, ??  h+; ??  w+
  ?+  J   K   L   M   N   O   P   Q   R   j+  j+. y+  y+. y+, 0a
  *X  ??  S   T   U   V   W   X   Y   Z   1a  2a  ??  3a  4a  5a
  0   1   2   3   4   5   6   7   8   9   ??  6a  7a  8a  9a  DT

It should say:

  &charset IBM420
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &rem IBM NLS RM p 11-11
  &alias cp420
  &alias ebcdic-cp-ar1
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP  NS  3+  3+; ++  ??  H'  aM  aM. aH  Ct  .   <   (   +   !!
  &   aH. wH  ??  ??  yH  a+  a+. b+  b+, !   DO  *   )   ;   NO
  -   /   tm  t+  t+, tk  tk, g+  g+, hk  BB  ,   %   _   >   ?
  hk, x+  x+, d+  dk  r+  z+  s+  s+, ,+  :   Nb  At  '   =   "
  sn  a   b   c   d   e   f   g   h   i   sn, c+  c+, dd  dd, tj
  zH  j   k   l   m   n   o   p   q   r   e+  e+. e+, e+; i+  i+.
  i+, -:  s   t   u   v   w   x   y   z   i+; f+  f+, q+  q+, k+
  k+, l+  lM- lM. lH- lH. ??  ??  la- la. l+, m+  m+, n+  n+, h+
  ;+  A   B   C   D   E   F   G   H   I   --  h+, ??  h+; ??  w+
  ?+  J   K   L   M   N   O   P   Q   R   j+  j+. y+  y+. y+, 0a
  *X  ??  S   T   U   V   W   X   Y   Z   1a  2a  ??  3a  4a  5a
  0   1   2   3   4   5   6   7   8   9   ??  6a  7a  8a  9a  __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6067
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM423
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias cp423
  &alias ebcdic-cp-gr
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP A* B* G* D* E* Z* Y* H* I* <( .  <  (  +  !
  &  K* L* M* N* C* O* P* R* S* )> DO *  )  ;  '>
  -  /  T* U* F* X* Q* W* ?? ?? ?? ,  %  _  >  ?
  ?? A% E% Y% ?? I% O% U% W% '! :  Pd SE '  =  "
  A: a  b  c  d  e  f  g  h  i  a* b* g* d* e* z*
  O: j  k  l  m  n  o  p  q  r  y* h* i* k* l* m*
  U: ': s  t  u  v  w  x  y  z  n* c* o* p* r* *s
  ?? a% e% y% j* i% o% u% v* w% s* t* u* f* x* q*
  %' y= z= s% je sc c% =' JU A= B= C= D= E= F= G=
  ', A  B  C  D  E  F  G  H  I  ?? w* A> a! a: e>
  '' J  K  L  M  N  O  P  Q  R  +- e' e! e: i> i:
  DG ?? S  T  U  V  W  X  Y  Z  12 o: o> u> u! u:
  0  1  2  3  4  5  6  7  8  9  y: c, C, ?? ?? DT

It should say:

  &charset IBM423
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias cp423
  &alias ebcdic-cp-gr
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP A* B* G* D* E* Z* Y* H* I* <( .  <  (  +  !
  &  K* L* M* N* C* O* P* R* S* )> DO *  )  ;  '>
  -  /  T* U* F* X* Q* W* ?? ?? ?? ,  %  _  >  ?
  ?? A% E% Y% ?? I% O% U% W% '! :  Pd SE '  =  "
  A: a  b  c  d  e  f  g  h  i  a* b* g* d* e* z*
  O: j  k  l  m  n  o  p  q  r  y* h* i* k* l* m*
  U: ': s  t  u  v  w  x  y  z  n* c* o* p* r* *s
  ?? a% e% y% j* i% o% u% v* w% s* t* u* f* x* q*
  %' y= z= s% je sc c% =' JU A= B= C= D= E= F= G=
  ', A  B  C  D  E  F  G  H  I  ?? w* A> a! a: e>
  '' J  K  L  M  N  O  P  Q  R  +- e' e! e: i> i:
  DG ?? S  T  U  V  W  X  Y  Z  12 o: o> u> u! u:
  0  1  2  3  4  5  6  7  8  9  y: c, C, ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6068
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM424
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias cp424
  &alias ebcdic-cp-he
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP A+ B+ G+ D+ H+ W+ Z+ X+ Tj Ct .  <  (  +  !!
  &  J+ K% K+ L+ M% M+ N% N+ S+ !  DO *  )  ;  NO
  -  /  E+ P% P+ Zj ZJ Q+ R+ Sh BB ,  %  _  >  ?
  ?? T+ ?? ?? NS ?? ?? ?? == '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  << >> ?? ?? ?? ??
  DG j  k  l  m  n  o  p  q  r  ?? ?? ?? ', ?? Cu
  My '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? Rg
  '> Pd Ye .M Co SE PI 14 12 34 <( )> '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  1S ?? ?? ?? ?? ??
  // -: S  T  U  V  W  X  Y  Z  2S ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  3S ?? ?? ?? ?? DT

It should say:

  &charset IBM424
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias cp424
  &alias ebcdic-cp-he
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP A+ B+ G+ D+ H+ W+ Z+ X+ Tj Ct .  <  (  +  !!
  &  J+ K% K+ L+ M% M+ N% N+ S+ !  DO *  )  ;  NO
  -  /  E+ P% P+ Zj ZJ Q+ R+ Sh BB ,  %  _  >  ?
  ?? T+ ?? ?? NS ?? ?? ?? == '! :  Nb At '  =  "
  ?? a  b  c  d  e  f  g  h  i  << >> ?? ?? ?? ??
  DG j  k  l  m  n  o  p  q  r  ?? ?? ?? ', ?? Cu
  My '? s  t  u  v  w  x  y  z  ?? ?? ?? ?? ?? Rg
  '> Pd Ye .M Co SE PI 14 12 34 <( )> '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- ?? ?? ?? ?? ??
  !) J  K  L  M  N  O  P  Q  R  1S ?? ?? ?? ?? ??
  // -: S  T  U  V  W  X  Y  Z  2S ?? ?? ?? ?? ??
  0  1  2  3  4  5  6  7  8  9  3S ?? ?? ?? ?? __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6069
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM500
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP500
  &alias ebcdic-cp-be
  &alias ebcdic-cp-ch
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? aa c, n? <( .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss )> DO *  )  ;  '>
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My '? s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM500
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP500
  &alias ebcdic-cp-be
  &alias ebcdic-cp-ch
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? aa c, n? <( .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss )> DO *  )  ;  '>
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! '! :  Nb At '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> d- y' th +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae ', AE Cu
  My '? s  t  u  v  w  x  y  z  !I ?I D- Y' TH Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! '- ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: o! o' o?
  !) J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  // -: S  T  U  V  W  X  Y  Z  2S O> O: O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6070
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM870
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP870
  &alias ebcdic-cp-roece
  &alias ebcdic-cp-yu
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS ?? a: ?? a' a( c< c, c' <( .  <  (  +  !
  &  e' ?? e: u0 i' ?? l< l' ss )> DO *  )  ;  '>
  -  /  ?? A: '" A' ?? C< C, C' !! ,  %  _  >  ?
  '< E' ?? E: U0 I' ?? L< L' '! :  Nb At '  =  "
  '( a  b  c  d  e  f  g  h  i  s' n< d/ y' r< ??
  DG j  k  l  m  n  o  p  q  r  l/ n' s< ', '; Cu
  a; '? s  t  u  v  w  x  y  z  S' N< D/ Y' R< ??
  .M A; z. ?? Z. SE PI z< z' Z< Z' N' S< ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: r' o' o"
  !) J  K  L  M  N  O  P  Q  R  E< u" u: t< u' e<
  // -: S  T  U  V  W  X  Y  Z  d< O> O: R' O' O"
  0  1  2  3  4  5  6  7  8  9  D< U" U: T< U' DT

It should say:

  &charset IBM870
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP870
  &alias ebcdic-cp-roece
  &alias ebcdic-cp-yu
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS ?? a: ?? a' a( c< c, c' <( .  <  (  +  !
  &  e' ?? e: u0 i' ?? l< l' ss )> DO *  )  ;  '>
  -  /  ?? A: '" A' ?? C< C, C' !! ,  %  _  >  ?
  '< E' ?? E: U0 I' ?? L< L' '! :  Nb At '  =  "
  '( a  b  c  d  e  f  g  h  i  s' n< d/ y' r< ??
  DG j  k  l  m  n  o  p  q  r  l/ n' s< ', '; Cu
  a; '? s  t  u  v  w  x  y  z  S' N< D/ Y' R< ??
  .M A; z. ?? Z. SE PI z< z' Z< Z' N' S< ': '' *X
  (! A  B  C  D  E  F  G  H  I  -- o> o: r' o' o"
  !) J  K  L  M  N  O  P  Q  R  E< u" u: t< u' e<
  // -: S  T  U  V  W  X  Y  Z  d< O> O: R' O' O"
  0  1  2  3  4  5  6  7  8  9  D< U" U: T< U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6071
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM871
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP871
  &alias ebcdic-cp-is
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? aa c, n? th .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss AE DO *  )  ;  O:
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! d- :  Nb D- '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> '! y' (! +-
  DG j  k  l  m  n  o  p  q  r  -a -o !) ', )> Cu
  My o: s  t  u  v  w  x  y  z  !I ?I At Y' <( Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! '- ': // *X
  TH A  B  C  D  E  F  G  H  I  -- o> '? o! o' o?
  ae J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  '' -: S  T  U  V  W  X  Y  Z  2S O> '> O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' DT

It should say:

  &charset IBM871
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP871
  &alias ebcdic-cp-is
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? aa c, n? th .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss AE DO *  )  ;  O:
  -  /  A> A: A! A' A? AA C, N? BB ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! d- :  Nb D- '  =  "
  O/ a  b  c  d  e  f  g  h  i  << >> '! y' (! +-
  DG j  k  l  m  n  o  p  q  r  -a -o !) ', )> Cu
  My o: s  t  u  v  w  x  y  z  !I ?I At Y' <( Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! '- ': // *X
  TH A  B  C  D  E  F  G  H  I  -- o> '? o! o' o?
  ae J  K  L  M  N  O  P  Q  R  1S u> u: u! u' y:
  '' -: S  T  U  V  W  X  Y  Z  2S O> '> O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> U: U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6072
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM880
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias cp880
  &alias EBCDIC-Cyrillic
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP ?? d% g% io ?? ds ii yi j% <( .  <  (  +  !
  &  lj nj ts kj ?? dz =" N0 D% )> DO *  )  ;  '>
  -  /  G% IO ?? DS II YI J% LJ BB ,  %  _  >  ?
  NJ Ts KJ ?? ?? DZ ju a= b= ?? :  Nb At '  =  "
  c= a  b  c  d  e  f  g  h  i  d= e= f= g= h= i=
  j= j  k  l  m  n  o  p  q  r  k= l= m= n= o= p=
  ja ?? s  t  u  v  w  x  y  z  r= s= t= u= z% v=
  %' y= z= s% je sc c% =' JU A= B= C= D= E= F= G=
  ?? A  B  C  D  E  F  G  H  I  H= I= J= K= L= M=
  ?? J  K  L  M  N  O  P  Q  R  N= O= P= JA R= S=
  // Cu S  T  U  V  W  X  Y  Z  T= U= Z% V= %" Y=
  0  1  2  3  4  5  6  7  8  9  Z= S% JE Sc C% DT

It should say:

  &charset IBM880
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias cp880
  &alias EBCDIC-Cyrillic
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP ?? d% g% io ?? ds ii yi j% <( .  <  (  +  !
  &  lj nj ts kj ?? dz =" N0 D% )> DO *  )  ;  '>
  -  /  G% IO ?? DS II YI J% LJ BB ,  %  _  >  ?
  NJ Ts KJ ?? ?? DZ ju a= b= ?? :  Nb At '  =  "
  c= a  b  c  d  e  f  g  h  i  d= e= f= g= h= i=
  j= j  k  l  m  n  o  p  q  r  k= l= m= n= o= p=
  ja ?? s  t  u  v  w  x  y  z  r= s= t= u= z% v=
  %' y= z= s% je sc c% =' JU A= B= C= D= E= F= G=
  ?? A  B  C  D  E  F  G  H  I  H= I= J= K= L= M=
  ?? J  K  L  M  N  O  P  Q  R  N= O= P= JA R= S=
  // Cu S  T  U  V  W  X  Y  Z  T= U= Z% V= %" Y=
  0  1  2  3  4  5  6  7  8  9  Z= S% JE Sc C% __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Errata ID: 6073
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01

Section 5 says:

  &charset IBM918
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP918
  &alias ebcdic-cp-ar2
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP  NS  ,+  ;+  ?+  aH  a+  a+. ??  b+  <(  .   <   (   +   !
  &   b+, p+  ??  tm  t+  t+, ??  ??  tk  )>  DO  *   )   ;   '>
  -   /   tk, g+  g+, ??  ??  hk  hk, x+  '!  ,   %   _   >   ?
  0a  1a  2a  3a  4a  5a  6a  7a  8a  9a  :   Nb  At  '   =   "
  x+, a   b   c   d   e   f   g   h   i   d+  ??  dk  r+  ??  z+
  ??  j   k   l   m   n   o   p   q   r   s+  s+, sn  sn, c+  c+,
  dd  '?  s   t   u   v   w   x   y   z   dd, tj  zH  e+  e+. e+,
  e+; i+  i+. i+, i+; f+  f+, q+  q+, k+  k+, !!  ??  ??  l+  l+.
  (!  A   B   C   D   E   F   G   H   I   --  ??  m+  m+, ??  n+
  !)  J   K   L   M   N   O   P   Q   R   n+, ??  w+  ??  ??  ??
  //  ??  S   T   U   V   W   X   Y   Z   H'  ??  ??  ??  ??  ??
  0   1   2   3   4   5   6   7   8   9   ??  ??  ??  3+  3+; DT

It should say:

  &charset IBM918
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP918
  &alias ebcdic-cp-ar2
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP  NS  ,+  ;+  ?+  aH  a+  a+. ??  b+  <(  .   <   (   +   !
  &   b+, p+  ??  tm  t+  t+, ??  ??  tk  )>  DO  *   )   ;   '>
  -   /   tk, g+  g+, ??  ??  hk  hk, x+  '!  ,   %   _   >   ?
  0a  1a  2a  3a  4a  5a  6a  7a  8a  9a  :   Nb  At  '   =   "
  x+, a   b   c   d   e   f   g   h   i   d+  ??  dk  r+  ??  z+
  ??  j   k   l   m   n   o   p   q   r   s+  s+, sn  sn, c+  c+,
  dd  '?  s   t   u   v   w   x   y   z   dd, tj  zH  e+  e+. e+,
  e+; i+  i+. i+, i+; f+  f+, q+  q+, k+  k+, !!  ??  ??  l+  l+.
  (!  A   B   C   D   E   F   G   H   I   --  ??  m+  m+, ??  n+
  !)  J   K   L   M   N   O   P   Q   R   n+, ??  w+  ??  ??  ??
  //  ??  S   T   U   V   W   X   Y   Z   H'  ??  ??  ??  ??  ??
  0   1   2   3   4   5   6   7   8   9   ??  ??  ??  3+  3+; __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Status: Held for Document Update (3)

RFC 1345, "Character Mnemonics and Character Sets", June 1992

Source of RFC: 822ext (app)

Errata ID: 4272
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT

Reported By: Harald Grumser
Date Reported: 2015-02-16
Held for Document Update by: Barry Leiba
Date Held: 2015-03-01

Section 5 says:

&charset ISO_8859-1:1987
...
NS !I Ct Pd Cu Ye BB SE ': Co -a << NO -- Rg '-

It should say:

&charset ISO_8859-1:1987
...
NS !I Ct Pd Cu Ye BB SE ': Co -a << NO -- Rg 'm

Notes:

Mnemonic '- (U+203E OVERLINE) should read 'm (U+00AF MACRON) here and in most other occurences of this mnemonic.

----- Verifier Notes -----
While this is correct as far as it goes -- that 'm is a better choice of mnemonic than '- is -- it is not appropriate as an erratum, because, for better or worse, the text that's there is what was intended when it was written. And as it stands, it doesn't really matter, as no one uses RFC 1345 any more, and hasn't for years. It's unlikely that an update will ever be done, but if one is, that's the time to make this correction throughout the document.

Errata ID: 2813
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT

Reported By: Mykyta Yevstifeyev
Date Reported: 2011-05-22
Held for Document Update by: Pete Resnick

Section 4 says:

   The character mnemonics hav been used to table a number of coded
   character sets.

It should say:

   The character mnemonics have been used to table a number of coded
   character sets.

Notes:

s/hav/have: a typo

Errata ID: 6074
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT

Reported By: Philip Børgesen
Date Reported: 2020-04-01
Held for Document Update by: Barry Leiba
Date Held: 2020-04-03

Section 5 says:

  &charset IBM1026
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &alias CP1026
  &code 0
  NU SH SX EX ET EQ AK BL BS HT LF VT FF CR SO SI
  DL D1 D2 D3 D4 NK SY EB CN EM SB EC FS GS RS US
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  SP NS a> a: a! a' a? aa (! n? C, .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss G( I. *  )  ;  '>
  -  /  A> A: A! A' A? AA <( N? s, ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! i. :  O: S, '  =  U:
  O/ a  b  c  d  e  f  g  h  i  << >> !) '! BB +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae '; AE Cu
  My o: s  t  u  v  w  x  y  z  !I ?I )> DO At Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! -M ': '' *X
  c, A  B  C  D  E  F  G  H  I  -- o> '? o! o' o?
  g( J  K  L  M  N  O  P  Q  R  1S u> // u! u' y:
  u: -: S  T  U  V  W  X  Y  Z  2S O> Nb O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> "  U! U' DT

It should say:

  &charset IBM1026
  &rem source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  &rem source: IBM Corporate Standard, C-S 3-3220-002
  &alias CP1026
  &code 0
  NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
  DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
  __ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
  ?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB
  SP NS a> a: a! a' a? aa (! n? C, .  <  (  +  !
  &  e' e> e: e! i' i> i: i! ss G( I. *  )  ;  '>
  -  /  A> A: A! A' A? AA <( N? s, ,  %  _  >  ?
  o/ E' E> E: E! I' I> I: I! i. :  O: S, '  =  U:
  O/ a  b  c  d  e  f  g  h  i  << >> !) '! BB +-
  DG j  k  l  m  n  o  p  q  r  -a -o ae '; AE Cu
  My o: s  t  u  v  w  x  y  z  !I ?I )> DO At Rg
  Ct Pd Ye .M Co SE PI 14 12 34 NO !! -M ': '' *X
  c, A  B  C  D  E  F  G  H  I  -- o> '? o! o' o?
  g( J  K  L  M  N  O  P  Q  R  1S u> // u! u' y:
  u: -: S  T  U  V  W  X  Y  Z  2S O> Nb O! O' O?
  0  1  2  3  4  5  6  7  8  9  3S U> "  U! U' __
  &duplicate 1F __

Notes:

The EBCDIC character sets do not use the ASCII control codes.
Based on [1] the EBCDIC control codes located at hex 00-3F are

NU SH SX EX __ HT __ DT __ __ __ VT FF CR SO SI
DL D1 D2 D3 __ NL BS __ CN EM __ __ FS GS RS US
__ __ __ __ __ LF EB EC __ __ __ __ __ EQ AK BL
?? ?? SY __ __ __ __ ET __ __ __ __ D4 NK ?? SB

with __ marking control codes with no ISO 10646 mapping.
The control code at hex 1F can depending on context either mean "Interchange Unit Separator" or "Intermediate Transmission Block" but only the prior has an ISO 10646 mapping (mnemonic US). The "&duplicate 1F __" part marks the alternative character with no available mapping. Note that in EBCDIC the "Delete" character is located at hex 07 while hex FF is "Eight Ones", another character with no ISO 10646 equivalent.

References:
[1]: IBM Corporate Standard, C-S 3-3220-002 (May 1990) -- archived IBM excerpt available at https://web.archive.org/web/20180911044845/https://www-01.ibm.com/software/globalization/cdra/appendix_g1.html

Report New Errata



Advanced Search