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



>> how do you get today's date into a date field?


The code below will place the current date in Cur_Date and the current time in 
Cur_Time.  Now you can use MOVE to place Cur_Date in
any other date field you wish.



D                 ds
D TimStp                          z
D   Cur_Date                      d   Overlay(TimStp:1)
D   Cur_Time                      t   Overlay(TimStp:12)

D TodaysDate                      d   DatFmt(*iso)


C                   Time                    TimStp

C                   Move    Cur_Date        TodaysDate


Beware of using UDATE or *DATE.  They will give you the date the job starting 
which may not be the current date.

Also, if you're on V5R1, there is a more elegant way with the new Biffs:


D TodaysDate                      d    DateFmt(*iso)

/free

     TodaysDate = %date();

/end-free

Kind regards,
Seth Shields
Julius Blum Inc.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.