how can we send even and odd records from a sequential file
to two different targets

Answer Posted / satya

Create new column record number in sequential file then in
Transformer check that record number is even or odd and
send them accordingly to o/p.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of containers in datastage?

705


What is difference between join, merge and lookup stage?

638


Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance

1752


what are .ctl(control files) files ? how the dataset stage have better performance by this files?

2182


what is repositery?

1297






What is difference between symmetric multiprocessing and massive parallel processing?

656


Can you explain link buffering?

728


What is the use of datastage director?

590


What is the difference between an operational datastage and a data warehouse?

637


What is the difference between server job and parallel jobs?

672


What is a merge?

672


How many types of sorting methods are available in datastage?

633


If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?

1632


What are the differences between datastage and informatica?

570


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?

1748