Search found 79 matches

by ThilSe
Fri Aug 24, 2012 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In line sort before join
Replies: 7
Views: 3820

For join to work, the sort order of records should match in both input links.

Regards,
Senthil
by ThilSe
Fri Aug 24, 2012 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In line sort before join
Replies: 7
Views: 3820

For join to work, the sort order of records should match in both input links.

Regards,
Senthil
by ThilSe
Fri Aug 24, 2012 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning for Aggregator
Replies: 5
Views: 2843

Re: Partitioning for Aggregator

Hi - Thanks for your comments. Ray/ArndW - Is it mandatory to pick only the 'first' key in sort as partition key? Will there be any issues if the data is partitioned on the fourth or fifth key? The reason I am asking this is, I am dealing with huge input datasets (>500million records) that is partit...
by ThilSe
Thu Aug 23, 2012 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning for Aggregator
Replies: 5
Views: 2843

Partitioning for Aggregator

Hi, When using the aggregator in sort option the input record must be sorted using ALL the aggregate key columns, but, is it mandatory to partition it based on ALL the key columns (as documentation specifies) - isn't it enough if it is partitioned based on just one of the Key column? Thanks and Rega...
by ThilSe
Wed Aug 15, 2012 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error using Resource estimation in DS8.5
Replies: 0
Views: 1418

Error using Resource estimation in DS8.5

Hi, I am trying to use the resource estimation feature in Datastage8.5. I have a job that runs successfully and wanted to estimate its resource usage. So when I click File-> Estimate Resource for that job in designer, a new windows opens asking me to execute the job. When I run the job, the abends w...
by ThilSe
Thu Feb 10, 2011 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOOKUP HELP
Replies: 14
Views: 6562

Hi Kumar,

Can you please let us know if you found any performance differences between the lookup and join solutions?

Thanks,
Senthil
by ThilSe
Mon Feb 07, 2011 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading nulls and spaces into db2 table from file
Replies: 4
Views: 3891

The datatype of two columns are char(1). If use @ or any special character .Then i need to change into space in final job which will load into target table. If you are planning to load a null value as null into the target table, you can specify @ (or any other character) when exporting the null val...
by ThilSe
Sun Feb 06, 2011 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I fix performance bottleneck at Sort stage?
Replies: 12
Views: 7335

What is the volume of records in the input dataset? Is the key used for partitioning distributing the records reasonably (doesn't create a bottleneck) without making the flow sequential?

Regards
Senthil
by ThilSe
Sun Feb 06, 2011 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading nulls and spaces into db2 table from file
Replies: 4
Views: 3891

What is the ratatype of two columns when writing to file? I guess Since these are char(1) columns it cannot have null field value of empty string. Try a value that is 1 char long example @ or ! Or some control character.

Thanks senthil
by ThilSe
Sun Feb 06, 2011 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting zero records from the aggregator
Replies: 6
Views: 3679

Is it possible that the records were dropped in file stage?
by ThilSe
Sun Feb 06, 2011 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FATAL Error in transformer
Replies: 8
Views: 4972

It has 15 transformers 6 Joins 3 aggregates and two lookups.
I think you should split the job.
by ThilSe
Sun Feb 06, 2011 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DB2 using Datastage
Replies: 2
Views: 2692

It's couple of years I connected to DB2 but if i remember correctly you have to setup .rhosts file in home directory of the Etl Id (or Db Id?) in each of the nodes used. The rhosts file contains server name and user id and it should have read permission.

Thanks
Senthil
by ThilSe
Fri Feb 04, 2011 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOOKUP HELP
Replies: 14
Views: 6562

I would suggest you to go thorugh the DS manual for these stages.

To answer your question Lookup stage is used only when reference data is small (less than 20000 records in my dictionary) and can fit in memory.

Thanks,
Senthil
by ThilSe
Fri Feb 04, 2011 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Some partition doubts
Replies: 6
Views: 5723

2. Selecting 'same' partition in source/output link will try to use the same partition in the source dataset created by a prior job - avoids repartitioning of data. Though 'same' can be used wtih source database stages, we need to be careful when data is read in parallel from a partitioned DB2 (and ...