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

Answer Posted / bharath

Use query
>select * from tab1,tab2;

You get Cartesian Product of two table rows
if tab1 having m no.of an tab2 has n no of col
then mXn (m by n) rows are returned.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of datastage?

721


Differentiate between datastage and datastage tx?

591


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

611


How a routine is called in datastage job?

603


Demonstrate experience in maintaining quality process standards?

1928






On which Dimension Table you implemented SCD Type in your Project

1577


Describe the main features of datastage?

654


What is the project in datastage?

665


How to clean the datastage repository?

691


what is the use of materialized view?

958


How to manage date conversion in Datastage?

638


Define repository tables in datastage?

699


What is the difference between account and directory options ?

620


Can anyone tell me a difficult situation who have handled while creating Datastage jobs?

2839


How do you generate sequence number in datastage?

623