Search found 53125 matches
- Mon Jan 16, 2012 8:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: filepattern - reading list of files
- Replies: 18
- Views: 6029
- Mon Jan 16, 2012 8:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove funny special characters?
- Replies: 5
- Views: 3002
- Mon Jan 16, 2012 8:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Error
- Replies: 4
- Views: 1504
- Mon Jan 16, 2012 8:07 pm
- Forum: General
- Topic: Problem with Director Repository
- Replies: 3
- Views: 1107
- Mon Jan 16, 2012 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD state file
- Replies: 2
- Views: 1342
- Mon Jan 16, 2012 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD Stage Clarifications
- Replies: 4
- Views: 1856
- Mon Jan 16, 2012 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Error
- Replies: 4
- Views: 1504
- Mon Jan 16, 2012 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance DEV Vs QA Vs PRD
- Replies: 11
- Views: 4235
- Mon Jan 16, 2012 1:04 am
- Forum: General
- Topic: Datastage Return code
- Replies: 2
- Views: 2656
- Sun Jan 15, 2012 7:45 pm
- Forum: General
- Topic: Parameters values not passing properly
- Replies: 1
- Views: 1271
- Sun Jan 15, 2012 7:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File Stage - Source File Extensions ?
- Replies: 5
- Views: 1650
The suffixes are indicative of the contents only. Nothing is enforced by them. Provided you have good metadata, you should be able to read them with Sequential File stage (if the structure is simple enough) or Complex Flat File stage. EBCDIC is simply another way of encoding characters, as ASCII is....
- Sat Jan 14, 2012 2:28 pm
- Forum: General
- Topic: Running job with dsjob when user does not have permissions
- Replies: 14
- Views: 4950
- Fri Jan 13, 2012 7:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Defined Data Stage
- Replies: 2
- Views: 1150
Your first step must be to specify: (a) what the function does (its algorithm) (b) what the function's input arguments are (c) what the result of the function should be (only one value is permitted) (d) how you plan to test the function Once you have all that documented, you code the function in C++...
- Fri Jan 13, 2012 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Analysis
- Replies: 4
- Views: 1643
- Fri Jan 13, 2012 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD Stage Clarifications
- Replies: 4
- Views: 1856
The model is, essentially: | | Dimension V -------------> SCD Stage ---------------> | Fact | | Dimension V The input has new data, including the business key. The business key is looked up against the Dimension table to return the corresponding surrogate key. This determines whether the dimension r...