Search found 1 match

by bheaton_IHC
Tue Jun 25, 2013 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV Date / Time format mask
Replies: 9
Views: 10425

Here's a template of what I've used before that will return it's output as a string in the Oracle To_Timestamp() format. You should be able to adapt this to suit your needs. Oconv(ICONV(Left(ExtractOvrdFile.EVENT_TIME_DTS,10),"D/MDY[2,2,4]"),"D-YMD[4,2,2]") : " " : Ocon...