Search found 42189 matches

by chulett
Wed Jun 29, 2011 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing special characters,spaces,nulls in multiple columns
Replies: 23
Views: 29083

I know, I know... I try not to think of those days... all them switches and dials, blinking lights and spinning tape reels... [shudder]
by chulett
Wed Jun 29, 2011 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing special characters,spaces,nulls in multiple columns
Replies: 23
Views: 29083

DSguru2B wrote:1984 huh. I was still carrying around a sippi cup.
So probably not even on the planet when I started. [sigh]
by chulett
Wed Jun 29, 2011 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage datatype conversions
Replies: 4
Views: 3590

They didn't ask for alternatives, they asked for help with the Modify stage. :? And while I'm here - please stop using Reply with quote every single dang time you need to respond. It's annoying when done for no good reason and means I constantly have to come along behind and clean up after you. Ther...
by chulett
Wed Jun 29, 2011 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator questions
Replies: 41
Views: 8392

'cat' is one simple way. (Windows equivalent would be 'type')
by chulett
Wed Jun 29, 2011 7:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Manually Configuring Web Service Pack
Replies: 10
Views: 10992

Can't really help but wanted you to know I've moved your post into the 'all things services related' forum.
by chulett
Wed Jun 29, 2011 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating and reading the hash file in the same job
Replies: 4
Views: 1538

Re: Creating and reading the hash file in the same job

SURA wrote:Very first run you need this file to be created. For the rest of the run you don't want.
Default behaviour when writing to a hashed file.
by chulett
Wed Jun 29, 2011 7:19 am
Forum: General
Topic: DS Server is running but showing Not Running.
Replies: 31
Views: 10931

Sure... just type "man rmsock" from the command line or stick it into Google. :wink:
by chulett
Tue Jun 28, 2011 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Stored Procedure Job
Replies: 7
Views: 2565

So... you want to use this stored procedure in a job or replace this stored procedure with a job? :?
by chulett
Tue Jun 28, 2011 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing special characters,spaces,nulls in multiple columns
Replies: 23
Views: 29083

I think that falls into the category of "pet peeve". :wink:
by chulett
Tue Jun 28, 2011 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating and reading the hash file in the same job
Replies: 4
Views: 1538

Create it how? Empty or populated? Typically one would do that in the same transformer to avoid this very issue, the hashed file would have both an input link and a reference link to it.
by chulett
Tue Jun 28, 2011 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle CASE statement in Datastage
Replies: 23
Views: 16807

Huh... wasn't sure how that empty string would test and thought that was the issue with it (apparently) not testing as expected, so thought it would be prudent to be explicit in the assignment of the result.
by chulett
Tue Jun 28, 2011 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle CASE statement in Datastage
Replies: 23
Views: 16807

I just meant you can't let the derivation resolve itself, you need to wrap it in an if-then-else and say "if BLAH_BLAH_BLAH then @TRUE else @FALSE". Do that in a well-named stage variable and now you can just put that stage variable all by itself in the constraint. As an example, name the ...
by chulett
Tue Jun 28, 2011 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJE_BADSTATE
Replies: 2
Views: 2553

... and a good reason to have your script check the job first and issue a RESET before the RUN if needed.
by chulett
Tue Jun 28, 2011 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ranking
Replies: 6
Views: 3788

For doing group change detection on a "set" of columns, I've found the easiest way to do that to concatenate them all into a single delimited field. So rather than check A and B and C you check the unique combination - "A|B|C". Does that make sense? The rest is proper maintenance...
by chulett
Tue Jun 28, 2011 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Hangs when Trying to Import From Lotus Notes
Replies: 6
Views: 4684

Yikes... I had to many many (many) years ago but had to give up on getting it to work. From what little I recall, we switched over to having Notes deliver the data to an Oracle table using NotesPump and we then sourced from there. Thankfully, it was a one-way street and I never had a need to try to ...