Search found 6797 matches

by DSguru2B
Sun Jan 21, 2007 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Quering a Table with some Range Fields
Replies: 7
Views: 1782

If all the OP wants is to get records with same keys (col x and col y) and colA to be between the last two columns, then my solution should work. If there is an issue of setting all four columns as keys then your right, a different approach is in order.
by DSguru2B
Sun Jan 21, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

chulett wrote: Fix one and fix the other.

Thats right, two birds with one arrow. :wink:
by DSguru2B
Sun Jan 21, 2007 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file full
Replies: 2
Views: 987

I did an exact search on 'output file full' and it returned me 8 posts. Try searching again.
The error is pretty much what it says, your output file is full. Your hitting the 2GB limit. Its, but, obvious. A full outer join of 30M to 30M. :?
by DSguru2B
Sun Jan 21, 2007 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Quering a Table with some Range Fields
Replies: 7
Views: 1782

Who said anything about a date . Just messing with ya Craig.... Coming back to the OP's quest, This should be fairly easy. Mark col X and col Y as keys while building your hashed file. Do a lookup in the transformer on your keys. In the output link provide the constraint NOT(reflink.NOTFOUND)...
by DSguru2B
Sun Jan 21, 2007 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

Try the 'type filename.txt' from command prompt. See if it works ok from there. Lets try to fix your first problem first. Second should go away on its own, once your get your command activity working.
by DSguru2B
Sun Jan 21, 2007 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

No. you need to put the word 'type' before the path and file name. 'type' is the dos command to spit out the contents of the file onto the screen.
by DSguru2B
Sun Jan 21, 2007 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

chulett wrote:You were supposed to 'type' the file, not try to execute it.

Beat me to it :wink:
by DSguru2B
Sun Jan 21, 2007 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

Did you put 'type' before the file's fully qualified name? Does'nt look like it. Put type before your file name.
by DSguru2B
Sat Jan 20, 2007 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

Thanks for the clarification Craig. I couldnt remember the exact options off of my head as i havent used that option in ages. :)
I hope the OP is actually choosing those options from the drop down rather than typing it, which he probably is as the job ran and aborted.
by DSguru2B
Sat Jan 20, 2007 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EE Training in California
Replies: 3
Views: 795

You can also check with Ray as he offers server to parallel transition classes.
by DSguru2B
Sat Jan 20, 2007 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

What does the log say?
by DSguru2B
Sat Jan 20, 2007 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key using sequence ?
Replies: 34
Views: 13356

Did i say $Return_value. SOrry, you need to pick $Command_Output.
by DSguru2B
Sat Jan 20, 2007 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

Ray, Ernie; are you guys up for the challenge :wink: :?:
by DSguru2B
Fri Jan 19, 2007 10:18 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

O yea. Remember seeing one of those at my uncle's place. Some invention that was.
by DSguru2B
Fri Jan 19, 2007 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job goes in an endless loop
Replies: 6
Views: 2789

Clear out all the threads. Clear out the status file as our good friend Whale suggested. As for the error, how many of those columns are of type varchar or char. For each of those columns specify EREPLACE(in.Col, '"','') the second argument is singlequote, double quotes, single quote an...