×
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.
I asked IBM for some help on this, and got the following response...
The date format 'CYYDDD' isn't supported by the CEE Date/Time APIs. You'll
need to transform that date into a supported IBM i date format (i.e. YYDDD)
before using CEEDAYS to convert it into a Lilian date.
Thanks for everyone who responded.
Tom Garvey
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of TheBorg
Sent: Tuesday, February 26, 2013 6:14 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Help with specific CEEDAYS
Alan already did that!
(iDate)
http://www.think400.dk/downloads.htm
-sjl
"Barbara Morris" wrote in message
news:mailman.16964.1361923698.10847.rpg400-l@xxxxxxxxxxxx...
On 2/26/2013 4:07 PM, Booth Martin wrote:
I totally missed that the format is century-julian. So far as I can
see, CYYDDD is not a format recognized by IBM. It sure looks like this
has to be a two-step solution.
%char(%date(%int(CDAY) + 1900000: *LONGJUL))
Ugly, but possible.
I would write procedures to convert to/from JDE dates, and then it wouldn't
matter how many lines it took.
--
Barbara
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.