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



%char converts a date to characters, in the format you want. Chosse something wihtout separators. Then use %int to make it numeric.

You may have a problem to get 8.0, I know yuo can get *cymd (7.0) then add 19000000. Like this

numeric_date = %int( %char( date_field: *cymd)) + 19000000;
_____________________________________________________________________________
Mike Wills wrote:

I need to get today's date in an 8,0 field. I am using free-format. I
know I can get today's date by using %date(), but how do I convert
that to an 8,0 field? I have tried both %int and %dec and they don't
work. I am on V5R2. Any ideas?




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.