how can we extract data with out having any common column

Answers were Sorted based on User's Feedback



how can we extract data with out having any common column..

Answer / vijay

create a one dummy column in both tables .

like dummy x in t1 table,
dummy x in t2 table.

make a inner join .. then u ll get data from both tables.

Is This Answer Correct ?    13 Yes 2 No

how can we extract data with out having any common column..

Answer / ram

Question not clear. can u check your question.

i think you want to know how to extract data from 2 tables
which doesnt have a common column.

Is This Answer Correct ?    6 Yes 1 No

how can we extract data with out having any common column..

Answer / siri

Hi,

If meta data is same u can achieve this in 2 ways.
1) In job properties -> before job subroutine -> cp file1.txt file2.txt

2) Use Funnel

Meta data is not same then you need key.(With out key it is not possible)

Is This Answer Correct ?    1 Yes 0 No

how can we extract data with out having any common column..

Answer / raj

yes. PLZ give me the ans

Is This Answer Correct ?    0 Yes 0 No

how can we extract data with out having any common column..

Answer / sridhar

Use lookup stage .this scenario u will do through lookup
stage .But whatevr You joining columns datatype must be
same.cOrrect me if i am wrong

Is This Answer Correct ?    1 Yes 1 No

how can we extract data with out having any common column..

Answer / bietl

Hi,

it's just simple as this..

Suppose we have two tables T1 and T2.

Now load the two tables to Seq.files as S1 and S2.

T1............ S1

T2............. S2

Now S1 and S2 are our two seq.files load the two files data
by selecting the S2 seq.file option as append then we will
get the S1 and S2 data as same as T1 and T2.

I hope it will clarify ur question

Is This Answer Correct ?    1 Yes 4 No

how can we extract data with out having any common column..

Answer / nagakalyan

by using transformer we can but the joining two tables at
least have same datatype and data

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Data Stage Interview Questions

I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage

3 Answers   IBM,


Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?

0 Answers   IBM,


What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?

0 Answers  


What are stage variables and constants?

0 Answers  


I have 5 different sources i want same records in 5 different targets Can you any body send me this question answer rathdsetl@gmail.com

2 Answers   TCS,






is it possible to access the same job by two users at a time in DataStage?

2 Answers   IBM,


How do u convert the columns to rows in datastage?

0 Answers  


Can you filter data in hashed file?

0 Answers  


where the log files or tables can store in DS?

2 Answers   IBM,


I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?

1 Answers   CGI,


Tell me Wt main advantage of Stage varibles? Project level hints?

4 Answers   Hexaware,


What is use Array size in datastage

0 Answers  


Categories