Search found 53125 matches
- Thu Oct 06, 2005 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control process (pid 3756) has failed
- Replies: 3
- Views: 1535
- Thu Oct 06, 2005 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: start problems
- Replies: 6
- Views: 3991
- Thu Oct 06, 2005 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Nulls in dates, Rnd function problems
- Replies: 9
- Views: 2799
- Thu Oct 06, 2005 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Inner Join in the Join Stage
- Replies: 4
- Views: 1472
- Thu Oct 06, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing .xls or .mdb files in a Unix directory
- Replies: 18
- Views: 7736
- Thu Oct 06, 2005 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CROS JOIN Table Generation
- Replies: 2
- Views: 823
Wolfgang's design is sound. Don't forget that you may need to wait 110 years for the Cartesian product to deliver its result. Depending on the database you may also need to set an option to allow you to perform cross joins. For example in Red Brick you would use the SET CROSS JOIN ON; command.) This...
- Thu Oct 06, 2005 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Administering Locks - INODE question
- Replies: 3
- Views: 904
Well you'd better take on board the INTERNAL keyword for these commands, which captures the output into a dynamic array - no need to parse. I always SETFILE to my directory-based hashed files, so this (and other things) will work ok. And O/S files don't get locked by and large (except by OpenSeq), s...
- Thu Oct 06, 2005 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 5
- Views: 1896
- Thu Oct 06, 2005 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to clear up job instances' log more quickly
- Replies: 7
- Views: 3572
- Thu Oct 06, 2005 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About lookup file set
- Replies: 3
- Views: 1089
The fail to match here is not about data - it didn't get that far. An Entire partitioning must always match if the key exists. The error message is "fail to match node". Did you create the lookup File Set with one configuration file then try to use it with a different one? It's probably not anything...
- Thu Oct 06, 2005 4:28 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Whant to know about Profile stage
- Replies: 4
- Views: 3432
ProfileStage was formerly a product called MetaRecon that Ascential acquired. Its purpose is to look at your data without necessarily believing what the metadata define, in order to determine what's really there (hence "profiling"). It's tedious/tricky to get set up right, but once this is in place ...
- Thu Oct 06, 2005 12:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file stage
- Replies: 10
- Views: 3032
- Thu Oct 06, 2005 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file stage
- Replies: 1
- Views: 1052
- Thu Oct 06, 2005 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Nulls in dates, Rnd function problems
- Replies: 9
- Views: 2799
- Thu Oct 06, 2005 12:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems of perfomance with DataStage MVS 7.5.1
- Replies: 1
- Views: 6947
Welcome aboard! :D Start by defining precisely what you mean by "performance", the metrics you use to measure it, what values you got, what values you expected (and why you expected them). Inspect the generated COBOL. It's not too bad, and in my experience reasonably efficient. Have you isolated the...