Search found 312 matches

by kirankota79
Tue May 05, 2009 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extracting start and end position using index function
Replies: 15
Views: 13783

Nagarjuna, Thanks for reply.

So there is no way that we can do this from DS functions?

And one more thing other than the position is, there is a comma with in the fullname part. so using comma as delimiter in field function will remove the second part in FULL NAME.
by kirankota79
Tue May 05, 2009 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extracting start and end position using index function
Replies: 15
Views: 13783

The position of these name fields in the string is not same for each record they keep on varying like the following sample 3 records. "EMP_FIRSTNAME=LATHEEF SYED","EMP_LASTNAME=HUSSAINY","EMP_FULLNAME=HUSSAINY, LATHEEF SYED" "EMP_FIRSTNAME=CHISTINE","EMP_...
by kirankota79
Tue May 05, 2009 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extract start and end position using index function
Replies: 1
Views: 863

extract start and end position using index function

I have a sample data like this "EMP_BASE_RATE=8.81","EMP_BIRTH_DATE=08/03/1987 00:00","EMP_FIRSTNAME=MANUEL","EMP_LASTNAME=BUENO","EMP_FULLNAME=BUENO, MANUEL","EMP_PAYGRP_NAME=PHASE1","EMP_SIN=removed","EMP_FLAG3=N",&quo...
by kirankota79
Tue May 05, 2009 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extracting start and end position using index function
Replies: 15
Views: 13783

extracting start and end position using index function

I have a sample data like this "EMP_BASE_RATE=8.81","EMP_BIRTH_DATE=08/03/1987 00:00","EMP_FIRSTNAME=MANUEL","EMP_LASTNAME=BUENO","EMP_FULLNAME=BUENO, MANUEL","EMP_PAYGRP_NAME=PHASE1","EMP_SIN=removed","EMP_FLAG3=N",&quo...
by kirankota79
Tue Jan 20, 2009 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capturing reject records with DRS stage
Replies: 1
Views: 980

capturing reject records with DRS stage

Can any one let me know how to capture the reject rows while updating using DRS stage?
by kirankota79
Fri Dec 19, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: designer and admin not responding
Replies: 1
Views: 999

designer and admin not responding

I have project for which i need to do small changes. So i exported the dsx and done changes and then was importing. But suddenly in the middle of import (after some jobs are imported) it said the connection is lost and i have to hit the OK button with error for each job until end. After this i kille...
by kirankota79
Tue Dec 16, 2008 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple job run
Replies: 1
Views: 827

multiple job run

Hi, Like we have multiple job compile, do we have a multiple job run? I don't want to press the run button for each job. I know we can use sequencer for this. But i am looking for which i can do this without sequencer. For each table i have 2 jobs, job1 and job2. I want all the job1s to run/execute ...
by kirankota79
Tue Oct 28, 2008 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: making sure that one update statement update only one row
Replies: 1
Views: 1057

making sure that one update statement update only one row

I have a job set up like Dataset------------->transformer--------->Oracle stage. I update some columns using key columns in the oracle tables (upsert). Can you please let me know, if there is anyway to make sure that each update statement updates only one row. I know that if the keys are unique it w...
by kirankota79
Wed Oct 15, 2008 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 2531

Thanks Craig,

I can implement this....but do i need to have RTI components for this? since the source and target tables should be in sync always.
by kirankota79
Wed Oct 15, 2008 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 2531

Thanks Craig,

I can implement this....but do i need to have RTI components for this? since the source and target tables should be in sync always.
by kirankota79
Wed Oct 15, 2008 8:14 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: sync tables that are different layouts in real time
Replies: 2
Views: 3116

I am new to Real time and that is the reason i am asking this question
by kirankota79
Wed Oct 15, 2008 8:12 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: sync tables that are different layouts in real time
Replies: 2
Views: 3116

sync tables that are different layouts in real time

Hi,

I have an requirement where i need to sync two tables with different layouts in two different instances (oracle to oracle). How can we invoke this in real time mode? What should i need for this. Please let me know.

Thanks
by kirankota79
Wed Oct 15, 2008 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 2531

sync tables that are different layouts (Oracle to Oracle)

Hi,

I have an requirement where i need to sync two tables with different layouts in two different instances (oracle to oracle). Can we do this in real time mode? What should i need for this. Please let me know.

Thanks
by kirankota79
Sat Aug 16, 2008 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass header and trailor to the output
Replies: 8
Views: 5619

Hi...Thanks again for the inputs and it is working for different lengths. Now i have a different scenario....Apart from header and trailor there are some files with detail records having different lengths. This is making difficult to cut down the single column into multiple columns in a particular f...