Page 1 of 1

Current Timestamp function in DataStage Server 8

Posted: Thu Sep 06, 2007 12:18 pm
by ds_is_fun
Whats a DS function I could use in Server for current Timestamp?
Like sysdate in Oracle, getdate() in Sql server.
Thanks!

Re: Current Timestamp function in DataStage Server 8

Posted: Thu Sep 06, 2007 12:33 pm
by DeepakCorning
It is Date().

Posted: Thu Sep 06, 2007 3:36 pm
by ray.wurlod
It's the same as in all earlier versions.

Code: Select all

Oconv(Date(), "D-YMD[4,2,2]") : " " : Oconv(Time(), "MTS:") : ".000"