I have 2 Files like
fileA fileB Output1 Output2 Output3
1 6 1 6 11
2 7 2 7 12
3 8 3 8 13
4 9 4 9 14
5 10 5 10 15
6 11
7 12
8 13
9 14
10 15

please let know

Answer Posted / kanakam

hi guys for this scenario we need to do the following steps

1.First take the two sequential file stages
2.Use the Join stage,in join stage use the fullouter join
3.Take the Filter stage in filter stage we have to write
the where clause conditions:
a.for getting the Output1:Right.columnname=''
b.For gettting the output2:Right.columnname=left.columnname
c.for getting output3:Left.columnname=''

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the some differences between 7.x and 8.x version of datastage?

861


What is the differentiate between data file and descriptor file?

969


What are the partitioning techniques available in link partitioner?

1889


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

734


Notification Activity

998






What is the difference between the local container and shared container?

730


Where the datastage stored his repository?

702


Explain how a source file is populated?

927


What are datastage sequences?

777


table actions available in oracle connector?

1202


Name the command line functions to import and export the DS jobs?

807


What is data partitioning?

831


Give an idea of system variables.

683


How to implement complex jobs in data stage?

741


how to sort two columns in single job in datastage.

2640