Product/components used and version/fix level:
NAT228
NAT316
ADA623
z/VM 4.4, CMS
DFSRTLIB TXTLIB (DFSORT VER 2.1 02/21/91)
Also i have SYNCSORT TXTLIB.
Detailed explanation of the problem:
How to change collating sequence for external sort (dfsort, syncsort) and/or for internal sort?
How to correctly pass dfsort options via EXTOPT statement of NTSORT macro?
For example, below macro doesn’t work correctly:
NTSORT WRKSIZE=256,STORAGE=MAIN,EXT=ON,EXTNAME=SORT,
EXTEOJ=OFF,EXTOPT=(ALTSEQ CODE=(fftt,fftt), OPTION CHALT)
and give me this message: DUF013A 0 Invalid operand for SORT or MERGE clause.