| 
 | 
You can use alternate collating sequence to sort the first digit of the   
year according to the window your application is using.  Create a table   
to sort digits appropriately for your window (e.g., 4, 5, 6, 7, 8, 9, 0,   
1, 2, 3).  Then use the table in the logical file DDS:
                                            ALTSEQ(y2k-table)
                R RECFMT                    PFILE(physical-file-name)
...
                  DATYMD          S
                  DATY               I      SST( DATYMD 1 1 )   
                  
                                            TEXT( '1ST digit of year' )
...
                K DATY
                K DATYMD                    NOALTSEQ
Field DATYMD is packed-decimal in the physical file  It is mapped to   
zoned-decimal here to allow it to be used with the SST keyword.  NOALTSEQ   
is specified for key fields other than DATY so they will be sorted   
normally.
 -----Original Message-----
From: Mani Veluthakkal
Sent: Friday, July 17, 1998 17:46
To: brian; Midrange (E-mail)
Subject: Y2K Question: Sorting files when using w
Original Subject:
Y2K Question: Sorting files when using windowing technique.
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.