Search found 37 matches

by supernova2005
Thu May 19, 2005 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problme with aggregator stage
Replies: 6
Views: 3419

problme with aggregator stage

Hello everyone, I have an aggregator stage that calculates the sum of a decimal(13,2) field. Both input and output are defined as not nullable. The result of is correct, but I am getting the following warning message: Aggregator_66: When checking operator: When binding output interface field "v...
by supernova2005
Mon Apr 04, 2005 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message on "dfloat" when using a aggregato
Replies: 6
Views: 11915

great! warnings disappeared. Thanks.
by supernova2005
Mon Apr 04, 2005 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message on "dfloat" when using a aggregato
Replies: 6
Views: 11915

Warning message on "dfloat" when using a aggregato

Hello everone, I am using an aggregator to count the total number of rows on a input sequencial file. It is grouped by primary keys and the aggregation type is "Count Rows", however, I am getting a warning message. ag_recordcount_audit_ag_recordcount_audit: When checking operator: When bin...
by supernova2005
Mon Feb 07, 2005 5:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: julian date conversion
Replies: 1
Views: 1138

julian date conversion

Hi everyone, I need to convert a julian date with formate yyyyddd to regular date formate, for example, if the input is 2005001, then the output is 01/01/2005. Does datastage have a built-in function to do that, otherwise I have to write my own logic, which is very complicated, because I have to con...
by supernova2005
Mon Feb 07, 2005 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: julian date conversion
Replies: 12
Views: 9712

julian date conversion

Hi everyone, I need to convert a julian date with formate yyyyddd to regular date formate, for example, if the input is 2005001, then the output is 01/01/2005. Does datastage have a built-in function to do that, otherwise I have to write my own logic, which is very complicated, because I have to con...
by supernova2005
Mon Feb 07, 2005 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture the total no. of rows passed through a link
Replies: 11
Views: 5856

Re: How to capture the total no. of rows passed through a li

Can you do it on the Unix level? Just use wc -l filename to count the total number of lines on the input file. I need to capture the total number of rows that pass through any link in a job . For eg. 1. The number of rows from Input to transformer 2. The number of rows from Transformer to ouput1. 3....
by supernova2005
Mon Jan 24, 2005 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accesssing a hash file in a Basic routine
Replies: 3
Views: 1074

accesssing a hash file in a Basic routine

Hi everyone,

I need to write a Datastage basic routine to lookup a hash file and return the result.

Does anyone know how I can do it?