How to change the TimeStamp Format

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

How to change the TimeStamp Format

Post by chandra.shekhar@tcs.com »

Hi,
The TIMESTAMP format is showing like %yyyy-%mm-%dd %hh:%nn:%ss in default format tab of Job properties window for parallel job.

My source timestamp format is yyyy-mm-dd hh:mm:ss:sssssss (example : 2011-03-23 23:12:12:123456 ) and I want to load the same into target.
But when I am trying to load, it is rounding the Micro Seconds part (example 2011-03-23 23:12:12:000000).

I changed the Timestamp format to
%yyyy-%mm-%dd %hh:%nn:%ss:%ssssss in job properties but not achieved the desired output.
Could anyone please provide the solution

Thanks & Regards
Srinivas Tanneeru
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

%ss.6
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