|
I feel pretty comfortable with using the method below. The original file I'm working with is a work file itself. I could create another workfile for the SQL statement and then clear the original workfile and then copy the records from the SQL file back into original file. Is there an SQL statement similar to DELETE DISTINCT * FROM FileName? Thanks, Frank Brian Parkins <parkib@xxxxxxxxxx>@midrange.com on 01/20/2004 07:58:16 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx To: RPG programming on the AS400/iSeries <rpg400-l@xxxxxxxxxxxx> cc: Subject: Re: Store Record Format in an Array Directing the results of the SQL SELECT statement: SELECT DISTINCT * FROM FileName to a temporary file will provide you with a version containing non-duplicated rows. Brian Parkins
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.