-
Debug stages in PX
What are the different Debug stages available in Datastage PX?
-
Dataset in UNIX
How to see the data in the Dataset in UNIX. What command we have to use to see the data in Dataset in UNIX?
-
How do you remove duplicates in dataset
in how many ways we can delete dataset? If a record is duplicated 3 times then how to get middle duplicated record? Is it advisable to use basic Tfr in Parallel jobs?
-
Fetching last row from a particular column of sequential file
how to fetch the last row from a particular column.. Input file may be sequential file...
-
Shell scripts in sequencers
How you will call shell scripts in sequencers in datastage
-
Downstream & Upstream
What are these terms used for in Datastage - Downstream and Upstream?
-
Lookup Stage Partitioning
With a Lookup stage the input stage has 1million records and reference link has 1million records. What is the best Partition method and why?
-
Data Granularity
What is data granularity? Explain.
-
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?
DataStage Interview Questions
Ans