Search found 53125 matches
- Tue Mar 01, 2011 3:15 pm
- Forum: IBM QualityStage
- Topic: Expected NameType --USNAME Standardization rule
- Replies: 8
- Views: 2752
- Tue Mar 01, 2011 3:14 pm
- Forum: IBM QualityStage
- Topic: USNAME Standardizaton rule
- Replies: 6
- Views: 3074
The other possible part of the answer to your question is to observe that what you posted is pattern action language. There is a pattern preceding each COPY action, which specifies the condition under which each constant will be assigned to the variable. The =T= operator forces the comparison to be ...
- Tue Mar 01, 2011 3:11 pm
- Forum: IBM QualityStage
- Topic: steps to create our own rule set
- Replies: 3
- Views: 1603
- Tue Mar 01, 2011 4:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage of sed in external filter stage
- Replies: 6
- Views: 6565
Try using escaped single-quote characters.
Code: Select all
sed \'s/\(|\)\([[:digit:]][[:digit:]]*\.[[:digit:]][[:digit:]]*\)\(-\)\(|\)/\1\3\2\4/g\' - Tue Mar 01, 2011 4:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implemention of aggregate funtion SUM
- Replies: 6
- Views: 2013
Inner will be fine. There won't be duplicate values out of the aggregator (because this was the grouping column) but there will be duplicates in the stream data. That's OK, that's what a join does. As to your Filter question, that may cause an issue if you're doing an inner join - depends really on ...
- Tue Mar 01, 2011 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting multiple occurences in XML file
- Replies: 3
- Views: 2371
- Tue Mar 01, 2011 4:32 am
- Forum: IBM QualityStage
- Topic: USNAME Standardizaton rule
- Replies: 6
- Views: 3074
- Tue Mar 01, 2011 4:31 am
- Forum: IBM QualityStage
- Topic: Job Debugging
- Replies: 1
- Views: 1401
There is an interactive debugger for parallel jobs in the future, but it's not in the product right now. The closest you can get now is to compile in trace mode (which effectively puts a Peek stage onto every link, so you can inspect the Peek outputs to see what data are being processed). In trace m...
- Mon Feb 28, 2011 11:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table with varying number of columns...
- Replies: 4
- Views: 1591
- Mon Feb 28, 2011 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle EE to oracle connector
- Replies: 9
- Views: 5813
- Mon Feb 28, 2011 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implemention of aggregate funtion SUM
- Replies: 6
- Views: 2013
- Mon Feb 28, 2011 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table with varying number of columns...
- Replies: 4
- Views: 1591
- Mon Feb 28, 2011 4:41 pm
- Forum: General
- Topic: metadata server
- Replies: 4
- Views: 2497
- Mon Feb 28, 2011 3:13 pm
- Forum: General
- Topic: metadata server
- Replies: 4
- Views: 2497
Technically there is no metadata server *in* DataStage. DataStage is one of many products in the IBM InfoSphere Information Server suite. All of these products use a common metadata model, stored in a common metadata repository, and accessed through services such as the metadata delivery service and...
- Mon Feb 28, 2011 2:59 pm
- Forum: General
- Topic: Metadata Server
- Replies: 2
- Views: 6620