Search found 42189 matches
- Tue Aug 25, 2009 6:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Restartability
- Replies: 7
- Views: 3910
- Tue Aug 25, 2009 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: right truncate in transformer
- Replies: 5
- Views: 1664
So, Arnie... not going to take the pop quiz? :( I generally don't like to give pure code solutions for things like this as I'm afraid there's no learning going on, one can simply plug it in and move on without have to actually understand how it works. I feel like I'm handing out fish rather than a f...
- Tue Aug 25, 2009 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Variable Data types in Server jobs
- Replies: 6
- Views: 3768
- Tue Aug 25, 2009 3:55 pm
- Forum: IBM QualityStage
- Topic: Reg Before SQl Statement
- Replies: 4
- Views: 1607
- Tue Aug 25, 2009 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ERROR showing in my job
- Replies: 2
- Views: 3520
- Tue Aug 25, 2009 3:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: right truncate in transformer
- Replies: 5
- Views: 1664
The trims may not be strictly needed but make this more fool-proof:
Pop quiz: what exactly is this doing? 
Code: Select all
Field(Trim(YourField)," ",1,DCount(Trim(YourField)," ")-1)- Tue Aug 25, 2009 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Restartability
- Replies: 7
- Views: 3910
- Tue Aug 25, 2009 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: right truncate in transformer
- Replies: 5
- Views: 1664
- Tue Aug 25, 2009 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: right truncate in transformer
- Replies: 5
- Views: 1664
- Tue Aug 25, 2009 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob return code issue
- Replies: 1
- Views: 1204
- Tue Aug 25, 2009 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors stopping services
- Replies: 4
- Views: 3438
- Tue Aug 25, 2009 11:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Variable Data types in Server jobs
- Replies: 6
- Views: 3768
- Tue Aug 25, 2009 9:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column order behaviour from a transformer (derived columns)
- Replies: 5
- Views: 1637
- Tue Aug 25, 2009 9:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column order behaviour from a transformer (derived columns)
- Replies: 5
- Views: 1637
- Tue Aug 25, 2009 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: front-end to DataStage
- Replies: 4
- Views: 1741
I haven't personally, but sure, there are posts here discussing that. The API is published and generally involves using the 'dsjob' function from the command line. The actual code for dsjob is published as well, so some people have coded closer 'to the metal' as well, from what I recall. A search fo...