Search found 6797 matches

by DSguru2B
Mon Feb 05, 2007 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Contraint problem
Replies: 3
Views: 723

Hmm. Thats strange. Uncheck the reject line and explicity provide the constraint.

Code: Select all

IsNull(SProgress2Ora.ADDRESS_ID) OR IsNull(SProgress2Ora.CUSTOMER_ID)
by DSguru2B
Mon Feb 05, 2007 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cursor (loop)/row-by-row processing
Replies: 7
Views: 1684

You can just do the comparison in the stage variables. Search for row comparison. Its been covered gazillions of times.
by DSguru2B
Mon Feb 05, 2007 8:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: From sequencial file to sequencial file
Replies: 3
Views: 971

You have commas in your data, thats why.
Set your quote character to double quotes.(")
by DSguru2B
Mon Feb 05, 2007 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Are you providing the lengths of all the varchar fields?
by DSguru2B
Mon Feb 05, 2007 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Non-equijoin Key Expression
Replies: 15
Views: 3715

jjrbikes wrote:If I'm reading your code correctly, this would search my hashed file for the three possible values in the input file, and if not found would return basically a LookUpFile.NOTFOUND value. Correct?

It will return a -1 if the value is not found. You can leverage that for LookUpFile.NOTFOUND
by DSguru2B
Mon Feb 05, 2007 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Non-equijoin Key Expression
Replies: 15
Views: 3715

I have no idea what X, Y, P, Q, A and C are. Reading your second post, you can get that done with a custom routine. Something like Retvalue="" Open "suresh" to myfile else ABORT Readu Retvalue from myfile, Arg1 else Readu Retvalue from myfile, Arg2 else Readu Retvalue from myfile...
by DSguru2B
Mon Feb 05, 2007 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle ERROR
Replies: 9
Views: 2768

Check your columns and see if they are exactly what your selecting in your sql
by DSguru2B
Mon Feb 05, 2007 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Functions
Replies: 26
Views: 7014

See if this helps

Code: Select all

Field(in.Col[INDEX(in.Col,"V",1), Len(in.Col) - INDEX(in.Col,"V",1)+1]," ",1)
by DSguru2B
Mon Feb 05, 2007 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle ERROR
Replies: 9
Views: 2768

First of all, please delete the other duplicate post before anyone replies to it.
Are PROM_FROM1 AND PROM_FROM2 Date columns. You need to do TO_CHAR() and then do your comparison. See if that helps.
by DSguru2B
Mon Feb 05, 2007 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Non-equijoin Key Expression
Replies: 15
Views: 3715

No. It wont.
by DSguru2B
Mon Feb 05, 2007 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Functions
Replies: 26
Views: 7014

So you want to extract V- and whatever single character is with it? Is that correct. Give us a few examples, this is confusing.
by DSguru2B
Mon Feb 05, 2007 2:50 pm
Forum: Site/Forum
Topic: Craig did it again, 9K posts
Replies: 14
Views: 7463

chulett wrote:I don't know about candy, but you're almost at the 20K point level where you can finally get that pony you've always wanted. :wink:

A pony, damn, I want a shelby :wink:
by DSguru2B
Mon Feb 05, 2007 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
Replies: 34
Views: 50742

Re: followup - clean run Re: SIGKILL - possibly caused by Jo

jgreve wrote:The large load ran 100% without aborting, that
is over 200 invocations just fine (it used to abort
up every few dozen invocations).
John G.

You must be one happy fellow. :)
by DSguru2B
Mon Feb 05, 2007 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete files after the job is run
Replies: 4
Views: 1070

You can read your file with ReadMethod = "File Pattern". Specify an extra column that gets the File Name from the options. Do all your processing and load the column with your file name along with the rest of the columns to a sequential file. This is to ensure that all the data has been read. Then y...
by DSguru2B
Mon Feb 05, 2007 2:33 pm
Forum: Site/Forum
Topic: Craig did it again, 9K posts
Replies: 14
Views: 7463

Craig did it again, 9K posts

Congrats Craig on reaching another unimaginable milestone. So do I get a candy now :wink: