Search found 15603 matches
- Fri Jul 06, 2012 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with Oracle connector
- Replies: 8
- Views: 3237
- Fri Jul 06, 2012 8:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flattening a fixed width file
- Replies: 12
- Views: 4246
- Fri Jul 06, 2012 8:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with Oracle connector
- Replies: 8
- Views: 3237
- Fri Jul 06, 2012 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer loop, cache or anything else
- Replies: 9
- Views: 5552
Hmm... I'm still not quite sure of what your goal is here. 1. SALE 1 Units Sold 4500 2. 3. Record 4 PUR 1 has 449.0203000 So it SALE 1 written now with the modified value of 4050.9797? Or is the second PUR record now processed and so on? It would seem, at first, that this isn't really possible withi...
- Fri Jul 06, 2012 7:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trailer
- Replies: 1
- Views: 739
This would only work if all your text files are of the same format; unless you want to store the schema of all the files and use that parameterized. One simple method would be to use a transform stage variable to keep a running total, then when you read the trailer record (which you would need to so...
- Fri Jul 06, 2012 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with Oracle connector
- Replies: 8
- Views: 3237
- Fri Jul 06, 2012 3:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flattening a fixed width file
- Replies: 12
- Views: 4246
- Fri Jul 06, 2012 2:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer loop, cache or anything else
- Replies: 9
- Views: 5552
- Thu Jul 05, 2012 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flattening a fixed width file
- Replies: 12
- Views: 4246
- Thu Jul 05, 2012 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file reading with ~# delimiter
- Replies: 6
- Views: 2177
- Thu Jul 05, 2012 8:58 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can we analyze the data from a flat file
- Replies: 5
- Views: 2635
- Thu Jul 05, 2012 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal values getting expanded
- Replies: 8
- Views: 3255
As stated several times before - avoid floating point. Your data in the sequential source is in decimal format and should be read, and stored, as such. Sequential files can read decimal data, so if you are not getting values then there is a problem in the column definitions that you should correct. ...
- Thu Jul 05, 2012 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file reading with ~# delimiter
- Replies: 6
- Views: 2177
- Thu Jul 05, 2012 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flattening a fixed width file
- Replies: 12
- Views: 4246
- Thu Jul 05, 2012 5:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Custom Operator - declaring output columns
- Replies: 0
- Views: 617
Custom Operator - declaring output columns
Although this is a pretty esoteric question, perhaps someone here might know the answer. When creating the GUI interface to a custom BuildOp there are quite a few options available to the developer, it isn't too difficult to make the parameter declarations look like that of the CDC Stage or Sort Sta...