Search found 42189 matches

by chulett
Tue Jan 03, 2012 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Merger
Replies: 4
Views: 1672

The difference as compared to what? :? A 'Row Merger' simply takes all of the incoming fields and 'merges' them into a single column / field. Is that what you are trying to accomplish? As requested, can you state your full requirements for the job in question - what is it meant to do? Perhaps the Ro...
by chulett
Tue Jan 03, 2012 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining unrelated files in Server jobs
Replies: 1
Views: 1108

Welcome. Correct, hashed file records are uniquely identified by their key value and duplicates are handled in a destructive overwrite or 'last one in wins' manner. Hard-coding a key like that works when you only have one record in the hashed file that you need to look up over and over. How do you n...
by chulett
Tue Jan 03, 2012 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle newline character reading from sequential file
Replies: 24
Views: 19263

We are not sure what you meant by exactly "Terminators in the final column must be Quoted".Is that something the actual data in Description column should be quoted? Yes, that is what I meant and that is what allows the stage to differentiate between termintors "in the data" and ...
by chulett
Tue Jan 03, 2012 7:07 am
Forum: General
Topic: Using Email notification activity can we send a HTML tags
Replies: 4
Views: 1695

DataStage on UNIX uses 'sendmail' under the covers and that only supports HTML if the message is MIME encoded. For one example, see here. Which also means you'll need to roll your own email routine to accomplish this, unless (perhaps?) you send the HTML document as an attachment instead of in the bo...
by chulett
Mon Jan 02, 2012 10:09 pm
Forum: General
Topic: explanation for the teradata sql code
Replies: 2
Views: 1200

Yah, not a query... and a better question for your DBA than us.
by chulett
Mon Jan 02, 2012 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle newline character reading from sequential file
Replies: 24
Views: 19263

Well... first off this isn't your topic and thus not your data, only the data that you've created in what you assume is a match for the original poster's data. Secondly, have you validated what you have as the 'terminator' inside that last field? Perhaps you should only be converting one of the two ...
by chulett
Mon Jan 02, 2012 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle newline character reading from sequential file
Replies: 24
Views: 19263

Or a flaw in your understanding. :wink:

Terminators in the final column must be Quoted to be recognized as data, meaning inside the quoted string that is the final column's data.
by chulett
Mon Jan 02, 2012 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in the below logic
Replies: 8
Views: 1660

This would be trivial in a Server routine.
by chulett
Mon Jan 02, 2012 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle newline character reading from sequential file
Replies: 24
Views: 19263

The same way. However, it's unclear from your post if you tried repeating the Convert for the Description field as well... did you?
by chulett
Sat Dec 31, 2011 9:24 am
Forum: General
Topic: ENVIRONMENT
Replies: 8
Views: 1383

Hmmm... we used DataStage 7.x on Citrix back in the day. One thing to note, however, is it was just for the client software and we never had any issues with it.
by chulett
Fri Dec 30, 2011 11:51 pm
Forum: General
Topic: Error while using ExecDOS
Replies: 3
Views: 1114

As a guess, perhaps your quotes are being stripped out.
by chulett
Fri Dec 30, 2011 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to handle new line termination for a field
Replies: 11
Views: 4192

I recall issues with embedded quotes but thought there was some sort of equivalent for this in the PX Sequential File stage, guess I thunk wrong. For those of you who have faced and overcome this issue, what solution did you architect? What was your 'work around'? Ah... I see Ray added his while I w...
by chulett
Fri Dec 30, 2011 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to handle new line termination for a field
Replies: 11
Views: 4192

Ray is being pedantic again. :wink:

Then how about just "the equivalent" rather than "the equivalent property"... as in how would one handle the situation in PX.
by chulett
Fri Dec 30, 2011 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to restrict first row using the outrownum variable
Replies: 9
Views: 2975

Is there any attribute of this 'dummy' row that uniquely identifies it? If so, you could filter on that.