|
On Fri, 6 Jun 2003, Nick Leonessa wrote: > > I'm using DATFMT(*YMD) in the control specs of my RPG/ILE program. When > I try to evaluate UDATE or *DATE, they are in MMDDYY format. > > Anyone else have this problem, or know what the problem might be. > UDATE/*DATE aren't date fields, and therefore are not affected by the DATFMT keyword. Instead, use DATEDIT(*YMD) on your control spec. Also, please keep in mind that UDATE/*DATE are the date that your job started, not the current date. If this program will ever be used after midnight, or in a long-running job, the date might not be what you expected. Both of these problems can be solved by using the %DATE() BIF instead of the ancient udate/*date methods. Good Luck!
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.