Il 06/10/2012 4.13, JHL ha scritto:
> Is there a statement for a DDS to set record order to ASCII and not EBCDIC?
> TIA
>
Using dds keyword ALTSEQ(QASCII). Even if QASCII is a translate table,
using it as a sort sequence table you'll obtain tha ascii order, first
numbers then upper case and lower case. Then special characters will not
have the same order as in ebcdic character set.
ALTSEQ is a file level keyword, in other word all fields specified as
keys are affected, unless you specify NOALTSEQ keyword for K fields that
should not.