|
> Lets say I have a file with three fields, customer number, dollars sold, and > rank. I can fill the customer number and dollars sold fields from my files. > I then one to put a number in the rank field, so that the customer who > bought the most gets a ranking of one, the one who bought less gets 2, etc. > Is there a way to do this in sql? I am not at 400 so I not remember the command structure. Basically you want to define a CURSOR which has all the relevant fields of the file, then you want to read the records in the SEQUENCE of dollars decending Your RPG code increments by one each time the SQL reads a record then output again with that rank before reading next record. I suspect that from a performance standpoint, it might be simpler to do the whole thing in RPG & forget SQL. What I would do is create a temporary logical which sequences the records in descending dollar, read each & update each with rank assigned, then kill the logical. MacWheel99@aol.com (Alister Wm Macintyre) (Al Mac)
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.