Search found 40 matches

by thamark
Thu Jun 15, 2006 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator mis behave and slow down when we correct it
Replies: 12
Views: 5324

Aggregator

decimal[1,0] is a tiny number (at most one digit). I think you need to correct a typing error in your metadata. You are getting much larger numbers (with up to 14 digits) to load into this fi ... Yes i do define the columns data type as Decima(18,2), but i am not able give the same in specification...
by thamark
Wed Jun 14, 2006 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator mis behave and slow down when we correct it
Replies: 12
Views: 5324

Aggregator issue

I tried the with the option of defining output column in the aggregator as Double and convert the same in the modify stage. This gives the runtime error as follows. derivation in modify stage is as follows DB_AMT:DECIMAL= decimal_from_dfloat(DB_AMT) modify(0),3: Un-handled conversion error on field ...
by thamark
Fri Jun 09, 2006 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator mis behave and slow down when we correct it
Replies: 12
Views: 5324

Thanks for response

Kumar i will try the option you have mentioned and let you guys know the result.

Thom,

Can you give bit more info on the build-op.

Thanks & Regards
Thamark
by thamark
Thu Jun 08, 2006 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator mis behave and slow down when we correct it
Replies: 12
Views: 5324

Aggregator mis behave and slow down when we correct it

I have job to calculate the no of records and sum of the amount field to ensure that the no of record extracted and inserted and same, but i am facing one issue on the same as follows. 1) Amount is differs between the extraction and insertion, if no data type is defined for the output columns at the...
by thamark
Tue Jul 13, 2004 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incremental Extract based on a timestamp
Replies: 18
Views: 9113

Re: Incremental Extract based on a timestamp

The previous timestamp is passed out via UserStatus and comes into the Extract job as a parameter to constrain the where clause to only transactions that have occurred after the previous extract.
Can you please give some more detail on UserStatus. How this is passed and all?
by thamark
Wed Apr 28, 2004 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading into Tandem
Replies: 2
Views: 994

Loading into Tandem

Hi Everybody, Please help me out on the bellow questions. 1) Is it posible to load data from Flat file to Tandem Database using DataStage? 2) If yes to the above how can we do this? Please give me some detail of that. 3) If we can load using DataStage approximately Please give some performance stati...
by thamark
Fri Apr 23, 2004 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Errors Encountered
Replies: 9
Views: 4352

[img][ quote="dennism"]I can connect to the database thru sqlplus and toad. this is another error log after the one i've already posted: JOLoadDfLoadProfile2a..ORA_Lp_raw_max_tabs.LK_ORA_Lp_raw_max_tabs: DSD.BCIClose SQLSTATE=60, DBMS.CODE=-3113 [DataStage][SQL Client][ODBC][DataDirect][OD...
by thamark
Thu Apr 22, 2004 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please clarify follwing points
Replies: 1
Views: 945

Please clarify follwing points

Hi Everybody, Please clarify me on the follwing 3 points. 1) Using DataStage can we able to load from DB2UDB to TANDEM? If yes how can we achive it? 2) If at all we are get thru in the first step how long DataStage will take to load 2 millon records with some trasformation? 3) Is there any encryptio...
by thamark
Mon Feb 02, 2004 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: counting number of records in the XML file at XML side
Replies: 0
Views: 541

counting number of records in the XML file at XML side

I have Database to XML generation job. I need to do the reconcillation of the same, how could i able to achive this. counting number of records in the XML file at XML side in DataStage. example. <Main Tag> <Total Tag> <SubTag1Total>7</SubTag1Total> <SubTag2otal>7</SubTag1Total> <SubTag3otal>7</SubTa...
by thamark
Mon Feb 02, 2004 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing row as column
Replies: 2
Views: 1312

Writing row as column

There are 5 rows with 6 column in it. I want to write the first row as single column of data with 5 rows in it. because remaining will be the same.

Thanks for your response in this regard.

Regards,
Kannan