Search found 53125 matches
- Mon Dec 17, 2007 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage Reverse Functionality
- Replies: 0
- Views: 634
Set your Lookup Failed rule to Continue. Columns from the reference input will be NULL if the lookup fails. Detect this condition in a downstream Filter or Transformer stage. But why bother? Just reverse the sense of the "normal" and "reject" output links, and annotate your diagram to alert future d...
- Mon Dec 17, 2007 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with entire partitioning in lookup
- Replies: 6
- Views: 1338
- Mon Dec 17, 2007 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: processing rows
- Replies: 2
- Views: 902
- Mon Dec 17, 2007 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log files
- Replies: 2
- Views: 1130
- Mon Dec 17, 2007 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RowProcCompareWithPreviousValue Routine not working...
- Replies: 14
- Views: 2908
- Mon Dec 17, 2007 1:36 pm
- Forum: General
- Topic: NLS warning becuase of routine for International characters
- Replies: 5
- Views: 1367
- Mon Dec 17, 2007 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA:01036
- Replies: 2
- Views: 1150
- Mon Dec 17, 2007 5:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Inline sort or external sort
- Replies: 7
- Views: 2904
- Mon Dec 17, 2007 5:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading value of job parameter from a flat file
- Replies: 4
- Views: 929
Search is your friend.
- Mon Dec 17, 2007 5:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading value of job parameter from a flat file
- Replies: 4
- Views: 929
Search is your friend.
- Mon Dec 17, 2007 5:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding Record processed status
- Replies: 2
- Views: 714
Several examples, indeed. What does it mean that a record is "processed successfully"? (That is, what business rules are being validated?) Under what - presumably different - scenarios does a warning or an error get generated? The typical answer will be to record the test results in stage variables,...
- Mon Dec 17, 2007 1:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Inline sort or external sort
- Replies: 7
- Views: 2904
An inline sort is where you specify sorting on the Partitioning tab of a stage's input link. An external sort is, presumably, where you use an explicit Sort stage. The latter gives greater flexibility, including controlling memory allocated to sorting, generation of key change indicators, and perfor...
- Sun Dec 16, 2007 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivoting with multiple columns to single column
- Replies: 11
- Views: 2752
The version 8.1 Pivot stage handles both horizontal and vertical pivots. My advice to use the Pivot stage was because your requirement not to use it is bizarre - always use the correct tool for the job. You can do everything you want in a Transformer stage, optionally preceded by a Sort stage genera...
- Sun Dec 16, 2007 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting status of Executecommand stage in sequence
- Replies: 2
- Views: 1249
- Sun Dec 16, 2007 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup file sets ??????
- Replies: 10
- Views: 2706
Warning - Technical Content The reference input to a Lookup stage for a normal (not sparse) lookup causes a composite operator to be generated to perform two tasks, for which the operator names are LUT_CreateOp and LUT_ProcessOp. LUT_ProcessOp loads the virtual data set associated with the referenc...