1.what is materialized data?
2.how to view the materialized data?
No Answer is Posted For this Question
Be the First to Post Answer
Unix Qn asked in datastage interview: I have diff type(.txt, .tmp, .bat etc) of file in 4 diff directories, I want move all '.txt' file from 4 directories to other folder. And need to delete all the files except which are created TODAY?
what is a message handler
How do y read Sequential file from job control?
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
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
How to reverse the string using unix?
how to do pergformence tuning in datastage?
How u implement the slowly changing dimensions if my source table is consisting of cid,cname,add,phno,email but i need to capture the changes for first three columns how u implement?
Why we use parameters instead of hard code in datastage.
1.What is a delta record? How you will read it? 2.What are the different types of sorting?
How can you join flat file, oracle as a sources?