I have the following columns in the EMP table
Empid,Empname,Sal,month(Sal),year(Sal) and DOB(let us say the dob is 15th-Jan-1981)
Desing a job such that the output contains the following
empname,year(sal),tot(sal) and current age i.e. whether 18yrs or so on
For getting current age, simply do the calculation in transformer, or in SQL itself
http://goo.gl/atN4AT
www.datagenx.net
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Difference between Change capture stage and Difference Stage ? What are its significance individually ?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
What are the unit test cases you used in your project?
I have a few records just I want to store data in to targets cycling way how?
What is the use of Row generator stage?
Can you explain repository tables in datastage?
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
Why we use parameters instead of hard code in datastage.
source file contains 100 records, i want 10 records in target file how it possible in datastage
What is the difference between operational data stage (ods) and data warehouse?
What is the function in Transformer stage can act as Rank Function in oracle