Search found 42189 matches

by chulett
Mon Jul 14, 2008 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Derivation Expression fed from a Rules table
Replies: 6
Views: 1369

Not sure if this helps but we had a very recent conversation on basically this same topic, primarily for PX:

http://www.dsxchange.com/viewtopic.php?t=120384
by chulett
Mon Jul 14, 2008 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined Functions (for data conversion)?
Replies: 1
Views: 1170

Welcome! :D What you need is a "User Defined" or custom routine, reusable code that encapsulates business logic. Create and test it in the Manager, then leverage it in the field derivations of your jobs. If your rules change, simply recode and redeploy the routine and all jobs that use it will autom...
by chulett
Mon Jul 14, 2008 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: designer hanging while job is compiling
Replies: 4
Views: 1364

Well, the answer to your second question is your syntax is wrong. Post what you are using.
by chulett
Mon Jul 14, 2008 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job didnt stop with the given time
Replies: 2
Views: 713

Ah... so that's what that was for. :wink:

Nothing wrong with your previous macro use so something in the implementation of UserVariables v. Execute Command I guess.
by chulett
Mon Jul 14, 2008 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time
Replies: 5
Views: 1186

Well, that's certainly intuitive. :P
by chulett
Mon Jul 14, 2008 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Files with varying columns
Replies: 7
Views: 2350

When it magically has 78 columns the next day, are the first 60 the same as the previous day?
by chulett
Mon Jul 14, 2008 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time
Replies: 5
Views: 1186

For an actual DOS command, all I am aware of is time /t and then you'd need to parse out the hour. If we're talking PX with the MKSToolkit then the UNIX commands can be used.
by chulett
Mon Jul 14, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Warnings while populating sequential files
Replies: 15
Views: 4582

You used the 'following code' where?
by chulett
Mon Jul 14, 2008 8:12 am
Forum: General
Topic: Loading hebrew data into an oracle DB UTF8 defined
Replies: 1
Views: 1176

Welcome. :D

What are your exact db NLS settings? And what is DataStage using?
by chulett
Mon Jul 14, 2008 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to connect in Web Service client .
Replies: 5
Views: 2993

All - this has been reposted in the proper forum and should be responded to there. Thanks.
by chulett
Mon Jul 14, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication between Jobs using env variables
Replies: 8
Views: 2309

In other words, you'd need to persist it... file, USERSTATUS, etc.
by chulett
Mon Jul 14, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication between Jobs using env variables
Replies: 8
Views: 2309

No, not directly in the manner you are thinking. They are ephemeral, transient things which do not survive the tragic heat death of their specific process.
by chulett
Mon Jul 14, 2008 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special Charecters in SCD Stage
Replies: 6
Views: 1676

We know... patience, my friend, patience.

And yes, I would wager this is an NLS issue. Do you NLS enabled? What are your NLS settings, project / job / database? Why do you keep saying "Oracle table/flat file" - which is it? In other words, what *is* your source, an Oracle table or a flat file? :?
by chulett
Mon Jul 14, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date convert to number
Replies: 4
Views: 1019

:? Or just refer to the answer to your previous date question here, the answer is the same sans the "minus one" part.
by chulett
Mon Jul 14, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special Charecters in SCD Stage
Replies: 6
Views: 1676

Sure.