Date/Time conversion function

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Nicole
Premium Member
Premium Member
Posts: 93
Joined: Mon Oct 22, 2007 12:55 pm
Location: Albany
Contact:

Date/Time conversion function

Post by Nicole »

Can someone please show me an example of what a timestamp using this function would look like? I need to do the same but with a parallel job and I am having a lot of difficulty with this field.

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


Thanks so much,

Nicole
Last edited by Nicole on Tue Jan 19, 2010 3:07 pm, edited 1 time in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

These functions don't exist in parallel jobs. But they do have CurrentTimestamp() available.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply