Search found 53125 matches
- Sun Mar 31, 2013 4:43 pm
- Forum: General
- Topic: Language Pack for DataStage
- Replies: 7
- Views: 2823
Language Pack for DataStage
I have just been playing with the Language Pack for DataStage, a separately licensed component that gives one the capability to effect transliteration or translation on language. What you get is a new stage type, called the Language stage. This stage operates in one of two modes, called transliterat...
- Sun Mar 31, 2013 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mmap()failed. Invalid argument
- Replies: 6
- Views: 2424
- Sat Mar 30, 2013 9:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with seq file in server jobs
- Replies: 3
- Views: 1684
- Sat Mar 30, 2013 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with seq file in server jobs
- Replies: 3
- Views: 1684
- Sat Mar 30, 2013 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass transformation dynamically
- Replies: 3
- Views: 1547
- Sat Mar 30, 2013 5:20 am
- Forum: General
- Topic: User mapped to different credentials based on project
- Replies: 1
- Views: 955
- Sat Mar 30, 2013 5:18 am
- Forum: General
- Topic: How to run the EXCUTE COMMAND stage parallal
- Replies: 6
- Views: 2079
- Fri Mar 29, 2013 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate xml output of below format
- Replies: 7
- Views: 1921
- Fri Mar 29, 2013 1:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DTS transaction Process when Fails.
- Replies: 2
- Views: 1927
- Fri Mar 29, 2013 1:57 am
- Forum: General
- Topic: Export Columns/Metadata from DS Job
- Replies: 2
- Views: 1235
- Thu Mar 28, 2013 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying WHERE clause in DB2 Connector not possible?
- Replies: 1
- Views: 1234
- Thu Mar 28, 2013 3:43 am
- Forum: General
- Topic: Abort a Job from Shell script called from After-Job Subrouti
- Replies: 5
- Views: 2191
- Wed Mar 27, 2013 8:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Connector Source - Extra Record "--" in Queue.
- Replies: 2
- Views: 1798
- Wed Mar 27, 2013 7:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditional Aggregate in DataStage Server Job
- Replies: 2
- Views: 1999
Easily. Calculate the Flag1, Flag2 and Flag3 column in an upstream Transformer stage. Flag1 <== (col1 = 1) Flag2 <== (col1 = 2) Flag3 <== (col1 = 3) Sum these in Aggregator stage. You may also need to create a dummy grouping column that contains a constant (the Aggregator stage should have a groupin...
- Wed Mar 27, 2013 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Masking Pack
- Replies: 9
- Views: 4207
How long does it take Optim alone to perform this masking? DataStage data masking acts as a wrapper that processes the data and invokes Optim data masking. So you'd expect some overhead but probably not a lot. How complex are the masking algorithms? Keep in mind that you can require that the statist...