Search found 92 matches

by sureshchandra
Mon Apr 07, 2008 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Error: data source is empty
Replies: 6
Views: 1885

Hi ray,
i'm sorry.Yes it is giving data source is empty.But while i'm running that query in QTODBC it is running fine.I'm getting the output.
Can u suggest me of what are the changes shoulkd i do.
by sureshchandra
Mon Apr 07, 2008 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Error: data source is empty
Replies: 6
Views: 1885

Getting Error: data source is empty

Hi all,
I'm my source stage(ODBC).In view data i'm getting data source is empty.In my source stage i'm using tab user defined SQL query.
Pls help me how to resolve.





Thanks in advance
by sureshchandra
Fri Apr 04, 2008 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to minimise the output?
Replies: 7
Views: 1916

Hi Ray,
Pls be clear of how to do in aggreator stage.
should i add the STRT_DT and END_DT in source and do aggregation ?


I'm very thankful to u
by sureshchandra
Fri Apr 04, 2008 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to minimise the output?
Replies: 7
Views: 1916

Hi all, In source i'm having only one column. This is my query pls check it WITH DATES AS( SELECT MIN(XX_MA_DT) STRT_DT,MAX(XX_MA_DT) END_DT FROM (SELECT DISTINCT XX_MA_DT FROM EMP.T1 WHERE T1.XX_MX_DT < CURRENT DATE ORDER BY XX_MA_DT DESC FETCH FIRST 13 ROWS ONLY) TMP). I'm having only XX_MA_DT thi...
by sureshchandra
Fri Apr 04, 2008 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to minimise the output?
Replies: 7
Views: 1916

Hi all, In source i'm having only one column. This is my query pls check it WITH DATES AS( SELECT MIN(XX_MA_DT) STRT_DT,MAX(XX_MA_DT) END_DT FROM (SELECT DISTINCT XX_MA_DT FROM EMP.T1 WHERE T1.XX_MX_DT < CURRENT DATE ORDER BY XX_MA_DT DESC FETCH FIRST 13 ROWS ONLY) TMP). I'm having only XX_MA_DT thi...
by sureshchandra
Fri Apr 04, 2008 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to minimise the output?
Replies: 7
Views: 1916

How to minimise the output?

Hi all,
My job design is
ODBC------>Trans---------->SeqFile.
I'm getting the dates as output.I won't recquired all the dates as out put.Among all i need only Max and Min dates.

Pls help me how to do this?


Thanks in advance
by sureshchandra
Thu Apr 03, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting SQL query into Datastage server job
Replies: 3
Views: 2008

Hi,
My source is a DB2 query.In the source query i'm having four tables
in my query.Ihave to convert this into ds server jobs.
Pls give the clew how to do?



Thanks in advance
by sureshchandra
Thu Apr 03, 2008 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting SQL query into Datastage server job
Replies: 3
Views: 2008

Converting SQL query into Datastage server job

Hi all, I'm converting DB2 query in Ds jobs. I', having four tables in my query.In that one table is date and the rest are say for eg: A,B and C. for the first table i done a seprate job DB2------->Trans------>Flatfile job is successful i got the dates. Now i have to insert the target(flat file) int...
by sureshchandra
Thu Apr 03, 2008 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we do sum in transformer stage?If yes how?
Replies: 18
Views: 17703

Hi all,
Thanks for ur help.Issue is resolved.
by sureshchandra
Thu Apr 03, 2008 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we do sum in transformer stage?If yes how?
Replies: 18
Views: 17703

Hi Ray,
thanks for ur response.
i have to do sum in Transformer.For eg:A+B=C.
Here A and B are columns which are there and C is the new column(sum(A+B)).So C is the new column i have to insert .


thanks in advance
by sureshchandra
Thu Apr 03, 2008 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we do sum in transformer stage?If yes how?
Replies: 18
Views: 17703

Can we do sum in transformer stage?If yes how?

Hi,
Can we do aggregation(sum) in transformer stage.If yes pls help me how to do?


thanks in advance
by sureshchandra
Mon Mar 31, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: select Distinct
Replies: 16
Views: 5635

Hi Chulett,
Pls be clear.Any option is there to do distinct.Or i have to change the query to distinct.



Thanks in advance
by sureshchandra
Mon Mar 31, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: select Distinct
Replies: 16
Views: 5635

Hi ArndW, I'm getting the out put like this eg:29-3-2008 29-3-2008 29-3-2008 29-3-2008 30-3-2008 30-3-2008 30-3-2008 30-3-2008 30-3-2008 30-3-2008 31-3-2008 31-3-2008 31-3-2008 31-3-2008 I have to distinct into 29-3-2008 30-3-2008 31-3-2008 Pls help me how to do.I'm using ODBC------>Trans-------->Fl...
by sureshchandra
Mon Mar 31, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: select Distinct
Replies: 16
Views: 5635

by sureshchandra
Mon Mar 31, 2008 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: select Distinct
Replies: 16
Views: 5635

Hi Andrew,
Thanks for ur response.
Can u help me how can i do it in transformer.
In stage variable what should i select?