Search found 42189 matches

by chulett
Mon Feb 15, 2016 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic required for If / then / else in tranformer
Replies: 8
Views: 4068

... was going to let them realize and attempt to correct that. Was also going to go back and edit my answer to say 'a variation of the last one' but decided to just let it stand.
by chulett
Mon Feb 15, 2016 11:15 am
Forum: Site/Forum
Topic: Enhance "OS" dropdown.
Replies: 3
Views: 7706

Honestly, I don't think we'll see any changes here from what little I know of what goes on behind the scenes. There has been talk of a completely revamped site to replace this one but haven't heard anything new along those lines for quite some time. Maybe someone has more insight into that? To your ...
by chulett
Mon Feb 15, 2016 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Asterisk characters in Dataset date field
Replies: 3
Views: 1368

They may not be invalid as much so improperly converted. Nature vs. nurture. :wink:

Hard to say without knowing the source and how the data is being manipulated before we got here.
by chulett
Mon Feb 15, 2016 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stringtodecimal function clarification
Replies: 9
Views: 6698

ALL of the digits are 'considered' (one by one from the right) not just the one immediately following the desired scale. And you seem to have your examples (2 after vs. 3 after) backwards, not to mention we're talking scale not precision here and you call out things like a 'second six' when there's...
by chulett
Mon Feb 15, 2016 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with LIKE and not with EQUAL
Replies: 9
Views: 4199

Where does the file come into play? All you've mentioned are two tables and then you say that you are 'not working with a database'. :?
by chulett
Sun Feb 14, 2016 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 bulk load job- Performance Issue
Replies: 7
Views: 4616

Code: Select all

 tags preserve whitespace, followed by lots of 'preview' passes until it all lines up.  :wink:
by chulett
Sun Feb 14, 2016 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic required for If / then / else in tranformer
Replies: 8
Views: 4068

In other words... the last one. :wink:
by chulett
Sun Feb 14, 2016 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic required for If / then / else in tranformer
Replies: 8
Views: 4068

:?

That just needs to be one if-then-else, specifically the last one.
by chulett
Sun Feb 14, 2016 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 bulk load job- Performance Issue
Replies: 7
Views: 4616

Sorry, not one of the chimers requested as my experience is primarily with Oracle not DB2 but... If it's anything like Oracle you can't bulk load into a table with indexes, if they exist they must be dropped and rebuilt afterwards. There are times when that fact alone rules it out as the added speed...
by chulett
Sat Feb 13, 2016 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting StringToDecimal and back DecimalToString
Replies: 9
Views: 4175

So... still no joy on your conversion? If so, as a first step please post the syntax you are using. We'd also need to know what your decimal conversion rules are - rounding, truncating? For example if your source string was "2000.28" would the end result still be "2000.2" or woul...
by chulett
Fri Feb 12, 2016 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Enterprise Stage Connection Error
Replies: 7
Views: 3418

Andy is saying connector and you are saying connection... and they are not synonymous. If by that you mean you don't have the user and password actually specified in the stage on the canvas, give that shot and see what happens. All of this is predicated on the assumption that this is your first atte...
by chulett
Fri Feb 12, 2016 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Enterprise Stage Connection Error
Replies: 7
Views: 3418

Well, it is complaining about the password or user being incorrect and it has to connect to a database in order to have that issue. Are you certain that:

a) you are connecting to the correct database?
b) the user name and password are correct?
by chulett
Fri Feb 12, 2016 7:49 am
Forum: General
Topic: Problem when i install Datastage 11.5
Replies: 0
Views: 1648

No flavor of Windows 7 is supported for the server side of DataStage. Check the requirements for what is.
by chulett
Thu Feb 11, 2016 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting StringToDecimal and back DecimalToString
Replies: 9
Views: 4175

Vaibhav, what operating system is your DataStage server on? You've marked the post as Windows but the error looks like it comes from a UNIX system and the advice in Andy's link is specific to RedHat Linux, hence the question.
by chulett
Thu Feb 11, 2016 10:34 am
Forum: General
Topic: Can any one explain the below Unix command ??
Replies: 3
Views: 1380

Andy, Andy, Andy... taking all the fun out of learning to fish. :wink: