Search found 42189 matches
- Sat Apr 12, 2014 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating Multiple Rows
- Replies: 5
- Views: 1414
Of course. I'm just repeatedly going to get on my soapbox about the kind of sample data people tend to post and the dangers of making assumptions that it represents the whole of their reality. Or any kind of reality. Hence the repeated desire for written requirements, with transformation rules spell...
- Sat Apr 12, 2014 12:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating Multiple Rows
- Replies: 5
- Views: 1414
Interesting that you assume that there's always a space needed between the second and third occurrence. I understand that the two samples posted support that but I doubt we can assume that holds true for the entire run... Hopefully the original poster can clarify for us what their actual requirement...
- Fri Apr 11, 2014 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort job if 0 record from input file.
- Replies: 11
- Views: 8066
Just want to reiterate - IMHO there's absolutely no need for any of the jobs to abort, unless of course that happens when they are actually processing data and something goes sideways. For this situation, do whatever you need to do to check to make sure all of your prerequisites are in place. If not...
- Fri Apr 11, 2014 10:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenate multirow data into one line
- Replies: 8
- Views: 2114
Or just add a KeyChange column over Class in the Sort stage. Then just one stage variable will do:
Then just make sure your partitioning is correct or run on a single node. And keep the last duplicate. 
Code: Select all
svStudents: If KeyChange then link.student else svStudents : link.student- Fri Apr 11, 2014 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bulk load using DB2 UDB stage
- Replies: 10
- Views: 7472
- Fri Apr 11, 2014 12:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenate multirow data into one line
- Replies: 8
- Views: 2114
- Fri Apr 11, 2014 9:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating Multiple Rows
- Replies: 5
- Views: 1414
Ok, some suggestions... 1. First and foremost, let us know what you've tried. 2. Tell us your version number 3. Search for other people asking the same question to see if it has already been answered. Surprisingly, you are right next door to someone trying to do basically the same thing: http://www....
- Fri Apr 11, 2014 9:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenate multirow data into one line
- Replies: 8
- Views: 2114
- Fri Apr 11, 2014 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort job if 0 record from input file.
- Replies: 11
- Views: 8066
- Fri Apr 11, 2014 7:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Dynamic Update Columns Scenario
- Replies: 7
- Views: 2914
- Fri Apr 11, 2014 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Dynamic Update Columns Scenario
- Replies: 7
- Views: 2914
Yikes. :shock: OK, let's get some more details. This 'feed', what is it - a flat file? I understand you don't know ahead of time what combination columns you'll receive but when they arrive do you know which ones you've gotten? Meaning are they properly identified with some kind of column header val...
- Fri Apr 11, 2014 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenate multirow data into one line
- Replies: 8
- Views: 2114
- Fri Apr 11, 2014 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: loading Timestamp into Oracle
- Replies: 9
- Views: 2957
Because you are loading a Timestamp(6) and it needs microseconds in that case. You got away without doing it in 8.5 but could no longer in 9.1 where they've tightened things up. Something we see all the time when they fix things in later releases that were technically broken in earlier ones and a jo...
- Fri Apr 11, 2014 7:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort job if 0 record from input file.
- Replies: 11
- Views: 8066
What changes? And again, an empty source will move zero records through the job so nothing will ever see your @INROWNUM constraint. I honestly don't like the shenanigans ssnegi posted when you can simply check the file before you run the job, or heck even in the 'Before Job' area as well and abort t...
- Thu Apr 10, 2014 9:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage issue
- Replies: 9
- Views: 4454
Talk to your System Administrator about what that state means and what can be done about it. For some light reading, here is probably more than you've ever wanted to know about it. 