×
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.
Yes - I used Lilian date and a multiple of 7 combined with the Scandinavian definiton of week numbers. I got it right in the end..
Mvh.
Geir.
"Keep it simple!"
-----Opprinnelig melding-----
Fra: cobol400-l-bounces@xxxxxxxxxxxx [mailto:cobol400-l-bounces@xxxxxxxxxxxx] På vegne av MichaelQuigley@xxxxxxxxxx
Sendt: 22. oktober 2009 17:12
Til: cobol400-l@xxxxxxxxxxxx
Emne: Re: [COBOL400-L] API for week numbers.
I don't think IBM provides anything for week numbers because there's too much discrepancy in what a week number is. i.e., Does your week begin on Sunday or Monday? And do your weeks begin numbering from the first full week the week with the first Sunday/Monday/etc.?
You could code one by multiplying the weeknumber by 7 and adding the result to the Lilian date for the 1st of January of the requested year.
Then you still have to adjust things depending on what week really starts the year in your organizations standards.
cobol400-l-bounces@xxxxxxxxxxxx wrote on 10/19/2009 01:00:09 PM:
----- Message from <geir.kildal@xxxxxxxxxx> on Mon, 19 Oct 2009 14:
13:57 +0200 -----
To:
<cobol400-l@xxxxxxxxxxxx>
Subject:
[COBOL400-L] API for week numbers.
Hello.
I need an API that can receive weeknumber/year and return a date/date
range.(Please enclose parameter description as well) I'm already using
CEEDATE, CEEDAYS and CEEDYWK, but I can't see that function in any of
them.
Any ideas?
Mvh.
Geir Kildal
"Keep it simple!"
--
This is the COBOL Programming on the iSeries/AS400 (COBOL400-L) mailing list To post a message email: COBOL400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/cobol400-l
or email: COBOL400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/cobol400-l.
As an Amazon Associate we earn from qualifying purchases.