Search found 42189 matches

by chulett
Tue Nov 29, 2011 7:34 am
Forum: General
Topic: Connecting 8.5 client with 8.1 Server?
Replies: 3
Views: 1776

The short answer is an emphatic "no". :wink:
by chulett
Tue Nov 29, 2011 7:31 am
Forum: General
Topic: constraint in transformer
Replies: 5
Views: 1755

What is the use of @False in this expression I'm guessing someone added it (as part of their debugging / bottleneck investigation) to shut down that link... and then forgot to remove it later. Or are still investigating. Or that link no longer needs to ever send rows down it and they wanted to pres...
by chulett
Tue Nov 29, 2011 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on Datatype Conversion
Replies: 7
Views: 1922

What you posted is hexidecimal. For example, "30362f30312f32303131" is "06/01/2011" so your first task would be to that to character, it would seem.
by chulett
Tue Nov 29, 2011 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Large number calculation problem
Replies: 7
Views: 2004

Have you tried trimming the leading zeroes from the final string?
by chulett
Tue Nov 29, 2011 7:15 am
Forum: General
Topic: significance of December 31, 1967
Replies: 4
Views: 1440

Blame Richard Pick. :wink:

From what I've read, he chose it because you can take the modulus of the date and determine the day of the week. No clue if there was more to it than that.
by chulett
Tue Nov 29, 2011 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer: C Stage PlugIn function "Put" require
Replies: 17
Views: 7720

when making ldd ./oraoci9.so the message appears: unable to find library libclntsh.so.9.0 When you are executing this, has your user sourced your dsenv file first? And if "sourced" is a new term for you, it means doing this first: cd $DSHOME . ./dsenv To set up your command line environme...
by chulett
Tue Nov 29, 2011 6:52 am
Forum: General
Topic: list of ports to be enable while installing 8.5
Replies: 5
Views: 1236

Read your Planning, Installation, and Configuration Guide pdf, they're all listed there as well as everything else you'll need to know.

You could also start here if you don't actually have 8.5 in hand yet.
by chulett
Mon Nov 28, 2011 7:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the values in the column in ascending order
Replies: 14
Views: 3217

No... note that the individual values within the string are being re-ordered ascending. There's no simple way to do that. Can't even think of a complicated way right now. :?
by chulett
Mon Nov 28, 2011 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Large number calculation problem
Replies: 7
Views: 2004

How are you performing the math inside the job - convert the string to a number, divide, convert back to a string?
by chulett
Mon Nov 28, 2011 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a job dynamically for changing value in where clause
Replies: 3
Views: 1143

A Folder stage at the end of a Server job would handle the '10 files' and the naming you are looking for. Switching to an XML Ouput stage with a 'Trigger Column' gets you part way there... 10 files, but without the level of naming control you are looking for.
by chulett
Mon Nov 28, 2011 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue with extral line feeds
Replies: 5
Views: 2423

You'll first need to implement what Ray noted simply to be able to read them as a single record. After that, you can do whatever is needed to remove the LFs if you still feel the need, including the Convert() that you posted.
by chulett
Mon Nov 28, 2011 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppressing warnings in orchadmin
Replies: 6
Views: 1586

What makes you think you can't do multiple statements in the Execute Command stage?
by chulett
Mon Nov 28, 2011 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppressing warnings in orchadmin
Replies: 6
Views: 1586

pandeesh wrote:As of now I am doing rm-f for removing dataset.
:shock: Bad boy.
by chulett
Mon Nov 28, 2011 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer: C Stage PlugIn function "Put" require
Replies: 17
Views: 7720

Bottom line, this is either a dsenv issue with the Oracle related entries or some incompatability with the "bitness" of things, mixing 32 & 64 bit executables, for example. Since we're assuming that none of that changed during your upgrade, I'm still focusing on your dsenv file because...
by chulett
Mon Nov 28, 2011 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer: C Stage PlugIn function "Put" require
Replies: 17
Views: 7720

You didn't answer my question... and I meant the "error in dlopen" message.