Search found 42189 matches

by chulett
Mon Sep 02, 2013 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

SURA's suggestion is valid - what happens if you try the base IsValid() function with the "decimal" option rather than IsValidDecimal(), do you see the same behavior? From what I've read, they are not the same - the latter is not a 'shortcut' to the former.
by chulett
Mon Sep 02, 2013 7:15 am
Forum: General
Topic: uvodbc.config file
Replies: 4
Views: 2521

You need to update the information in $DSHOME as well as in every project that you want to use the ODBC connection.
by chulett
Sun Sep 01, 2013 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

At this point you should be involving your support provider.
by chulett
Sat Aug 31, 2013 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML property clarification
Replies: 7
Views: 2567

Have you ever worked with XML before? I don't mean in DataStage, I mean at any point. Just trying to judge your familiarity with XML... guessing it is new to you.
by chulett
Sat Aug 31, 2013 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage
Replies: 9
Views: 5987

Key column. Singular. The whole point of this post is there can only be one. If you still need help, start a new post with your details.
by chulett
Fri Aug 30, 2013 9:55 am
Forum: General
Topic: Log - Jobs Multiple Instance
Replies: 2
Views: 1591

Clarify for us what you mean by "set the Clear Log configurations"... what are you doing where? I'd also like to confirm where your logs are being stored as there are two choices in the post-7.x world controlled by these variables: RTLogging=1 ORLogging=0 What are yours set to? As above?
by chulett
Fri Aug 30, 2013 9:47 am
Forum: General
Topic: Optional Parameters Passed to Sequencer
Replies: 8
Views: 3135

How can I get the sequence job to carry all possible parameters needed and _not_ just the parameters available to that one selected job the Job Activity requires? The job parameters that a Sequence carries are completely up to you. It is a separate, discrete list that may or may not have any relati...
by chulett
Fri Aug 30, 2013 8:05 am
Forum: General
Topic: Optional Parameters Passed to Sequencer
Replies: 8
Views: 3135

I don't see the issue. The sequence job carries all possible parameters needed and you pass to each Job Activity stage whatever parameters each one needs.
by chulett
Thu Aug 29, 2013 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append operation for DataSet - output from xml input stage
Replies: 3
Views: 1876

Re: Append operation for DataSet - output from xml input sta

techiexavier wrote: need the out from XML input stage for all files into one data set.
As noted, that is exactly what will happen by default, no need to append or clear - just replace each time.

And ps - you are not using a Server job. I corrected your post and moved it to the proper forum.
by chulett
Thu Aug 29, 2013 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

What does "does not work" mean? Keep in mind the fact that all of the "IsValid" functions require a string input, the goal being to see if the string can be successfully converted to the target data type before you actually effect the conversion. Are you saying that IsValidDecima...
by chulett
Thu Aug 29, 2013 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Touch File mechanism
Replies: 8
Views: 4324

Wow... better late than never I suppose. :wink:
by chulett
Thu Aug 29, 2013 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping/Looping in datastage
Replies: 6
Views: 2418

Sorry but could you please do the Exact Search here that I mentioned? It's all out there, don't see a need to type it all up yet again.
by chulett
Thu Aug 29, 2013 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date issue
Replies: 4
Views: 1746

your userid shows as a "premium member" here on the forum. Unfortunately, all this means is that they were Premium at one point - not that they are currently. They've let it expire. I've asked for this in the past to be changed to show one's current status but I don't think those kind of ...
by chulett
Thu Aug 29, 2013 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To check the value of a decimal column is negative/positive
Replies: 8
Views: 2303

ps. Split out to a new (but related) topic.
by chulett
Thu Aug 29, 2013 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To check the value of a decimal column is negative/positive
Replies: 8
Views: 2303

SURA wrote:
SURA wrote:Try if A <> 0.00
What i mean is, you can provide the condition like A <= 0.00 or A > 0.00
Aha! Then that's what you should have said. :D