-
Lookup and Join
Why lookup is heavy weight and join is light weight operator?
-
Remove Duplicate Stage
Is it possible to find out the maximum salary by using remove duplicate stage? Can you any one explain?
Thanks in advance -
Reverse Pivoting
I have two columns of data
My input data
Field Name Value
Customer_ID 100
Customer_Name ABC
Customer_City Kolkata
Customer_ID 200
Customer_Name BCD
CUstomer_City Mumbai
Customer_ID 300
Customer_Name CDE
Customer_City Delhi
Output date should be
Customer_ID Customer_Name Customer_City
100 ... -
Extract Last 3 Days Data Using SCD
How to extract last 3 days data using SCD?
-
Increasing A Number
I would like to know if you could help me out. I have a a file with 2 columns (TABLENAME and CLOB) and in the TABLENAME there are "Providers". I would like to know how to set them at number 5000 and then increment them, per provider. So if I have 5 providers per file, it would be 5000, 5001, 5002, 5003, 5004. This is a daily file so we will get a file everyday. So Day 2, the 1st provider must be 5005...
-
Convert and Ereplace Every Double Dash
I have heard of both Convert and Ereplace but I am stumped. I need to take every double dash (--) from my files and convert them to a single hyphen (-). What would be the best way to do this?
-
Identify Header, Detail and Trailer Records
Identify Header, Detail and Trailer records in the incoming file and verifying whether trailer count is equal to total number of detail records.
My input is
Header Columnname
Detail row 1
Detail row 2
Detail row 3
Trailer 3
Here I want to see whether total number of detail records is equal to total number of trailer record.
If so proceed... -
Project Data Model
Basically which data model do we use in the project?
-
Separate the Records with Special Characters
How will you separate the records with special characters in a column. For example
If suppose the column contains
Name*
&Name
Na*me
$Name
Na$me
I need to separate these records alone. -
DATA Set Removed why
Why we are using orchadmin to remove dataset. why we are not using rm commond in remove dataset..and why you need dataset remove waht is the reason?
-
Perform Funnel
I have 10 files, in 5 files having same data(3 columns), 5 columns having same data(4 columns). How can I perform funnel and what are stages required from me?
-
Split the Input Columns into Different Target
I have a source file having 4 columns. How can I store first 2 columns values into one target and the next 2 columns values into another target? Can anyone suggest me here how can I achieve this using Copy stage and without using Copy Stage?
-
Change the Configuration file during Run-time
Can we change the configuration file during run time? If then how?
-
Single Datastage Job Different Output
I have to design a job, if I run the job it should get 10 records from emp, if another person runs he should get all the records form emp. How to design such a job?
-
Minimum Number of Input and Output for Lookup
What is the minimum number of input and output required for Lookup ?
-
Handle Rejects in Transformer
How to handle rejects in Transformer & How many rejects a xfm support?
-
Pre Row Salary, Next Row Salary, Rank and Dense Rank
How to find out second highest salary as group wise by using datastage? Can you explain scenarios like pre row salary, next row salary, rank and dense rank
-
Spliting the File in datastage
I have Customer file & Dealer file.
Dealer file have dealer list who all are present on that day. Count of records may vary based on available dealers.
Customer file have customer list. Count on customer records also may vary daily.
The scenario is Dealer has to call customers in daily bases. We should provide customers record to them. So that they can call the customers.... -
Datastage Scenerio
how i can achieve below logic in datastage
A B C D
B C D
C D
D
it can be number and symbol also
1/2
/2
2 -
123abc456xyz convert to 123456 ---file1 abcxyz ----file2
In a Column 123abc456xyz convert into two files like 123456 fil1 and abcxyz file2
DataStage Interview Questions
Ans