table a contains 5 columns and table b contains 5 columns
how can i get 10 columns at target?

Answer Posted / rajesh.dwh

To do this in server job: use merge stage/transformer stage
to join these two tables (Ta and Tb) mapping them and load
it into target (sequential/ODBC/ORACLE) etc.

To do this in parallel job: use merge/joiner stage and do
above task.

thanks & regards:
todbarajesh@gmail.com

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of hash files are there?

624


whom do you report?

1512


There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this

1819


What are system variables and sequencers in datastage

619


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 ?

1642






Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

644


how to export or import the jobs in .ISX file

736


Can we use target hash file as a lookup ?

2832


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)

1907


how to use self join using datastage ? can u tell me using stage how can we implemnet the self join

4582


DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks

1049


What are the different type of jobs in datastage?

620


What are the steps required to kill the job in Datastage?

700


What is data partitioning?

757


If you want to use a same piece of code in different jobs, how will you achieve this?

811