Search found 42189 matches
- Sat Dec 22, 2007 9:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading XML file.
- Replies: 12
- Views: 3365
Welcome. :D So seriously, you couldn't find any of the XML stages in your palette? You have to have a job open in the Designer (other than a Sequence job) to see the appropriate icons for the job type, but unless yours has been customized they all should be there under the Real Time category: XML In...
- Sat Dec 22, 2007 9:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Previous instance status
- Replies: 5
- Views: 1220
- Sat Dec 22, 2007 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared container
- Replies: 7
- Views: 2716
- Sat Dec 22, 2007 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared container
- Replies: 7
- Views: 2716
- Fri Dec 21, 2007 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared container
- Replies: 7
- Views: 2716
- Fri Dec 21, 2007 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Previous instance status
- Replies: 5
- Views: 1220
- Fri Dec 21, 2007 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Triming more than 1 spaces on a particular column
- Replies: 12
- Views: 2430
- Fri Dec 21, 2007 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Triming more than 1 spaces on a particular column
- Replies: 12
- Views: 2430
- Fri Dec 21, 2007 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Triming more than 1 spaces on a particular column
- Replies: 12
- Views: 2430
- Fri Dec 21, 2007 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WildCard in Constraints
- Replies: 10
- Views: 4375
- Fri Dec 21, 2007 12:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In sequence Unix error:
- Replies: 2
- Views: 1027
- Fri Dec 21, 2007 11:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WildCard in Constraints
- Replies: 10
- Views: 4375
Yes. BTW, Index() returns the position where is finds the substring within the string so you can leverage that fact in the constraint. Index(DSInput.Code,'U',1) equates to TRUE when a 'U' is found in the string and FALSE when there are none found. Combine that with the Not() function to reverse it i...
- Fri Dec 21, 2007 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WildCard in Constraints
- Replies: 10
- Views: 4375
- Fri Dec 21, 2007 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transaction Management Handling
- Replies: 11
- Views: 3639
As noted, you'll need to not use transaction grouping but rather a transaction size of zero. And then ensure that if there are any errors the job aborts, which will force the rollback. Various ways to do that - run with a very low warning limit threshold, use a reject link set to abort after 1 recor...
- Fri Dec 21, 2007 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WildCard in Constraints
- Replies: 10
- Views: 4375