i have source like
deptno,sal
1,2000
2,3000
3,4000
1,2300
4,5000
5,1100

i want target like

target1
deptno,sal
1,2000
3,4000
4,5000

target2
2,3000
1,2300
5,1100


with out using transformerstage

Answer Posted / naveen

seq1---------seq2


seq1 read the file.

seq2 ----give outfile1 and click on file give outfile2 then partition tab then select roun rabin partition key first column.

get the desired output.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)

1888


What is the process of killing a job in datastage?

579


What is the use of hoursfromtime() function in transformer stage in datastage?

575


What are the important features of datastage?

604


Define oconv () and iconv () functions in datastage?

867






What is the roundrobin collector?

631


hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys

2415


Can you explain how could anyone drop the index before loading the data in target in datastage?

879


How and where you used hash file?

648


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

604


How do you schedule or monitoring the job?

650


How to manage date conversion in Datastage?

630


What is a datastage job?

609


What is the different type of jobs in datastage?

560


What is aggtorec restructure operator?

709