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 / mrvprasad

1)First go to Seq File-->Columns-->Add RowNum column and
2)then go to Properties-->select Options-->select Row Number Column=RowNum (Drop down list select RowNum column)
we will get the sequence Numbers.

first do the link sort for Sal in transformer stage.

and in Transformer stage go to
Constraint: Mod(dslink1.RowNum,2)=0 ---o/p1

and then select otherwise check box or write Mod(dslink1.RowNum,2)=1 --->0/p2

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe stream connector?

818


What is a datastage job?

611


What is the method of removing duplicates, without the remove duplicate stage?

576


Give an idea of system variables.

576


How do you register plug-ins?

593






1)what is the size of Fact table and dimension table? 2)how to find the size of Fact table and dimension table? 3)how to implement the surrogate key in transform stage? 4)write the configuration file path? 5)how many types of datasets explain? 6)diff b/w developed projects and migration projects? 7)how to delete the header and footer file of the sequencer file? 8)how can u call the parameters in DS in unix environment? 9) how much data ur getting daily ? 10)

2303


What are the difference types of stages?

613


What are the components of ascential data stage?

640


Terminate Activity

833


Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.

1659


client know skid info?

1627


Differentiate between hash file and sequential file?

571


What is use Array size in datastage

1295


How complex jobs are implemented in datstage to improve performance?

585


Explain entity, attribute and relationship in datastage?

624