Search found 47 matches

by manoj_23sakthi
Fri Dec 09, 2011 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert value to Years
Replies: 5
Views: 1964

Hi , By using transformer u can get this .. But i need more clarification on this . JOB: Source ---->Trans------->Target source: --------- column1 194 2037 20438 32599 Transformer: -------------- Stage variable: column1/365.25 Column1 : If floor(Stage variable) < 1 then 1 else floor(Stage variable) ...
by manoj_23sakthi
Fri Dec 09, 2011 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterize query SQL file
Replies: 4
Views: 5905

Re: Parameterize query SQL file

Hi Vijay,

Please try this #Eff_date# ...
I hope it may work....
Please check the parameter data type for Eff_date if its "char " change as "date"

Manoj kumar,
by manoj_23sakthi
Wed Nov 23, 2011 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Duplicates
Replies: 8
Views: 4413

Hi,

If your input is data base u can achive this in query:
with (Term1,Term2 ) as (select Term Term1 ,count (Term ) Term2 from Table group by Term2 > 1)

select ID,Term from table where Term = Term1

Else..
follow uegodawa idea...
Regards
Manoj kumar
by manoj_23sakthi
Fri Nov 18, 2011 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with scratch space while using JOIN stage in DS 8.5
Replies: 3
Views: 1657

Re: Problems with scratch space while using JOIN stage in DS

Hi,
You have to increase the scratch disk space..
Else You can achive the same join condition in database Query...
Before that try to remove unwanted datasets in unix path..
Thanks
Manoj kumar
by manoj_23sakthi
Fri Nov 11, 2011 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to view data from CSV file
Replies: 4
Views: 2371

hi,
Ray may correct . I too face this same problem.

The metadata we got like sale dt,cross dt ...
we import the meta and proceed but we are not able to proceed ..

then we correct the metadata like sale_dt,cross_dt,...
and it works..

Regards,
Manoj kumar
by manoj_23sakthi
Fri Nov 11, 2011 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Order Doubt
Replies: 4
Views: 1830

Re: Sort Order Doubt

Hi ,
Its good enough to maintain up to lookup stage..
basically we use Entire partion for lookup stage..

Manoj kumar
by manoj_23sakthi
Tue Nov 01, 2011 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format change
Replies: 9
Views: 2550

Re: Date format change

Hi , Your code looks good but you are using string function to time stamp Apply your code in stage variable to extract the req out put Stage var: load_sec_returns.ret_dt[5,6]:'-':load_sec_returns.ret_dt[3,4]:'-':load_sec_returns.ret_dt[1,2]:' 00:00:000' Use convert function : StringToTimestamp(Stage...
by manoj_23sakthi
Wed Oct 19, 2011 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join two keys with lookup stage
Replies: 7
Views: 3049

hi ray,

In look up property we can give condition
by manoj_23sakthi
Wed Oct 19, 2011 1:37 am
Forum: General
Topic: How to find the Table name in datastage repository?
Replies: 1
Views: 1761

Re: How to find the Table name in datastage repository?

Hi ,
import table definations...

manoj
by manoj_23sakthi
Tue Oct 18, 2011 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in implementing join logic
Replies: 11
Views: 3873

Hi, Could u please correct my understanding if i am wrong D1 and D2 datasets (c1,c2,c3,c4) D1 left outer join D2 If u feel that c3 and c4 are nullable columns before join handle null and populate with default value "-" and join . It will works.. If my understanding is wrong please clarify ...
by manoj_23sakthi
Tue Oct 18, 2011 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Director
Replies: 3
Views: 2675

Re: Warning in Director

Hi,

Before join stage use sort stage and try this..
I think it may hapen because of memory issue..
Inline sort handle less volume of data.

manoj
by manoj_23sakthi
Tue Oct 18, 2011 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join two keys with lookup stage
Replies: 7
Views: 3049

i am not sure abt this...
in constrain we can do this...
by manoj_23sakthi
Tue Oct 18, 2011 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to retrieve or insert data into DB2
Replies: 13
Views: 5002

Hi,
DB2 API stage is native stage for Db2 its gives better performance compare to ODBC connector...
Could u conform the metadata data type the corresponing table and u mapped in the stage

Regards,
Manoj Kumar
by manoj_23sakthi
Mon Mar 21, 2011 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling warning generated :all columns are nonnullable
Replies: 5
Views: 2038

Re: Null handling warning generated :all columns are nonnull

Hi,

Could You please explain wat function that you using in Aggregator stage


Thanks,
Manoj