Search found 42189 matches
- Wed Sep 06, 2006 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Tx
- Replies: 4
- Views: 1566
- Tue Sep 05, 2006 8:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence: No Errors No Response
- Replies: 4
- Views: 1587
Re: Sequence: No Errors No Response
The output link going from nested condition sequence to the first job is blue and the rest of the links are black. Is that a sign of error? Does anyone have any idea what should I check? Sequence jobs don't color links like a job with active stages does, they just indicate the type of trigger on th...
- Tue Sep 05, 2006 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: begins with function
- Replies: 10
- Views: 3801
- Tue Sep 05, 2006 12:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Search
- Replies: 7
- Views: 1766
- Tue Sep 05, 2006 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: kicking off sequences one after the other and knowing errors
- Replies: 9
- Views: 2050
Why is that so??? Not much of an answer other than - that's How It Works. You need to become familiar with where the surrounding markers are required and where they are not when using Job Parameters. If you are unsure, best to use the ellipses (...) to build the expression rather than typing it by ...
- Tue Sep 05, 2006 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: kicking off sequences one after the other and knowing errors
- Replies: 9
- Views: 2050
- Tue Sep 05, 2006 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating a Key between a Header and Detail Record
- Replies: 4
- Views: 1419
- Tue Sep 05, 2006 7:28 am
- Forum: Data Integration
- Topic: Information on Demand 2006 conference sessions and speakers
- Replies: 4
- Views: 10093
- Tue Sep 05, 2006 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating a Key between a Header and Detail Record
- Replies: 4
- Views: 1419
- Tue Sep 05, 2006 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: kicking off sequences one after the other and knowing errors
- Replies: 9
- Views: 2050
- Tue Sep 05, 2006 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML
- Replies: 3
- Views: 1782
- Tue Sep 05, 2006 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer GUI problem in Windows XP Professional client
- Replies: 4
- Views: 1135
- Tue Sep 05, 2006 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg Contain Terminators
- Replies: 2
- Views: 1207
- Tue Sep 05, 2006 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: begins with function
- Replies: 10
- Views: 3801
If InputColumn = 'begin' Or InputColumn = 'end' Then Expression1 Else Expression2 Um... that doesn't check that the field starts with those values, that checks if they are equal to those values. Substring would be one way: If InputColumn[1,5] = 'begin' Or InputColumn[1,3] = 'end' Then Expression1 E...
- Mon Sep 04, 2006 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Calling subroutine
- Replies: 1
- Views: 1099