olliwest
26th May 2008, 12:53
hi together,

i like to monitor the job data (ttaad500).
i'll get the creation time from the table ttaad500 and then i'll write in a temp file.

but when i use the function date.to.inputstr$ i get nothing!!
I think the creation time is also in this field. I have looked in the table information.

Has everbody an idea??

thanks Olli

olliwest
26th May 2008, 12:54
my code


select ttaad500.indt:creation_date
from ttaad500

cdate = date.to.inputstr$(creation_date, "%D002,3", 8 )
message(cdate)

wiggum
2nd June 2008, 11:36
ttaad500.indt is in utc format and you have to use something like utc.to.inputstr$ to convert the date.