Search found 42189 matches

by chulett
Sun May 27, 2007 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage installation on Mainframe Linux
Replies: 1
Views: 755

As long as it's a supported version of Linux, I don't see why not. But then I've never had the pleasure of trying any such thing, so don't take my word for it. :wink:
by chulett
Sun May 27, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvbackup vs export
Replies: 6
Views: 1950

I think mostly because only Ray actually uses it. Honestly, I have no idea. For the longest time I didn't even know it existed, only learning of it here. Since then, I've just stuck with the 'traditional' client-based solution I've always done, exports of all projects. Mostly since I would know what...
by chulett
Sat May 26, 2007 7:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pls help me to a string into 4 colums
Replies: 9
Views: 1921

Funny, pretty much exactly what I posted. :wink:
by chulett
Sat May 26, 2007 7:04 am
Forum: General
Topic: Usage of IPC stage
Replies: 5
Views: 1769

First determine the bottleneck. If you replace the Hashed File stage with a Sequential File stage, who long does it take to run then?
by chulett
Sat May 26, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited() – row 1198231,column DEPT, required column
Replies: 4
Views: 1522

You need to not be removing lines and instead determine the exact nature of the problem and if it is possible to read the file properly. Some badly formated delimited files can be... problematic and should be returned to sender. Otherwise, these turn out to be 'normal' issues you need to learn how t...
by chulett
Fri May 25, 2007 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why we use UNICODE
Replies: 7
Views: 3023

And 'maybe' I was being a wizenheimer about the Arabian comment, and not supporting anything about 'Arabic' script. I'm not the World Traveller that Uncle Ray is, nor nearly as cool. :wink: :lol:
by chulett
Fri May 25, 2007 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why we use UNICODE
Replies: 7
Views: 3023

Maybe he meant what the horses speak. :wink:
by chulett
Fri May 25, 2007 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output collects multiple records into single parent node
Replies: 11
Views: 8280

Is there a way to write the output to a single file when the "Output Mode" is set to "Single Row"? No. You need to 'Aggregate all rows' to get one output file. Or perhaps direct the output through a Sequential File stage, but I haven't really done that much and let the XML Output stage do the dirty...
by chulett
Fri May 25, 2007 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inter process and intra process
Replies: 6
Views: 1538

Come on, it's not irrelevant as in "unrelated to the matter being considered". It may be less relevant than my 'only works on' statement would lead one to believe, that wasn't quite true. Sure it 'works' on a single CPU system but it is really meant for use on SMP systems. Yes? And all we're referen...
by chulett
Fri May 25, 2007 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event Based Scheduling + Time Based Scheduling
Replies: 2
Views: 721

That's what Enterprise Schedulers are for, tools like Control-M would make that simple. It's more complicated to juggle all of that within DataStage. Sun Rays has given you some food for thought on how to create the inter-dependencies you'd need.
by chulett
Fri May 25, 2007 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible truncation of variable length string
Replies: 10
Views: 6977

We have yet to determine it is being incorrectly interpreted. :wink:

Not sure that's a real "apples to apples" comparison. But then I'm no NLS or PX expert, others would need to chime in based on the results of your investigation.
by chulett
Fri May 25, 2007 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file error
Replies: 10
Views: 2771

They are synonymous in this context. Not necessarily the one 'you are working in' however, unless it is left blank. Hence my curiosity about what exactly was created via the Administrator.
by chulett
Fri May 25, 2007 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inter process and intra process
Replies: 6
Views: 1538

The problem with just answering brief questions of this nature from people with low post counts is the very distinct possibility they are just here to farm answers for interview questions. Which is a practice highly frowned upon here. <- See, that's me frowning. This looks too much like one of those...
by chulett
Fri May 25, 2007 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file error
Replies: 10
Views: 2771

How did you 'create a new account' in the Manager?
by chulett
Fri May 25, 2007 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible truncation of variable length string
Replies: 10
Views: 6977

Multi-byte character set, I'd wager. What two NLS_CHARACTERSET settings are involved here? :?