Search found 42189 matches

by chulett
Fri Oct 12, 2012 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: substring a column
Replies: 7
Views: 1784

What? What in the heck makes you think I "don't like" your post? :?

Just trying to understand what part you need help with...
by chulett
Fri Oct 12, 2012 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: substring a column
Replies: 7
Views: 1784

How much help do you need? The documentation on the substring operators is clear... for the "to the end" part, either hard-code the maximum size of the column as the size to use or just use a sufficiently high number as it doesn't matter if it runs off the end. If you really want to, you c...
by chulett
Fri Oct 12, 2012 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection timeout error after upgrade to Linux 11
Replies: 5
Views: 6296

That sounds more like a 'workaround' to me and doesn't really address the root of the problem, especially if you didn't have that on before. But... ok.
by chulett
Fri Oct 12, 2012 9:34 am
Forum: General
Topic: dsjob wrapper script for cron
Replies: 1
Views: 1313

Not exactly in the 'simple' camp but perhaps a good starting point: viewtopic.php?t=85578
by chulett
Fri Oct 12, 2012 6:41 am
Forum: Site/Forum
Topic: Premium Membership has not been activated
Replies: 5
Views: 5135

Sure looks like it has been activated, are you still having issues?
by chulett
Fri Oct 12, 2012 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection timeout error after upgrade to Linux 11
Replies: 5
Views: 6296

That kind of thing always screams 'resource issue' to me. Have you talked to your SysAdmin and/or DBA about it? Perhaps some settings need to be bumped up.
by chulett
Thu Oct 11, 2012 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Float or Double
Replies: 13
Views: 5200

I'd be curious to know - rounded to what?
by chulett
Thu Oct 11, 2012 10:18 am
Forum: General
Topic: Cant view job log in Director & get this error
Replies: 2
Views: 1375

An exact search here for "computed blink" will help.
by chulett
Thu Oct 11, 2012 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading csv , Last Column, String Function (Trim/Left)
Replies: 4
Views: 1487

Do you understand why your Trim examples didn't work?
by chulett
Thu Oct 11, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SELECT distinct v/s Remove Duplicate Stage
Replies: 6
Views: 3311

jerome_rajan wrote:Oops! Just realized I posted this in the wrong forum :( . Can the admin please move it to the right forum?
You betcha. :wink:
by chulett
Wed Oct 10, 2012 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generated SQL statement for unused columns
Replies: 3
Views: 1011

Interesting, so it is checking the actual table's metadata rather than what is defined in the stage? From the docs, there is an option of either "Fully generated SQL query or Column-generated SQL query", if you are using the former then perhaps a switch to the other is appropriate. I don't...
by chulett
Wed Oct 10, 2012 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generated SQL statement for unused columns
Replies: 3
Views: 1011

Clarify for us what exactly "they're not defined at job" means. If they exist in the target stage, they will be included in the generated SQL. It doesn't work like Informatica, if you have that expectation.
by chulett
Tue Oct 09, 2012 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a nullable source to a non-nullable result....
Replies: 4
Views: 3534

You'll have the same issue with any kind of derived field, like a sum for example. Even if you are summing non-nullable fields, it will always consider the result to be nullable.
by chulett
Tue Oct 09, 2012 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Server Edition 7.5.3 - Data Masking
Replies: 17
Views: 8027

Re: Data Stage Server Edition 7.5.3 - Data Masking

korca123 wrote:One example is the Customer ID field.
That's fine. I've never been anywhere where that would be considered PII but if you need to that's fine and it will certainly increase the challenge. :wink: