Search found 10 matches

by asadi
Mon May 24, 2004 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropping records in a PX transformer
Replies: 1
Views: 2369

If you attempt to evaluate nulls within a transformer PX will drop those rows automatically. Before running any functions or evaluations on a suspect null value check for nulls before you process.
by asadi
Fri May 21, 2004 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML vs. Flat Files
Replies: 6
Views: 5213

I know you guys have already touched on performance, but l would just reiterate that the XML parser in DataStage is very slow. As Ray said stick to flat files.
by asadi
Fri May 21, 2004 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Long numbers distorted by DS
Replies: 6
Views: 2839

In case you havnt resolved this problem, what we have found is that numeric data type in PX pre-pends a space for the +- pushing the digits right hence causing your last digit to become a 0. E.g numeric(15) "123456789012345" passed through trnasformer and output to a sequential file will r...
by asadi
Fri May 21, 2004 3:57 pm
Forum:
Topic: multiload vs enterprise stage in PX
Replies: 1
Views: 1518

multiload vs enterprise stage in PX

Does anyone have performance stats on enterprise vs multiload. Rumour has it that enterprise is faster at inserting new records however it doesnt have the capability to update. Any comment ?

Most of our load jobs use multiload, l'm looking for opportunities to improve performance any ideas ??
by asadi
Thu May 13, 2004 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creation/deletion of project objects(jobs,routines,etc)
Replies: 4
Views: 3841

PREVDTD and PREVDELETOR columns store the information when objects were deleted however the objects l am after do not show up in the SELECT query... is it possible that after the DS server as been bounced the Audit log information is removed for deleted objects ???
by asadi
Thu May 13, 2004 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creation/deletion of project objects(jobs,routines,etc)
Replies: 4
Views: 3841

Thanks for that Ray, although very useful for existing jobs and routines. The information l was after were deleted objects ??? are these audit logs also stored somewhere ???
by asadi
Thu May 13, 2004 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creation/deletion of project objects(jobs,routines,etc)
Replies: 4
Views: 3841

creation/deletion of project objects(jobs,routines,etc)

I need to find out when a certain custom stage had been created and deleted from one of my projects. Is there anything in the UV database that stores such information ??? basically something that logs actions that users have performed on the project ?? even if there is a log of what has been importe...
by asadi
Thu Dec 18, 2003 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing all instances of duplicates
Replies: 6
Views: 2111

Thanks T.J, but that would be only part of the solution though l would still have one of those duplicates hanging around in my data. The objective is to remove all instances. I have the aggregator and transformer stages doing this for me but l cant all the rejected rows. I might have to use the chan...
by asadi
Thu Dec 18, 2003 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing all instances of duplicates
Replies: 6
Views: 2111

Removing all instances of duplicates

I am trying to remove all instances of duplicates from my data but yet retain the duplicates as rejects. Seen as the removeDups stage does not support reject links and has to either retain first or last records of the duplicate l can't use this.

Has someone implemented something like this ??
by asadi
Thu Dec 18, 2003 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Enterprise Plugin
Replies: 1
Views: 965

Teradata Enterprise Plugin

From what l can see Teradata Enterprise cannot perform updates on a table ?? can someone confirm this ??

Furthermore does anyone know if Multiload out performs enterprise ??