Search found 53125 matches
- Mon May 05, 2008 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Integer in hash file to DATE datatype in Sybase database
- Replies: 8
- Views: 2182
- Mon May 05, 2008 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Differences between Datasatge 7.5 and Datastage 8 versions
- Replies: 4
- Views: 1222
Help yourself, with Search - the question has been comprehensively answered previously.
The short answer is 0.5.
The short answer is 0.5.
- Mon May 05, 2008 3:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: thousand separetor in parallel
- Replies: 3
- Views: 1196
What are the input and output columns' data types? This matters in parallel jobs - it does not matter in server jobs. In a parallel job you probably need to convert to string then insert the thousands separators explicitly. A custom routine or a Build stage will provide a generic solution; if your n...
- Mon May 05, 2008 3:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to do a Trim function in Modify state
- Replies: 2
- Views: 1195
- Mon May 05, 2008 3:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Capture job parameters during runtime..?
- Replies: 15
- Views: 5661
- Mon May 05, 2008 3:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Integer in hash file to DATE datatype in Sybase database
- Replies: 8
- Views: 2182
- Mon May 05, 2008 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: log files
- Replies: 16
- Views: 5961
The schema name is the same as the project name, but is not necessary if you are in the project "account". So, when you choose the project in the Administrator client before opening the Command window, the schema is automatically selected. Therefore, SELECT * FROM RT_LOG10; (with the terminating sem...
- Mon May 05, 2008 3:33 am
- Forum: General
- Topic: dynamic lookup property in datastage
- Replies: 9
- Views: 9717
The Slowly Changing Dimesion stage does all that for you, except that you don't need to use a flat file. It loads an image of the Dimension table into a virtual Data Set (similar to a Lookup File Set, but without the need to import anything into internal format). It's used like this: DimTable | | V ...
- Mon May 05, 2008 1:05 am
- Forum: General
- Topic: dynamic lookup property in datastage
- Replies: 9
- Views: 9717
Odd. I got 16 hits searching for "dynamic lookup". The Slowly Changing Dimension stage has the equivalent of Informatica's dynamic lookup built into it, though it performs the lookups against an in-memory copy of the (dimension) table. There are other techniques, and others pertintent to server jobs...
- Mon May 05, 2008 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: modify stage: Null to value for integer input
- Replies: 2
- Views: 1509
The Parallel Job Developer's Guide incorrectly gives the Transformer Stage function rather than the Modify stage function. The Modify stage function is
You're not really on version 5 are you?!
Code: Select all
handle_null(inputcolumn,valueifnull)You're not really on version 5 are you?!
- Mon May 05, 2008 12:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Capture job parameters during runtime..?
- Replies: 15
- Views: 5661
- Mon May 05, 2008 12:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record CustomPX_1 on file DS_STAGETYPES cannot be written
- Replies: 3
- Views: 1910
- Mon May 05, 2008 12:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Job Execution Trace
- Replies: 3
- Views: 2271
- Mon May 05, 2008 12:47 am
- Forum: General
- Topic: dynamic lookup property in datastage
- Replies: 9
- Views: 9717
- Sun May 04, 2008 9:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: universe query to get all stage names used in a job
- Replies: 4
- Views: 975