Search found 108 matches

by ds2000
Mon Mar 10, 2008 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatic Partitioning Not Working
Replies: 5
Views: 2484

Automatic Partitioning Not Working

Im using 6 datasets using Left Join stage. 3rd dataset is not joining properly. Join works fine if i use the Hash partitioning on 3rd dataset and mainstream data. But then should i have to revert back hash partitioning to Automatic so that output can join properly to other remaining datasets. Please...
by ds2000
Mon Mar 10, 2008 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: System Date -15 Years
Replies: 2
Views: 949

It works fine..Thanks Ray.
by ds2000
Sat Mar 08, 2008 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: System Date -15 Years
Replies: 2
Views: 949

System Date -15 Years

I want to a compare of date (yyyy-mm-dd) with system date -15 years in Transformer in px. What functions should i use.
by ds2000
Wed Jan 09, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load spreadsheets data into SQL Server thru Datastage
Replies: 4
Views: 1396

If source is spread sheet then just use the SEQUENTIAL FILE stage and link to database stage. do your transformation in any appropriate stage or use transformer in between.
by ds2000
Wed Jan 09, 2008 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to 2 decimal places For Double (53)
Replies: 9
Views: 3708

DFloatToDecimal(Link.DblCol, "round_inf") works fine in transformer when making stage variable to Decimal with 2 decimal places. Would it be able to handle a value for Double (53). What should be the decimal data type equivalent to Double (53) ?
by ds2000
Tue Jan 08, 2008 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to 2 decimal places For Double (53)
Replies: 9
Views: 3708

ArndW:
I couldn't understand it. what is the syntax of round_inf ? please explain.
by ds2000
Sat Jan 05, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to 2 decimal places For Double (53)
Replies: 9
Views: 3708

ArndW:
INT(In.DBLCol*100)/100 function is not available in px. and i tried to put decimal with 2 decimal places, it doesnt round.
by ds2000
Wed Jan 02, 2008 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to 2 decimal places For Double (53)
Replies: 9
Views: 3708

I want to do this in Transformer in Px and source is Double (53) and Target is Double (53) in dataset which is then populated in db2 - Double (53).
by ds2000
Wed Jan 02, 2008 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to 2 decimal places For Double (53)
Replies: 9
Views: 3708

Round to 2 decimal places For Double (53)

i want to Round to 2 decimal places input and output is same i.e double (53)
by ds2000
Wed Jan 02, 2008 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing DOUBLE column to zero giving error
Replies: 8
Views: 1717

I already solved it by adding another tx before where i was initializing with zeros and its working.

Thanks for help.
by ds2000
Wed Jan 02, 2008 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing DOUBLE column to zero giving error
Replies: 8
Views: 1717

I already solved it by adding another tx before where i was initializing with zeros and its working.

Thanks for help.
by ds2000
Wed Jan 02, 2008 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing DOUBLE column to zero giving error
Replies: 8
Views: 1717

more error details

<main_program> Error when checking composite operator: Output from subprocess: D:\DDPSM07\Data\DS\Dev\Projects\PPAM_DEV\RT_BP466.O\V34S0_jp9MergingPpamData_a_xfmChar0toSpac.C(319) : warning C4244: '=' : conversion from 'APT_Int64' to 'int', possible loss of data
by ds2000
Wed Jan 02, 2008 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing DOUBLE column to zero giving error
Replies: 8
Views: 1717

Initializing DOUBLE column to zero giving error

Im Initializing some columns with 0 and there datatype is DOUBLE in a transformer. It gives me compilation error. My table has 400 colums. It is working fine if i assign column derivation to these colums. Following is the error: I dont know what im doing wrong: <transform> Error when checking compos...
by ds2000
Thu Dec 13, 2007 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Menu Lost
Replies: 8
Views: 1986

Menu Found

Although i have been using the following shorcut keys while my Text menu was disappeared. When i started using these keys it suddenly appeared separately at the bottom corner and i placed it back.. :lol:

FILE: Alt F
Edit: Alt E
View: Alt V
Tools: Alt T
Window: Alt W

Thanks for your help.