Lizette Koehler wrote on 04/03/2009 09:20:56 AM:
> I have not found a HEX sort for ISPF yet which I would love to see.
> However in batch I use
>
>   ALTSEQ CODE=(F0B0,F1B1,F2B2,F3B3,F4B4,F5B5,F6B6,F7B7,F8B8,F9B9)
>   SORT FIELDS=(52,8,AQ,A),SIZE=E2000

Liz,

FYI, you don't need to use ALTSEQ and AQ to do this.  You can just
use DFSORT's AC (ASCII) format without ALTSEQ:

   SORT FIELDS=(52,8,AC,A)

With AC format, the numbers sort before the letters.

Frank Yaeger - DFSORT Development Team (IBM) - [email protected]
Specialties: FINDREP, WHEN=GROUP, DATASORT, ICETOOL, Symbols, Migration

 => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to