-
ETL Tools Lookup Stage
By using the Lookup stage we will combine the data from multiple table. By using join stage also we will combine the data from multiple tables. Then what is the need of Lookup stage?
-
What is job commit in Datastage?
What is job commit in Datastage?
If I am working on parallel jobs, how can I give this option(in each odbc satge) that commit should perform after specific number of records transaction.
Please help -
Count in Dataset
How to get the dataset record count? with out using orchadmin command
-
Datastage Performance Tuning
How to improve the Performance Tuning any 5 points
-
-
Dataset utility question
How can we retrieve the particular rows in dataset by using orchadmin command?
-
-
Datastage scenario - Flat file
Source is a flat file and has 200 records . These have to split across 4 outputs equally . 50 records in each .
The total number of records in the source may vary everyday ,according to the count records are to split equally at 4 outputs.
Could someone post an answer for this question.
Thanks -
Output using stage variable concept of transformer only (remove reserve duplicates)
INPUT:
SOURCE DESTINATION DISTANCE(KM)
HYD CHN 500
CHN HYD 500
BANG HYD 600
HYD BANG 600
PUN HYD 750
HYD PUN 750
OUTPUT : -
Convert Column Data into Row Data
Solve in Datastage
Input:
col1, col2, col3
----------------
a, b, c
d, e, f
Output like
Col
---
a
b
c
d
e
f
-
How to achieve this?
My input data:
Field_Name Value
Customer_ID 100
Customer_Name ABC
Customer_City Delhi
Customer_ID 200
Customer_Name BCD
Customer_City Mumbai
My output should look like
Customer_ID Customer_Name Customer_City
100 ABC Delhi
200 ... -
Change Partition to Auto in Join stage
What will happen if we will change the partition to Auto in Join stage?
-
Identify Normal and Sparse Lookup Datastage Job
By seeing a Datastage job how you will identify which one is Normal lookup and which one is Sparse Lookup?
-
Single Column Source Data
Source have single column data, How can I get Target like row 1 goes to target 1, row 2 goes to target 2.
src :-
column_id
1
2
3
4
.
.
.
1000 ,
Target :-
Target1(1)
Target2(2)
Target3(3),
Target4(4)
.
.
Target1000(1000)
How can you achieve this scenario? -
-
-
Dimensional modelling is again sub divided into 2 types.
a)Star Schema - Simple & Much Faster. Denormalized form. b)Snowflake Schema - Complex with more Granularity. More normalized form.
-
-
-
What are Sequencers?
Sequencers are job control programs that execute other jobs with preset Job parameters.
DataStage Interview Questions
Ans