Source flat file contains
src
---
1
2
'
'
'
18
we had 3 targets
T1 T2 T3
-- -- --
1 4 7
2 5 8
3 6 9
10 13 16
11 14 17
12 15 18

How can i get?
**Using only datastage, but not unix or any other.
I am expecting the answer soon..
Thanks in advance.

Answer Posted / shar

whats wrong with the people
see we have 3 targets so.,.
use below under tx constraints
mod(src,3)=1 move it to target1
mod(src,3)=2 move it to target2
mod(src,3)=0 move it to target3

seq-->tx-->dataset(3)
whats the big deal in it?

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of jobs we have in datastage?

761


How will you move hashed file from one location to another location?

1773


What are the benefits of datastage?

819


in oracle target stage when we use load option and when we use upsert option?

1856


What is usage analysis in datastage?

915






Demonstrate experience in maintaining quality process standards?

2046


Explain entity, attribute and relationship in datastage?

732


Define meta stage?

873


Enlist various types of routines in datastage.

736


describe the Steps to confiure a Qlogic switch

2050


Why do we use link partitioner and link collector in datastage?

784


AGGREGATOR default datatype

1030


if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?

1845


What are the enhancements made in datastage 7.5 compare with 7.0?

803


How you Implemented SCD Type 1 & Type 2 in your project?

3788