Search found 53125 matches
- Wed Mar 12, 2008 5:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: main_program: Fatal Error: Caught ORCHESTRATE exception in
- Replies: 1
- Views: 2624
- Wed Mar 12, 2008 5:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorted Hashed Partition in DataSet
- Replies: 6
- Views: 1453
- Wed Mar 12, 2008 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not abl to read flatfile with quote as double
- Replies: 4
- Views: 1183
- Wed Mar 12, 2008 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding the residense of log files in datastage.
- Replies: 13
- Views: 5414
There's no WriteSeq statement that would write anything to the flat file. If opened with OpenSeq, the statement to write a line is WriteSeq, not Write. If you want to use Write, open the parent directory with OpenPath, rather than opening the file itself with OpenSeq. Also, if opened with OpenSeq, y...
- Wed Mar 12, 2008 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: percent_rank() function in Datastage
- Replies: 11
- Views: 6382
- Wed Mar 12, 2008 5:13 pm
- Forum: General
- Topic: issue with display option in ODBC stage
- Replies: 2
- Views: 1164
- Wed Mar 12, 2008 5:11 pm
- Forum: IBM QualityStage
- Topic: Use of QualityStage
- Replies: 1
- Views: 1071
If there should be exact copies and anything is "disjoint" then QualityStage is probably not the right tool, DataStage is. If, on the other hand, you need to allow slight variation (for example dates being different by one or two days, letter transposition in words, and so on) to be considered a mat...
- Wed Mar 12, 2008 5:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Stage
- Replies: 6
- Views: 1452
Changing the specification risks invalidating the answer. There is no First or Last set function in the parallel Aggregator stage. Is that clear now? Your solution will, therefore, require both stage types. Use a "fork join" design; split the stream into two, run one stream through an Aggregator sta...
- Wed Mar 12, 2008 5:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning- Query returns no rows
- Replies: 10
- Views: 4191
- Wed Mar 12, 2008 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformation Logic
- Replies: 0
- Views: 837
- Wed Mar 12, 2008 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: percent_rank() function in Datastage
- Replies: 11
- Views: 6382
- Wed Mar 12, 2008 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Stage
- Replies: 6
- Views: 1452
- Wed Mar 12, 2008 4:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CHAR(255) in a hashed file
- Replies: 12
- Views: 4696
With NLS enabled, source characters that correspond to the dynamic array delimiter characters (Char(248) through Char(255)) should be re-mapped to the Unicode private use area. This is described in the DataStage NLS Guide. Therefore I don't understand how 0xFF is getting through the map on the bound...
- Wed Mar 12, 2008 2:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading a flat file
- Replies: 1
- Views: 676
- Wed Mar 12, 2008 2:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stored procedure
- Replies: 6
- Views: 1631