DataType Conversion

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
srivvds
Participant
Posts: 6
Joined: Thu May 19, 2005 10:38 pm
Location: MN

DataType Conversion

Post by srivvds »

Hi,

I am trying to convert Datatype from Varchar which is in DataSet Stage to Decimal which is in OCI Stage for Sequence Number generation.........I tried StringToDecimal(Column) in Transformer and Column=Decimal_From_String(Column) in Modify Stage but I couldn't solve it.

Any suggestions from you?

Thanks,
RDSM.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The functions are the correct ones for that transformation. What did you try and what were your problems?
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi,

Both the methods will work but what is it that you cannot solve. Pls give more info like the output that you are expecting and the actual input you had provided.

--Rich
Post Reply