INPUT file 'A' contains:
1
2
3
4
5
6
7
8
9
10

input file 'B' contains:
6
7
8
9
10
11
12
13
14
15

Output file 'X' contains:
1
2
3
4
5

Output file 'Y' contains:
6
7
8
9
10

Output file 'Z' contains:
11
12
13
14
15

How can we implement this in a single ds job?

Answer Posted / vaibhav

Hi Subbuchamala..

I marked this ans as no bcoz CDC stage works row by row i.e. on key column basis.. here for all the 10 records change_code will be 3 so it cannot be differentiated into 3 target files...

Different approach will be.. take union of 2 input tables and use transformer stage and filter on the basis of rownumber..

Let me know if I am wrong..

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of interprocessor stage in server jobs?

1722


how to run a sequential file stage in parallel if the stage is used on the TARGET side

1129


Name the different types of Lookups in Datastage?

720


What is the difference between informatica and datastage?

650


What are sequencers?

612






Whats difference betweeen operational data stage (ods) and data warehouse?

663


Can you explain engine tier in information server?

647


Can anyone tell me a difficult situation who have handled while creating Datastage jobs?

2837


Differentiate between datastage and datastage tx?

588


What are transforms and what is the differenece between routines and transforms?

609


Differentiate between odbc and drs stage?

591


How many types of hash files are there?

608


How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?

1693


1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?

1623


How do you schedule or monitoring the job?

661