Search found 22 matches

by m_keerthi2005
Thu Nov 02, 2006 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Server certification
Replies: 2
Views: 1523

Data Stage Server certification

hi,

Is there any Data Stage server certification available from IBM.

I got some information that there is no certification available for Data stage server before posting this question.

If it is available, can you provide price and duration information etc.

Can anyone help on this.

Thanks..
by m_keerthi2005
Tue Oct 17, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent function in Data Stage for ORACLE "like"
Replies: 3
Views: 2873

Thanks Guys... It is working fine
by m_keerthi2005
Mon Oct 16, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent function in Data Stage for ORACLE "like"
Replies: 3
Views: 2873

Equivalent function in Data Stage for ORACLE "like"

Hi All,

Is there any function available in data stage that is equivalent to "like" option in ORACLE.

Ex: select * from EMP where empname like '%MITH%';

Thanks
by m_keerthi2005
Wed Sep 13, 2006 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading or writing the last record to a Sequential File
Replies: 7
Views: 3515

The last option may also be available in PX. when you use group by on any column then you may have to use last option.

If you are doing any group by, then other option could be use the MAX(Column) in the derivation column. this should solve your problem.
by m_keerthi2005
Wed Sep 13, 2006 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum size of input text file
Replies: 5
Views: 3062

I have loaded the 5 GB file without any issues. It completed within 4 hours. When you click the view data it should come within seconds. Please check the options you have selected. It will work.
by m_keerthi2005
Fri Jul 28, 2006 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy 10 from one folder to another folder using Folder stage
Replies: 2
Views: 1701

copy 10 from one folder to another folder using Folder stage

Hi, We have 100 files in our source folder. We want to move 10 files into 10 different folders. Moving 10 files can be done using Folder stage. But our concern is when first 10 files are moved to fisrt target folder, that first 10 files should be deleted from source directory. when i run second time...
by m_keerthi2005
Thu Jul 27, 2006 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call a environment variable in a routine
Replies: 4
Views: 3278

Hi Ashwin,

Thanks for quick reply.

Could you please eloborate on this point.
by m_keerthi2005
Thu Jul 27, 2006 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call a environment variable in a routine
Replies: 4
Views: 3278

call a environment variable in a routine

hi Guys,


Can we call a environment variable in a routine. Will it be possible. Can anybody suggest on this.

Thanks in advance
by m_keerthi2005
Tue Jul 18, 2006 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

Thanks folks for helping on this issue.

One thing I oberved that the performance of the sort stage is slow. Is there any way to improve the performance of sorter stage.
by m_keerthi2005
Tue Jul 18, 2006 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

I have sorted the data before doing the aggregation. Here sorting is going through succesfully, but when it is doing group by on key columns in aggregator it is failing at 2 GB memory limit.

Can anybody help on this.
by m_keerthi2005
Tue Jul 18, 2006 2:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

we do not have any Quality stage. we have to resolve this using server jobs.

could you please through some more light how to resove this issue.
by m_keerthi2005
Tue Jul 18, 2006 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

we have also tried with hash file. but that also was taking lot of time than DB query. we are using only windows and server jobs to resolve this issue. No unix commands we are using
by m_keerthi2005
Tue Jul 18, 2006 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

we can sort the data before doing aggregation. Would this work for 10 million records.

Any thoughts on this
by m_keerthi2005
Tue Jul 18, 2006 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

Thanks for fast replying
we are using server jobs. could you please tell us how exactly we need to use stage variables to get this done.
by m_keerthi2005
Tue Jul 18, 2006 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing duplicates from 20 million records
Replies: 24
Views: 10236

Removing duplicates from 20 million records

Hi all, We are facing one problem in removing duplicates. we have 2 files. Each file has 10 million records. When we remove duplicates using Aggregator stage on 3 key columns, we are getting limitation on Aggregation memory. The job is getting aborted after the memory reaches to 2 GB, i.e after 15 l...