Search found 53125 matches
- Wed May 06, 2009 6:41 pm
- Forum: General
- Topic: Loop Iteration Number in Sequencer
- Replies: 9
- Views: 2183
- Wed May 06, 2009 6:39 pm
- Forum: General
- Topic: Why IBM sucks and DataStage will never be the leading tool
- Replies: 16
- Views: 9925
Unfortunately developing quality training is a highly time consuming process and not, of itself, productive of revenue, so it's something bean counters tend to frown upon. It takes about 40 hours to produce one hour of good instructor-led training, about 60 hours for self-paced training, and somewhe...
- Wed May 06, 2009 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking a job with multiple parameter sets
- Replies: 4
- Views: 2067
- Wed May 06, 2009 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row comparison in parallel
- Replies: 3
- Views: 1311
- Wed May 06, 2009 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Transformer Compilation Error
- Replies: 3
- Views: 1887
- Wed May 06, 2009 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: transformer compilation error
- Replies: 9
- Views: 4118
- Wed May 06, 2009 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification
- Replies: 1
- Views: 996
- Wed May 06, 2009 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the Datastage ServerEdition installation software
- Replies: 6
- Views: 1715
- Wed May 06, 2009 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Formatting decimal value
- Replies: 5
- Views: 2138
- Wed May 06, 2009 4:35 pm
- Forum: General
- Topic: Why IBM sucks and DataStage will never be the leading tool
- Replies: 16
- Views: 9925
One small correction. I do have my own curriculum (which I happen to think is better than IBM's). Some of it fits niches that IBM's does not, some of it competes head to head. See my website for more information. I am only forced to use IBM's curriculum when contracting to IBM to present their train...
- Wed May 06, 2009 4:32 pm
- Forum: General
- Topic: Getting part of a filename
- Replies: 16
- Views: 7262
- Wed May 06, 2009 4:30 pm
- Forum: IBM QualityStage
- Topic: QualityStage Match Process Error
- Replies: 7
- Views: 5429
- Wed May 06, 2009 4:27 pm
- Forum: IBM QualityStage
- Topic: Fatal Error: An operator with concurrent inputs
- Replies: 3
- Views: 1989
- Wed May 06, 2009 12:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with hex '00' characters
- Replies: 9
- Views: 9207
Search for APT_STRING_PADCHAR environment variable.
- Wed May 06, 2009 12:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Formatting decimal value
- Replies: 5
- Views: 2138
Code: Select all
Fmt(Field(InLink.TheNumber,".",1,1), "R%3") : "." : Fmt(Field(InLink.TheNumber, ".", 2, 1), "L%8")