×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
FMTDTA works fine. I've used it for more than 30 years. I don't
recommend it in 2013 though. It relies on knowing what positions in the
file to sort, not column names.
Here's an example of a tagalong sort:
HFILE 20A X
O C 1NEC2
FNC 18 31
FNC 33 38
FDC 1 427
In my opinion, you'd be better served to create the work file as a keyed
file and then you can easily read it in keyed order.
Here's an old reference, but FMTDTA hasn't changed in the intervening 20
years.
http://publib.boulder.ibm.com/iseries/v5r1/ic2924/books/c0918260.pdf
--buck
On 1/23/2013 10:45 AM, Alan Campin wrote:
Well, there is FMTDTA. Just sorts the file. Look for iSeries FMTDTA for
examples.
On Wed, Jan 23, 2013 at 9:23 AM, Stone, Joel <Joel.Stone@xxxxxxxxxx> wrote:
I would like to sort WORKFILE1 in place, preferably using SQL.
Is this possible?
Or must I create another table with SQL CREATE and then CPYF it back to
the original file.
Thanks!
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.