Date Conversions In Modify Stage

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
iamnagus
Participant
Posts: 48
Joined: Wed Sep 29, 2004 1:16 am

Date Conversions In Modify Stage

Post by iamnagus »

I have a date column my the source. In the comlum the date formats are mmddyy, ddmmyy,ddmmyyyy. I want to convert the column to the target as mmddyyyy there is In MODIFY Stage.

Can any one expain this.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

So, by posting this 3 times you think that you will get an answer 3x faster? Not from me.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If the input column is a Date data type it has no particular format; Date is a binary data type within DataStage. Therefore your fundamental assumption (that you have a date with different formats) is not tenable.
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