Search found 42189 matches

by chulett
Wed Dec 21, 2005 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage BASIC functions with variable number of arguments
Replies: 8
Views: 2232

Interesting... good luck with that. :wink:

Seriously, let us know what you come up with.
by chulett
Wed Dec 21, 2005 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filling date mark in dynamic query
Replies: 19
Views: 4081

You can also take advantage of the User Status area each job has to pass a value to a downstream job without the intervening routine.
by chulett
Wed Dec 21, 2005 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage BASIC functions with variable number of arguments
Replies: 8
Views: 2232

What about creating the routine as taking a fixed number of parameters and then putting a series of transforms over the top of it that take your 'variable number of arguments'. The transform could default / hard code the 'unused' parameters in that case. :?
by chulett
Wed Dec 21, 2005 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 5482

Yes, it affects all projects on the server when done in the dsenv. For us, that's exactly what we needed. I have no idea how to set something like that different from project to project, perhaps someone else does...
by chulett
Wed Dec 21, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to retrieve timestamps column from database
Replies: 5
Views: 1701

What is the datatype in Oracle? Is it a DATE field or actually one of the newer TIMESTAMP types? If so, which exact type?
by chulett
Wed Dec 21, 2005 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set no limits as warning while running the job
Replies: 5
Views: 2855

Sounds like you should do something to test for the existance of the file first, rather than let the job error out if it doesn't. Would the WaitForFile stage help you in this regard? What about a routine to test for the file - one that doesn't error if it doesn't exist, merely reports that fact - an...
by chulett
Wed Dec 21, 2005 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XLSHEET AS A SOURCEDATA
Replies: 14
Views: 3612

Sorry - I edited the link at the last minute and hacked off one too many bits. :cry:

It's fixed now!
by chulett
Wed Dec 21, 2005 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 4
Views: 1489

Methinks Arnd doth replyeth to the wrong post.
by chulett
Wed Dec 21, 2005 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XLSHEET AS A SOURCEDATA
Replies: 14
Views: 3612

Search works. And it's Excel.
by chulett
Tue Dec 20, 2005 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enviroment Variable
Replies: 5
Views: 1675

I have already known about the function alternative but am trying to avoid it as writing code in ds basic makes dificult the maintenance. I'd rethink that assertation as 'writing code in ds basic' is part and parcel of working with Server jobs. Well structured and well documented code will greatly ...
by chulett
Tue Dec 20, 2005 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enviroment Variable
Replies: 5
Views: 1675

Ignoring your thread title and answering the question as asked would lead me to say - create a 'current month and year' routine that returns that value. Call it using a Routine Activity stage, the output of which can be easily passed in as a parameter value to any downstream jobs. :wink:
by chulett
Tue Dec 20, 2005 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 5482

The solution is pretty straight forward - put an NLS_LANG entry in your dsenv file that matches your source / target systems and you should be fine.
by chulett
Tue Dec 20, 2005 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe will be going away...
Replies: 5
Views: 1445

That's what I would have thought...
by chulett
Tue Dec 20, 2005 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Lookup
Replies: 6
Views: 1622

You actually want a Range lookup, not a conditional one. Search the forum for the various discussions on that topic.
by chulett
Tue Dec 20, 2005 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change Hashfile name
Replies: 13
Views: 3818

If it is externally pathed then yes, do so at the O/S level. Account based ones? I don't believe so... but there may be a RENAME.FILE command lurking out there somewhere for all I know.