|
From my original email:" I need to be able to set an RPG program variable with the year results(2003). Is this possible, if so, please provide a coding example."
Thanks for the suggestion,
"select min(yearcount) into :count from (SELECT count(*) as yearcount FROM macfile WHERE ordyr between 2003 and 2013 GROUP BY ordyr)"
Will this code provide me the year of the "min(yearcount)"... which is the value that I am after, as in this sample data below; I am looking for 2003 to be populated in my RPG variable.
2,003 225
2,004 392
2,005 447
2,006 248
2,007 379
2,008 544
2,009 262
2,010 568
2,011 532
2,012 288
2,013 314
Michael
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.