Search found 89 matches

by girija
Mon Apr 06, 2009 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit converison in Aggregate stage
Replies: 8
Views: 7983

Why do you need decimal(39,12) ? I think decimal(38,10) is enough to hold the sum or count.
by girija
Mon Apr 06, 2009 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Conversion
Replies: 9
Views: 7485

Use "To_date(policy_eff_dt, 'YYYY:MM:DD HH24:MI:SS') POLICY_EFF_DT " in your query.
by girija
Mon Apr 06, 2009 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit converison in Aggregate stage
Replies: 8
Views: 7983

dfloat is the internal data type for decimal(38,10) same as BigInt (15) --> int64.
by girija
Mon Apr 06, 2009 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using @PARTITIONNUM and @INROWNUM in a constraint
Replies: 3
Views: 5919

Since your first constraint is linkStatsXML.FileType = "FULL" your result may be random, means nowhere in your job you ensure atleast one record with linkStatsXML.FileType = "FULL" should be there in the node 0.
by girija
Mon Apr 06, 2009 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: result rows are not showing up-total mismatch
Replies: 18
Views: 7416

I think this is an issue of your "third party plugin" (if you consider this is an issue). Did you check it in your output/target rows? It may use the upsert (if your target is a database), instead of insert it updates the row according to the key. Since you get 1000 rows in your seq file, ...
by girija
Fri Apr 03, 2009 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exiting loop without aborting job
Replies: 11
Views: 4268

Did your command stage create file name list with the delimeter after the last file name?
by girija
Fri Apr 03, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory problem with Funnel and Transformer
Replies: 7
Views: 2418

Are you using any sorting logic in the transformer or funnel? Why its using memory. Please tell us little bit detail of your design.
by girija
Fri Apr 03, 2009 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory problem with Funnel and Transformer
Replies: 7
Views: 2418

Are you using any sorting logic in the transformer or funnel? Why its using memory. Please tell us little bit detail of your design.
by girija
Tue Mar 24, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Null Columns of Dataset showing as Nullable
Replies: 4
Views: 3390

You can use IsValid function in transformer to see whether is it a valid number or not. If not try to assign a default value. If you are using oracle TO_NUMBER, use NVL(TO_NUMBER(TRIM(Field)),<default value>.
by girija
Tue Mar 24, 2009 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting rows between two dates
Replies: 11
Views: 4723

Please tell us about your input and expected ouput with a simple example....
by girija
Mon Mar 23, 2009 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Logic
Replies: 3
Views: 1779

What is the difference between A and B date logic. These are same in input but your expected output contain one row from A and two row from B...
by girija
Mon Mar 23, 2009 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using sequence job to read multiple files of directory
Replies: 18
Views: 14543

No,
This should be ls -m *.csv.
by girija
Tue Mar 10, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Issuse, Data loaded with trailing spaces
Replies: 4
Views: 1259

What is the data type defined in oracle for this field?
by girija
Tue Mar 10, 2009 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container encrypted parameter
Replies: 3
Views: 1480

Yes, you cannot use the encrypted parameter in a shared container.
If you explain your requirement, you may get some way around of it.