Search found 53125 matches
- Fri Aug 05, 2005 6:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Colulmn Generator (NULL)
- Replies: 3
- Views: 1179
- Fri Aug 05, 2005 6:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: simple question reg aggregator
- Replies: 8
- Views: 2083
The best way to solve this kind of problem is to figure out how you would do it if you only had SQL. In your case this will convince you that it can't be done in one pass. In SQL you would need a nested query. So too in DataStage. The "nested query" populates a lookup of some kind with the maximum v...
- Fri Aug 05, 2005 6:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Device Busy" during read of sequential files
- Replies: 3
- Views: 1023
- Thu Aug 04, 2005 9:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: filter stage
- Replies: 6
- Views: 2149
- Thu Aug 04, 2005 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use of hash files
- Replies: 10
- Views: 1835
- Thu Aug 04, 2005 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: C# Wrapper for Unmanaged DLL
- Replies: 4
- Views: 4691
Yes, DataStage is built on UniObjects (which is now called DSObjects since the split, but Ascential never published a manual for it). The AccountName property of a Session object is the project. After that, however, there are no sub-objects called job, stage, etc. Rather, you need to use File and Se...
- Thu Aug 04, 2005 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determination if the Hash File Size has increased.
- Replies: 11
- Views: 3423
The second parameter of RESIZE is interpreted as a MINIMUM.MODULUS setting; the third parametr is interpreted as GROUP.SIZE 2 only if the parameter value is 8. RESIZE is primarily used by dynamic hashed files to reclaim free space within the file structure. As Arnd noted, there probably isn't any in...
- Thu Aug 04, 2005 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uvsh append
- Replies: 6
- Views: 1106
Code: Select all
SELECT NAME || ',' FROM DS_JOBS;or
Code: Select all
SELECT NAME || ',' AS NAME_WITH_COMMA FROM DS_JOBS;- Thu Aug 04, 2005 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Device Busy" during read of sequential files
- Replies: 3
- Views: 1023
- Thu Aug 04, 2005 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: impoting dsx throwing error
- Replies: 8
- Views: 2237
- Thu Aug 04, 2005 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help on Schema file
- Replies: 4
- Views: 1813
- Thu Aug 04, 2005 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sparse Lookup
- Replies: 1
- Views: 767
- Wed Aug 03, 2005 8:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: value from input need to pass to tablename
- Replies: 3
- Views: 852
- Wed Aug 03, 2005 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Optimize SQL Select
- Replies: 3
- Views: 731
- Wed Aug 03, 2005 8:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparison between two tables
- Replies: 5
- Views: 1029