If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
*DATE and UDATE will retrieve the job date, not the system date. The job date is the date the job entered the system. System date is the actual date from the system clock. These are different when, for example, a job is started and runs beyond midnight.
To get the system date, you need to use the TIME command or the %DATE() function.
Comment