|
Yes, mmddyy is already of data type. The output would be decimal(7,0).
Thanks for clarifying that Julian is YYYYDDD. CYYMMDD must be Mayan.
I created a date2as400 function with the below code.... works ok.
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of CRPence
Sent: Tuesday, December 08, 2009 11:54 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Date Conversion function
Again, strange that ibm would not know the answer ;-)
If SOME_DATE represents the MMDDYY, then the MMDDYY is already a
date data type.? If not date data type, then what is the input type
for the noted conversion? Is the inquiry about presentation only,
possibly even irrespective of type? If type is important, then what
is the output type for the noted conversion?
Also FWiW "Julian" is not IME described by CYYMMDD, instead by
either YYYYDDD or YYDDD.
Regards, Chuck
ibm wrote:
I can always do this:--
-- CONVERT MMDDYY TO CYYMMDD
SET JULIAN = ( YEAR ( SOME_DATE ) - 1900 ) * 10000
+ ( MONTH ( SOME_DATE ) * 100 )
+ DAY ( SOME_DATE ) ;
ibm wrote:
Sorry,,, SQL (stored procedure).
Tommy Holden wrote:
in what language?
in CL use CVTDAT, in RPG just move the data into a Date field.
ibm wrote:
Is there a built-in function to convert MMDDYY to CYYMMDD?
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.