Search found 152 matches

by nani0907
Tue Dec 02, 2008 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating issue
Replies: 8
Views: 2738

Hi,


The column B is mentioned as Number datatype in oracle table without length.
by nani0907
Tue Dec 02, 2008 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating issue
Replies: 8
Views: 2738

I donot mean that.
sorry for mentioning it.
by nani0907
Tue Dec 02, 2008 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating issue
Replies: 8
Views: 2738

Floating issue

Hi all i am getting the below error from the oracle query used. floating point decimal is not fully supported; adjusting the scale. Ora query used. SELECT DECODE(FN.column A,NULL,'NULL',FN.column A) AS column A, SUM(CAST(FN.column B AS DECIMAL(38,10))) AS column B FROM Table FN WHERE FN.DATE=to_date...
by nani0907
Wed Nov 26, 2008 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate top five values
Replies: 10
Views: 1846

Thanks a lot

Iam able to get required output
by nani0907
Wed Nov 26, 2008 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate top five values
Replies: 10
Views: 1846

Thanks a lot

Iam able to get required output
by nani0907
Wed Nov 26, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate top five values
Replies: 10
Views: 1846

How to limit the output to the first 5 rows
by nani0907
Wed Nov 26, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate top five values
Replies: 10
Views: 1846

I getting the data as below column A Column B 1 20.9 2 10.8 3 27.4 4 15.3 5 32.1 6 15.7 Output to be generted only for top five column B values in descending order Coumn a Column B 5 32.1 3 27.4 1 20.9 6 15.7 4 15.3 Please help me out .
by nani0907
Wed Nov 26, 2008 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate top five values
Replies: 10
Views: 1846

It is to populate five largest decimal values.
by nani0907
Wed Nov 26, 2008 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate top five values
Replies: 10
Views: 1846

To populate top five values

Hi all

I have need to populate top five decimal values after doing validations for which i have used transformer stage.

Pleae share how do handle this .

Thanks in advance
by nani0907
Mon Nov 24, 2008 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Elimnating Zero's
Replies: 2
Views: 944

use Trim function
Trim(cloumnname,'0','L')

It will trim leading zeros
by nani0907
Sun Nov 23, 2008 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unmatched records Capturing
Replies: 9
Views: 2515

Thanks Ray.

i will try with that.
by nani0907
Fri Nov 21, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unmatched records Capturing
Replies: 9
Views: 2515

Is there any option without going for reject link in lookup stage .
by nani0907
Fri Nov 21, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unmatched records Capturing
Replies: 9
Views: 2515

Unmatched records Capturing

Hi All,

how to capture unmatched records after doing reference with database .

could you please help this

Thanks in Adavance
by nani0907
Thu Nov 13, 2008 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tuning process
Replies: 7
Views: 4693

Thanks.

This is the part of tuning at the source level for the file. and how to improve the performance while it is inserting into the target table which is oracle as it is taking the long time
by nani0907
Thu Nov 13, 2008 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tuning process
Replies: 7
Views: 4693

hi,

Could you please tell me how set the readers option and where can i find it