it is possible to load two tables data into one sequential
file?if possible how?plz share with me?

Answers were Sorted based on User's Feedback



it is possible to load two tables data into one sequential file?if possible how?plz share with me?..

Answer / subhash

Lets discuss diff cases:
1. If the two tables having same key column,
then based on that key column we can able join the two
tables. It's horizantal joining.
Ex: Table1 has 10 columns +1Key col
Table2 has 5 columns +1Key col
in target SeqFile we get 10+5+1 columns

2. If the two tables having same metadata,
Then using funnel stage we can perform vertical joining.
whether it may continuous or sequence funnel.
In this case we can add extra columns 'INDICATOR'(1 for
Table1 and 2 for Table2 records in the select query) to
identify records

3. If the two tables not having same metadata & Key column,
We can generate 1 common Key column from Column Generator
Stage- 'DUMMY'(values: 1,2,3,4,...) for 2 tables
Then, we can join based on DUMMY column to get all the
columns from the both tables and load those columns to
SeqFile.

Is This Answer Correct ?    8 Yes 0 No

it is possible to load two tables data into one sequential file?if possible how?plz share with me?..

Answer / venugopal

Yes you can join two tables and load the data into
sequential file...
Take two tables use join stage and join the data based on
the key and then load the data into sequential file...

Is This Answer Correct ?    8 Yes 1 No

it is possible to load two tables data into one sequential file?if possible how?plz share with me?..

Answer / amit

Two tables means, there is a possibility of mismatching metadata. In this case also, we can load data into a sequential file without maintaining the metadata of two tables.

If we want to keep track of these records, then we can, add one record identifier field, to later identify the records while extracting data from file.

Is This Answer Correct ?    1 Yes 0 No

it is possible to load two tables data into one sequential file?if possible how?plz share with me?..

Answer / raja sekhar

yes,possible first jest give the path name of the one of the
table in stage tab then go to the output tab then u can find
out the load option jest load the one table data.through the
load option u can load the second table also.

Is This Answer Correct ?    0 Yes 0 No

it is possible to load two tables data into one sequential file?if possible how?plz share with me?..

Answer / srikanth reddy m

If the two tables having same key column, then based on that key column we can able join the two tables. This is nothing but horizantal joining.
or
If the the two tables having same metadata, then using funnel stage we can perform vertical joining. whether it may continuous or sequence funnel.

Is This Answer Correct ?    0 Yes 0 No

it is possible to load two tables data into one sequential file?if possible how?plz share with me?..

Answer / ramesh

sequential file has no storage memory limit. so that
possible.but hashed file is not possible.

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More Data Stage Interview Questions

What is the difference between validate and compile?

1 Answers   CTS,


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

0 Answers   IBM,


What are the difference types of stages?

0 Answers  


Name the third party tools that can be used in datastage?

0 Answers  


what is main difference between change capture and change apply stages

4 Answers   IBM,






Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)

3 Answers   HSBC,


what is flow of project?

0 Answers   HSBC, IBM,


i have a small question for datastage, After the desinging (i.e., transformations and loading)part, what we can do?

1 Answers   TCS,


tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?

3 Answers   Infotech,


Nls stands for what in datastage?

0 Answers  


CAN ANY ONE TELL ME THE ARCHITECTURE OF DATASTAGE CLEARLY....

2 Answers   Wipro,


Hi friends If anybody completed datastage 8.5 certification.Could please guide me what are the topics new in 8.5 certification.

2 Answers  


Categories