× 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 think the second parameter cannot be a variable since '*ISO' is not
the same as *ISO
*ISO is a valid date format, '*ISO' is a character value....

Most likely you're stuck with using select or if/else logic

Select;
When InType = '*ISO';
  mydate = %Date(inDate : *ISO);
When InType = '*MDY';
 mydate = %Date(inDate : *MDY);
// yada yada 


Thanks,
Tommy Holden


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of
AGlauser@xxxxxxxxxxxx
Sent: Tuesday, August 01, 2006 3:30 PM
To: RPG programming on the AS400 / iSeries
Subject: %date() parameter confusion

Hi all,

I found the following in the (WDSc help) documentation for the %date() 
BIF:
"The second parameter is the date format for character or numeric input.

Regardless of the input format, the output is returned in *ISO format."

So, I tried doing this:
%date( inDate : inType);

(where inType is a 4A field) to convert a given 6,0 numeric field
(passed 
from another program) to *ISO, based on the type (also passed by the 
caller).

The result was the compile error:
 *RNF0606 .... The second parameter for %DATE is not valid.

Is this a problem with the definition of the 'inType' field, or did the 
documentation fail to mention that the second parameter must be known at

compile time?

Adam
########################################################################
#############
Attention:
The above message and/or attachment(s) is private and confidential and
is intended 
only for the people for which it is addressed. If you are not named in
the address 
fields, ignore the contents and delete all the material. Thank you. Have
a nice day.

For more information on email virus scanning, security and content
management, please contact administrator@xxxxxxxxxxxx
########################################################################
#############

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.