Search found 42189 matches
- Tue Mar 29, 2016 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic vertical pivot issue
- Replies: 14
- Views: 6235
- Tue Mar 29, 2016 3:10 pm
- Forum: General
- Topic: Passing User variable to Exception Handler
- Replies: 11
- Views: 3858
Everything you are passing around is considered a 'parameter' in this context. However, clarify for us what you mean by 'User Variables', are you referring to something you've actually done in a User Variables Activity stage? Note that you don't need to pass anything to the Exception Handler (nor ca...
- Tue Mar 29, 2016 12:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup fails if key is decimal, and input has a period
- Replies: 7
- Views: 5917
- Tue Mar 29, 2016 11:45 am
- Forum: General
- Topic: Passing User variable to Exception Handler
- Replies: 11
- Views: 3858
If something supports parameters, like an email subject line, it also has an instance of the External Parameter Helper associated with it. Rather than typing in things by hand, use it to 'pick' the appropriate downstream parameter value from the list it shows you. Added bonus: it knows whether it ne...
- Tue Mar 29, 2016 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic vertical pivot issue
- Replies: 14
- Views: 6235
- Tue Mar 29, 2016 7:13 am
- Forum: General
- Topic: Sequencer 'SQY' was entered, but never exited
- Replies: 11
- Views: 4542
- Tue Mar 29, 2016 7:12 am
- Forum: General
- Topic: What's the best method to write complex derivations?
- Replies: 18
- Views: 6433
- Mon Mar 28, 2016 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical pivot design challenge
- Replies: 15
- Views: 5521
- Mon Mar 28, 2016 3:20 pm
- Forum: General
- Topic: ExeCmd always execute SERIALLY within a single Sequence Job
- Replies: 9
- Views: 2588
Re: ExeCmd always execute SERIALLY within a single Sequence
Yes.eli.nawas_AUS wrote:Is this normal behavior?
Perhaps a scripted approach is in order for these 50+ commands?
- Mon Mar 28, 2016 12:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical pivot design challenge
- Replies: 15
- Views: 5521
- Mon Mar 28, 2016 12:49 pm
- Forum:
- Topic: IGC not updating job characteristics
- Replies: 6
- Views: 3789
- Mon Mar 28, 2016 7:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic vertical pivot issue
- Replies: 14
- Views: 6235
With the same number of rows going out as coming in, you don't really have a 'vertical pivot' IMHO, you just need to decide what one of several output columns a particular input value needs to go in based on what is in each 'group' it belongs to. Which to me implies a fork join design where one path...
- Fri Mar 25, 2016 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical pivot design challenge
- Replies: 15
- Views: 5521
- Fri Mar 25, 2016 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical pivot design challenge
- Replies: 15
- Views: 5521
Off the top of my head, looping should work and they have specific functions that allow you to hold on to a record and keep appending fields to it until the group changes at which point you send it on its way. While not exactly your scenario, the functions are listed here with a decent amount of det...
- Fri Mar 25, 2016 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup vs. Join
- Replies: 6
- Views: 5986
Your comments on the Lookup File Set are spot on, IMHO, but they do come in handy if you have a situation where the same set of lookup data is needed by multiple jobs. Build once, leverage many. And Ray mentioned the 'time shifting' aspect of them, if they are static enough the build could be shifte...