-
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.
-
-
-
-
-
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... -
How did you handle an 'Aborted' sequencer?
In almost all cases we have to delete the data inserted by this from DB manually and fix the job and then run the job again.
-
-
-
-
DataStage - delete header and footer on the source sequential
How do you you delete header and footer on the source sequential file and how do you create header and footer on target sequential file using datastage?
-
Delete Dataset
How to Delete Dataset in Datastage Parallel Jobs?
DataStage Interview Questions
Ans