× 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.



Here's an algorithm I'd pursue:

Define an array of the size desired. Do a for loop something like this:

for wCount = 1 to (%elem(array) + 1)
array(wCount) = FromDate + %days(wCount - 1)
endfor

You'll want to add a high-end test for the ending date, and I didn't define the array as it wasn't clear to me if you wanted true date fields in your list, or what.

Pete Helgren wrote:
I would like to generate a list of valid dates within a given range of date on the fly, if possible. I am running V5R3M0. I found a couple of examples out in cyberspace but couldn't get them "translated" into DB2/400 syntax. One used a recursive CTE which I don't think is supported on V5R3M0.

Anybody got something like this? I'd rather not create a table and populate it if I can avoid it (unless it is a temporary table discarded after the query runs).

Thanks,

Pete



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.