Search found 53125 matches
- Tue Aug 04, 2009 5:06 pm
- Forum: IBM QualityStage
- Topic: Limit of Stage Variables in version 8
- Replies: 20
- Views: 9612
- Tue Aug 04, 2009 5:05 pm
- Forum: IBM QualityStage
- Topic: Column frequency report in Web console
- Replies: 2
- Views: 1387
- Tue Aug 04, 2009 12:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environment variables and config file for new project
- Replies: 2
- Views: 1289
Know where the files are, and which files they are, and either copy them (for example uvodbc.config, default.apt, etc.) for subsequent editing, or copy only pertinent lines (for example DSParams file). Do you have any server jobs in your mix? If so, you might also want to think about re-creating has...
- Tue Aug 04, 2009 12:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: partition question
- Replies: 6
- Views: 1574
- Tue Aug 04, 2009 12:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Avoid warnings in server job
- Replies: 2
- Views: 1490
- Tue Aug 04, 2009 12:18 am
- Forum: IBM QualityStage
- Topic: Replacing a substring with another using a Lookup
- Replies: 4
- Views: 2044
- Tue Aug 04, 2009 12:16 am
- Forum: IBM QualityStage
- Topic: Limit of Stage Variables in version 8
- Replies: 20
- Views: 9612
This is your first mention of partial replacement, and with no amplification. The short answer is yes, provided that all partial key combinations are accounted for in the lookup. Or you could effect a non-equi join in a database. You do any conversion in a Transformer stage downstream of the Lookup ...
- Mon Aug 03, 2009 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Get Table Partitioning Information error
- Replies: 8
- Views: 3660
- Mon Aug 03, 2009 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in while running configuration file
- Replies: 7
- Views: 5077
- Mon Aug 03, 2009 5:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hex to decimal and Ascii conversion in Server jobs
- Replies: 10
- Views: 4100
- Mon Aug 03, 2009 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSGetParameterSet using API
- Replies: 4
- Views: 991
- Mon Aug 03, 2009 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset concatenation
- Replies: 9
- Views: 2418
- Mon Aug 03, 2009 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: partition question
- Replies: 6
- Views: 1574
- Mon Aug 03, 2009 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List all the parameters for the given stage
- Replies: 2
- Views: 1466
The answer is no. Parameters are job properties, not stage properties. The only way to get the parameters named in a given stage is to interrogate the stage metadata, and that's non-trivial, particularly for stage types that use references to parameters inside expressions, where they are not surroun...
- Mon Aug 03, 2009 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataSet Advantages
- Replies: 6
- Views: 4565
Data Sets preserve partitioning. Data Sets preserve sorting. Data are moved between persistent Data Sets and virtual Data Sets using the copy operator, which is hugely efficient compared to any other mechanism. Those alone argue the case for using Data Sets for staging data between parallel jobs. It...