Search found 42189 matches

by chulett
Mon Aug 15, 2005 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dividing a name like john w smith.
Replies: 11
Views: 2022

So, you're not even going to try and figure it out yourself? Arnd showed you how to get the last 'word' or token from the string, now you need to get everything before that. Check the syntax for the FIELD function, there's a way to take multiple fields at once. Hint - try to code something to take a...
by chulett
Mon Aug 15, 2005 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File useage
Replies: 6
Views: 1301

You can start an input stream with a Transformer under certain circumstances and that's what you need to do here. Add a Transformer and a link to the reference hash. A transformer can be used to generate data as long as you define a stage variable in it (don't need to use it, just define it) and the...
by chulett
Mon Aug 15, 2005 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File useage
Replies: 6
Views: 1301

And there's a little trick you can play with a Transformer as a source when your lookup comes first. :wink:
by chulett
Mon Aug 15, 2005 7:55 am
Forum: Site/Forum
Topic: Favorites & Post topics
Replies: 3
Views: 3331

You're slipping, Roy... there's no Poll here. :wink:
by chulett
Mon Aug 15, 2005 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification
Replies: 7
Views: 1969

Then they must have fixed it in your version, Lance. I think some of the issues people have seen in this regard are platform specific as well. Just for the record, what version of DataStage and what O/S are you running?
by chulett
Mon Aug 15, 2005 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return Charachter and Line feed
Replies: 1
Views: 698

For a Server job, you should be able to open up the Sequential File stage and switch to the Columns tab. Slide it over to the right and you'll find one called 'Contains terminators'. Set it to yes on the appropriate fields and you should be ok.
by chulett
Mon Aug 15, 2005 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation issues
Replies: 4
Views: 1383

You must do the installation as root.
by chulett
Mon Aug 15, 2005 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO CALL A ORACLE STORED PROCEDURE
Replies: 5
Views: 1471

Or upgrade to 7.5 so you have access to the Stored Procedure stage.
by chulett
Mon Aug 15, 2005 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pre 4.2 User defined SQL behaviour in 5 version OCI Lookups
Replies: 3
Views: 1081

Re: Pre 4.2 User defined SQL behaviour in 5 version OCI Look

Can anyone please let me know what is the significance of that option and what is the correct usage. Why not just look it up yourself? With the OCI stage open, there should be a Help button down in the lower right-hand corner. I haven't been on a 5.x server for years, but pretty sure it has always ...
by chulett
Mon Aug 15, 2005 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification
Replies: 7
Views: 1969

You're right, it doesn't work. :?

If you really need to use parameters in your email, you'll have to script up your own call to sendmail and execute it using the Routine Activity stage.
by chulett
Sun Aug 14, 2005 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DELETE.FILE for some files
Replies: 10
Views: 2392

Still plenty of time for that, Arnd. :wink:
by chulett
Sun Aug 14, 2005 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSqlLdr?
Replies: 5
Views: 1157

Sheesh... should have looked harder before posting. Found it buried down in a sub-sub-custom category in and amongst several things I'd loaded as examples for my noobies. It's part of the "Ascential Technical Tips & Tricks CD Version 1 - September 2002" that Mr Totman put together way back when,...
by chulett
Sun Aug 14, 2005 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSqlLdr?
Replies: 5
Views: 1157

As do I. Trust me, this isn't anything user-written because I'm the only user writing custom routines here. And I never start anything with 'DS'. This is a 7.0.1 install on HP/UX and the only thing out of the ordinary that was installed was the ClickPack - and it created its own category where every...
by chulett
Sun Aug 14, 2005 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to lookup with two keys
Replies: 6
Views: 1186

Most people would use a UV stage to do that.
by chulett
Sun Aug 14, 2005 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Number of Rows
Replies: 10
Views: 1882

The name of your hashed file is DSLink2? :roll:

Try using the command as written. Arnd said to try COUNT HashedFileName not COUNT 'HashedFileName' - it will work much more betta without the single quotes around the name.