Ref:  Your note of Wed, 15 Jan 2014 10:36:00 -0700

Paul Gilmartin wrote:
> On 2014-01-15, at 01:43, Jonathan Scott wrote:
> >
> > The ASMALTAS table used for TRANSLATE(AS) converts code page 037
> > to code page 819 (ISO 8859-1), using a full 256-byte mapping.
> >
> And with a private translate table from IBM1047 to IBM037, I get
> such as:
>                       000AD          68 LB       EQU   C'['
> 000200 AD                            69          DC    AL1(LB)
> 000201 BA                            70          DC    C'['
>
> Ouch, ouch, ouch!

Use the option COMPAT(TRANSDT) if you want TRANSLATE to apply
to self-defining terms as well.  It was added by a PTF in 2009.

Jonathan Scott

Reply via email to