Search found 5168 matches

by kumar_s
Wed Mar 22, 2006 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About SQL Code 0803N
Replies: 7
Views: 2732

Data gets updated if the key matches and the value varies. And get inserted if Key get differed.
Is there a chance where both key as well as data value are same as the records present in the table.
by kumar_s
Wed Mar 22, 2006 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting last row from transformer
Replies: 6
Views: 12222

As suggested, sort based on the both the fields. (Decending).
User RemioveDulicate stage to Retain First.
by kumar_s
Wed Mar 22, 2006 9:09 am
Forum: Site/Forum
Topic: membership fee is quite high
Replies: 8
Views: 3982

If anyone hasn't noticed, kumar_s is a prolific and skilled non-Premium Poster. Those answers are still FREE folks. Occassionally we (Premium Posters) may correct or augment existing non-Premium answers. Everyone should be extremely happy. But the fact is prolifacy and the skill was gained from the...
by kumar_s
Wed Mar 22, 2006 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Horizontal Pivot
Replies: 10
Views: 3054

Another option. User transformer to Split the second column into three. In.Column[1,INDEX(In.Column,'|',1)-1] for the first link In.Column[INDEX(In.Column,'|',2),(INDEX(In.Column,'|',2)-INDEX(In.Column,'|',1)-)] for the second link In.Column[INDEX(In.Colum...
by kumar_s
Wed Mar 22, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.REINDEX ALL has been executed while clients are connected
Replies: 7
Views: 5672

DS.REINDEX ALL has been executed while two clients for that project are connected.

This may force the index to get broken.
Building back the Index may be painfull and its not of full garuntee.
Try to restart the server. Once it worked fine for me.
by kumar_s
Wed Mar 22, 2006 8:50 am
Forum: Site/Forum
Topic: Congratz Arnd!!!
Replies: 4
Views: 2198

Congratz Arnd!!!

Congratz Arnd!!!
4000 post @ 8.16 post per day - Almost equivelent to Ray.
High speed - Quick reply - Wide exposure - Touched almost all topics.
Keep it up and Keep going!!!
by kumar_s
Wed Mar 22, 2006 8:46 am
Forum: Site/Forum
Topic: membership fee is quite high
Replies: 8
Views: 3982

If you paid $49 for your first year, you'll have the option of renewing at that amount for your second year as well.

Oh is it.... sounds great for all 500 people:!: :!: :!:
by kumar_s
Wed Mar 22, 2006 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating lookup file sets
Replies: 5
Views: 1684

If the issue is only for the subsequent run, then the rejected records can be funneled with the current data which populates the lookup fileset and can be made to populate the lookup file set in the subsequent job.
by kumar_s
Wed Mar 22, 2006 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About SQL Code 0803N
Replies: 7
Views: 2732

Are you sure that the same data does not exist in the table already?
Any refrential Integrity violation?
by kumar_s
Wed Mar 22, 2006 4:58 am
Forum: Site/Forum
Topic: membership fee is quite high
Replies: 8
Views: 3982

Since you have joined the site you may not have the full chance to know the value of this site. You can atleast expect/request to retain the membership fee as 50$ for 2nd year as well. But again its all depends up on the number of participants. The more the joinee, the lesseser the fee. It has alrea...
by kumar_s
Wed Mar 22, 2006 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to read the FIlenames coming to the server
Replies: 7
Views: 1946

But I guess you can make use of before job subroutine. 'head -1 filenames/filepatters' > NewFileName.txt If list of files are used, head -1 filename1 filename2 .. | grep -v = > NewFileName.txt to avoid the name of the file in the content. Read the NewFileName.txt with proper metadata. Skip the inter...
by kumar_s
Wed Mar 22, 2006 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Create a new dummy account and copy the contents into that path. Later on delete the dummy acount. Do not copy a live account. Yes... Buy creating a dummy project, and creating a dummy directory with the project2 name, and copying all the content of the dummy project directory to the proejct2 direc...
by kumar_s
Wed Mar 22, 2006 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3129

You can append one after other.
date /t > filename.dat
time /t >> filename.date
by kumar_s
Wed Mar 22, 2006 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to conert Float (10) to decimal (7,4)
Replies: 2
Views: 892

But it seems the value in the warning message is not for the value given initially.