Search found 42189 matches

by chulett
Thu Oct 23, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last date of current month
Replies: 3
Views: 1624

Who woulda thunk it! :wink:

Please mark the post as Resolved using the button at the top of the screen.
by chulett
Thu Oct 23, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning 0 row updated
Replies: 1
Views: 1135

Re: Warning 0 row updated

I don't want to use a "Look Up" to know if the row i want to update exists in the table because of the performances. That's what hashed files exist for. They are the heart and soul of the Server product. Done properly, there's no performance penalty. So i would like to know if it's possible to disa...
by chulett
Thu Oct 23, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parellel Job in DS Server
Replies: 10
Views: 3199

What he means is it won't stop you from doing it, will not abort, but rather will just trash the sequential file.
by chulett
Thu Oct 23, 2008 7:57 am
Forum: General
Topic: How to clear hash file
Replies: 4
Views: 1355

From the Administrator or TCL prompt: CLEAR.FILE HashedFileName works for an account based hashed file. Pathed file? Delete it from the O/S.
by chulett
Thu Oct 23, 2008 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function for extracting delimited substrings in a string
Replies: 11
Views: 3112

:idea: A couple of tips...

Always 'Preview' your posts so you know what they will look like.

Next time you have this problem, enable the 'Disable Smilies in this post' option.
by chulett
Thu Oct 23, 2008 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Direct Path Load Problem
Replies: 16
Views: 6004

So... do we have to guess why the job aborted?
by chulett
Thu Oct 23, 2008 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataType
Replies: 3
Views: 1140

Sounds just like this problem:

http://www.dsxchange.com/viewtopic.php?t=123054

How strange. Exactly the same but for the column name.
by chulett
Thu Oct 23, 2008 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job unlock
Replies: 3
Views: 872

Ok, however you marked your DataStage Release as 8x so that's why I answered as I did. Why not go to Ken's website and get it from there directly? From what I recall:

http://www.kennethbland.com
by chulett
Thu Oct 23, 2008 12:21 am
Forum: General
Topic: where the job logs getting stored
Replies: 11
Views: 3447

If you are asking if you can clear job logs from the UNIX command line, the answer is no. Best to get your Auto Purge settings right and let that happen automatically.
by chulett
Wed Oct 22, 2008 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Create multiple Files
Replies: 6
Views: 1580

That's how the split command works, it adds a suffix to whatever filename you tell it to use. So, for you, leave the extension off of the split output filename and then add it back on after the split is complete.
by chulett
Wed Oct 22, 2008 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric Check Validation
Replies: 5
Views: 2139

:? There's no "then" in a constraint expression as expressions just evaluate to true or false. A "then" only has a place in an assignment, something you would use in a derivation. That's not correct - not sure what Craig was thinking at the time. Maybe this. The IF expression must have both a THEN ...
by chulett
Wed Oct 22, 2008 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Field Function
Replies: 1
Views: 933

8) Please mark the topic as Resolved using the button at the top of the page.
by chulett
Wed Oct 22, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Pivot
Replies: 7
Views: 2368

Which is exactly what the Pivot stage does. Don't confuse "key" with "index" or "primary key" or anything of that ilk. For the Pivot stage, you mark as "Key" the base column(s) that should be included in every row it pivots out. This is all documented in the pivot.pdf manual in your Docs directory. ...
by chulett
Wed Oct 22, 2008 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORAUPSERT_COMMIT_ROW_INTERVAL env variables ?
Replies: 8
Views: 4043

There's no such thing as an "indirect" load. There is either a direct load (DIRECT=TRUE) or a conventional load (DIRECT=FALSE) and only the conventional load support commits.
by chulett
Wed Oct 22, 2008 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two reject links to the same error file
Replies: 1
Views: 672

Yes. Sequential files by their very sequential nature can support multiple readers but only one writer process. This is not a "DataStage issue", they have worked that way since they first crawled out of the primordial muck. Write to two files.