-
What is the use of node in data stage ?
If we increase the nodes wt will happens?
-
What is the architecture of your Datastage project
I came across this question many times in interview, In specific what can i answer..... Please help..
-
Single column with multiple rows should be converted into single row with commas
Can any one help....
Source is.....
a
b
c
d
want target as.....
a,b,c,d
thanks in advance -
Load 10 Input files into 10 Target tables at a time
I have the 10 input file like F1,F2...F10 then I need to load these 10 input files into 10 target Output tables like T1,T2...T10. Here is the scenario for 10 tables But in future If i will receive 100 input files then I need to load it into respective 100 target tables.
After loading the input files into target tables I need a confirmation in the respective target tables(By input File... -
Print Minimum & Maximum Salary of Respective Employee
I have an input file in the below format :
NAME SAL
---- ---
A 4000
B 3000
C 8000
A 2000
B 7000
C 5000
B 2000
C 9000
A 1000
If I will use Sort ---> Aggregator Group by then it will give 3 columns like NAME,MAX(),MIN()
NAME MAX() MIN()
---- -----... -
-
Join and Lookup Stage
If you have a huge volume of data to be referenced, which stage will you use? Join or Lookup stage? Why
-
Remove Leading Zero
How to remove leading zeros in data and transform data to target?
-
Datastage job
i have a sequence of job in DataStage which is taking more than 4 hrs which is supposed to complete in less than 1 hr
so what could be the possibilities to take much longer time than expected? -
Having single input source want three different outputs.
I have a source file having data like:
10
10
10
20
20
20
30
30
40
40
50
60
70
i want three output from the above input file, these output would be:
1) having only unique records no duplicates should be there. Like:
10
20
30
40
50
60
70
2) having only duplicate records,... -
Scenario in datastage
input is
cola
1
2
3
this should be populated at the output as
cola
1
2 2
3 3 3 -
Giving occurances
can anyone pls solve in datastage.........
source column is..
A
A
B
B
B
C
C
D
........want output columns(2 cols) as.........
A 1
A 2
B 1
B 2
B 3
C 1
C 2
D 1
THANX IN ADVANCE. -
How to load 2 files data into a single file without using join stage
I have 2 files having different meta data and 2 files does not have any common key. How can I load the 2 files data into a single file without using Join stage?
-
Delete Duplicates Using Transformer
1.Without using stage variable how can we delete the duplicates using Transformer?
2.If we will remove duplicates using Transformer then minimum how many stage variable required for this? -
Single row converted into multiple rows using transformer stage
input
-------------
name | no
--------------------
Bose 1
Mani 2
Arun 3
Output
-------------
name | no
--------------------
Bose 1
Mani 2
Mani 2
Arun 3
Arun 3
Arun 3
to get the Using transformer stage
help me... -
Importance of Surrogate Key in Data warehousing?
Surrogate Key is a Primary Key for a Dimension table. Most importance of using it is it is independent of underlying database. i.e Surrogate Key is not affected by the changes going on with a database.
-
-
-
-
DataStage Interview Questions
Ans