DataType

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
vijay.barani
Participant
Posts: 78
Joined: Wed Jun 04, 2008 2:59 am

DataType

Post by vijay.barani »

I am having on column named as The GECIKME_TRH field datatype is decimal(08 ) in source and in target it is data type is char(08 ). This field's data type is datetime as 20081022,but for my job's output i am getting this field has 7 characters such as '2008102' , the last character is missing . The design is external source and transformer and target is sql server.

Could anyone please help in this regard.
Warm Regards,
Vijay
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds just like this problem:

viewtopic.php?t=123054

How strange. Exactly the same but for the column name.
-craig

"You can never have too many knives" -- Logan Nine Fingers
hamzaqk
Participant
Posts: 249
Joined: Tue Apr 17, 2007 5:50 am
Location: islamabad

Post by hamzaqk »

I know i just replied to one of them :shock:
Teradata Certified Master V2R5
elias.shaik
Participant
Posts: 51
Joined: Sat Dec 09, 2006 3:32 am

Re: DataType

Post by elias.shaik »

Hi ,

What you are saying is that source and target column are of Char(08 ).
But in your datastage job it is defeined as datetime datatype.

And are you getting 7 characters for all the records or just for few records ?

20081022
------------
Elias
Post Reply