Search found 53125 matches
- Wed Jun 20, 2007 5:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem when importing column defination
- Replies: 3
- Views: 1255
- Wed Jun 20, 2007 5:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing db2 sql command in a routine
- Replies: 11
- Views: 5958
- Wed Jun 20, 2007 5:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to Find Maximum Value in a Certain Column
- Replies: 9
- Views: 2174
- Wed Jun 20, 2007 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling error
- Replies: 17
- Views: 5667
- Wed Jun 20, 2007 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Status=99 (Job not running)
- Replies: 14
- Views: 6831
- Wed Jun 20, 2007 1:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User-defined queries
- Replies: 7
- Views: 2355
Unless you are performing a sparse lookup you will always be using two virtual Data Sets for two lookups via a Lookup stage. You can see this happening in the score; each is built using a LUTCreate operator. So, if the queries are different, your second approach is probably to be preferred, as it wo...
- Wed Jun 20, 2007 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: folding a single record into multiple records at fixed width
- Replies: 24
- Views: 7203
- Wed Jun 20, 2007 1:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with decode stage
- Replies: 8
- Views: 5223
- Wed Jun 20, 2007 1:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Different Versions of DS in Same Domain
- Replies: 5
- Views: 1315
It can be done, and will be handled automatically because the current version is so old. Version 5.2 runs on UniVerse, and has an "itag" of 0xace. DataStage 6.0 and later run on DataStage Engine and has an "itag" of 0xade. Version 5.2's RPC daemon listens on port #31438, while version 6.0 and later ...
- Wed Jun 20, 2007 1:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of Filter Commands
- Replies: 7
- Views: 2200
- Wed Jun 20, 2007 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to Find Maximum Value in a Certain Column
- Replies: 9
- Views: 2174
... or preload a Lookup File Set with the results of the same query. I repeat it here in case Josh edits his post to add a WHERE clause!
Code: Select all
SELECT Column_A, max(Column_B) as Column_B FROM <Table_Name> group by Column_A ;- Wed Jun 20, 2007 1:05 am
- Forum: General
- Topic: Routine Triggers with Loops
- Replies: 11
- Views: 2433
- Tue Jun 19, 2007 10:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FULL OUTER JOIN
- Replies: 4
- Views: 1348
- Tue Jun 19, 2007 10:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with decode stage
- Replies: 8
- Views: 5223
- Tue Jun 19, 2007 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SOURCE TABLE INFO OF A JOB - UNIVERSE
- Replies: 5
- Views: 2750