Search found 53125 matches
- Tue Dec 20, 2005 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Putting condition in the sequencer
- Replies: 2
- Views: 1433
- Mon Dec 19, 2005 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Split Hash File vs Universe Table approach
- Replies: 8
- Views: 2913
- Mon Dec 19, 2005 2:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UniVerse reference as input to another universe reference
- Replies: 3
- Views: 989
You can certainly achieve the result with two Transformer stages, passing the MinValue along the link between them. Or you could construct a user-defined nested SQL statement where the inner query returns the result used in the outer query. This is standard database practice and, used in this fashio...
- Mon Dec 19, 2005 2:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantage of Datastage over Informatica
- Replies: 13
- Views: 10225
Each tool is a good tool. Each tool is in Gartner's top right quadrant. They involve a different mind set during design (simplified as top-down versus bottom-up) but should end up with the same solution from the same plan. Any person may prefer one over the other. Here you're likely to get a bias to...
- Mon Dec 19, 2005 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantage of Datastage over Informatica
- Replies: 13
- Views: 10225
DataStage has a better splash screen, DataStage is easier to say while you are holding your tongue and DataStage rhymes with MetaStage, ProfileStage and QualityStage. I think you'll find Informatica rhymes with none of those products. Isn't there a Metabroker that allows MetaStage to get stuff from...
- Mon Dec 19, 2005 1:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ~~~Warning in job~~~
- Replies: 11
- Views: 4481
- Mon Dec 19, 2005 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: surrogate key stage doubt
- Replies: 3
- Views: 1765
- Sun Dec 18, 2005 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Stage acting wierd
- Replies: 6
- Views: 1390
- Sun Dec 18, 2005 2:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get Max Key From Hashfile
- Replies: 7
- Views: 2558
SETFILE pathname VOCname OVERWRITING creates an entry called VOCname in the VOC file as a pointer to the hashed file whose pathname is specified by pathname - it is the name in the VOC file that you must use in the TRANS function. TRANS(VOCname, keyvalue, field#, code) opens the hashed file referre...
- Sat Dec 17, 2005 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file lookup
- Replies: 8
- Views: 2288
- Sat Dec 17, 2005 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Path of job log files
- Replies: 7
- Views: 7020
- Fri Dec 16, 2005 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Case Insensitive LookUp
- Replies: 5
- Views: 2075
You DO have control over data - you're the ETL person!!! You can determine what to put in a hashed file - apply an Upcase() function as it goes in. You can determine how to lookup those values - use an Upcase() function in the Key Expression in the Transformer. None of this affects the external data.
- Fri Dec 16, 2005 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file lookup
- Replies: 8
- Views: 2288
It IS possible in a server job, however it's not possible with a Hashed File stage (where you must lookup the key, the whole key, and exactly the key). You can use a UV stage to refer to the hashed file and do SQL-style lookups, but this won't be fast. It can be improved by creating indexes on the h...
- Fri Dec 16, 2005 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Moved, but not running
- Replies: 11
- Views: 2540
All the indexing in the Repository is hard coded with the old pathnames. Entries in the system tables (SQL Catalog) also probably haven't been fixed to point to the new locations. As others have said, you can't just move a project like that. Remedy the index problem with SET.INDEX commands (reindexi...
- Fri Dec 16, 2005 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to insert Timestamp with nano seconds in Oracle table
- Replies: 9
- Views: 5040