Search found 42189 matches

by chulett
Wed Jul 21, 2010 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I compare two CSV files using DataStage?
Replies: 14
Views: 10719

Sounds like a full outer join to me, then it's up to you to check for nulls to recognize a mismatch. Guessing that would be a 'Complete Set' in Merge stage lingo. Or maybe 'Right and Left only'? One of the two should work. :?
by chulett
Wed Jul 21, 2010 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExtraParameters
Replies: 7
Views: 1941

KBA = Kenneth Bland Associates, the original authors and who's names should be all over it.
by chulett
Wed Jul 21, 2010 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Left outer join in HASH file
Replies: 22
Views: 6062

Right, you have a constraint that only allows lookup successes to pass - you need to "turn that off".
by chulett
Tue Jul 20, 2010 10:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 4987

ITToolBox. Name and URL both, oddly enough. :wink:
by chulett
Tue Jul 20, 2010 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the Row Count
Replies: 15
Views: 4971

Been discussed here quite a lot. You need two triggers, one "OK" and one "Otherwise", to convince the Sequence that you are handling the error and that it doesn't need to do any such thing automatically. Run both to a single Sequencer set to "Any" if you really don't ne...
by chulett
Tue Jul 20, 2010 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any way to output as PDF file???
Replies: 5
Views: 2140

All you are getting is a text file with a ".pdf" extension, which of course won't work unless you force it to open with something like Notepad or Word. Sounds like you should take a crash course in file extensions and what they do (and do not) control on a Windows system. Typically, one wo...
by chulett
Tue Jul 20, 2010 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any way to output as PDF file???
Replies: 5
Views: 2140

How are you trying to "output to PDF" now? There's way more to it than simply using an extension of ".pdf" by the way, if that is what you are doing. :?
by chulett
Tue Jul 20, 2010 9:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT in Director
Replies: 13
Views: 3364

Again, unless you override the values, the default warning limit in the Director is 50 while from the Designer it is zero - unlimited. Which could explain part of your issue with the Director but still shouldn't result in a SIGINT as far as I know. :?
by chulett
Tue Jul 20, 2010 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch Cleanup
Replies: 6
Views: 1701

There's nothing about Ray that is "uncontroversial", including his best practices. And some DataStage features require jobs to abort to work. :wink:
by chulett
Tue Jul 20, 2010 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExtraParameters
Replies: 7
Views: 1941

Every client I've worked with has used them, most either at my behest or with code I've modified and others have propagated. I've made improvements to that code for years so know most of it "like the back of my hand" as one might say. :wink:
by chulett
Tue Jul 20, 2010 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT in Director
Replies: 13
Views: 3364

The default warning limit is indeed different between Designer and Director (0 v. 50) but there's nothing stopping you from ensuring both run with the same values.
by chulett
Tue Jul 20, 2010 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage unable to read file
Replies: 4
Views: 3649

Your problem is the use of the Sequential File stage, change the job to use an External Source stage as noted here in Ernie's blog on the subject.
by chulett
Tue Jul 20, 2010 8:19 am
Forum: General
Topic: Duplicate records in one file and other records in one file
Replies: 4
Views: 1702

So, why is this marked as a "workaround" and not "resolved"? Did you implement something else? :?