Difference between data warehousing and olap?
No Answer is Posted For this Question
Be the First to Post Answer
How do you start developing a datastage project?
what is .dsx files
Describe routines in datastage? Enlist various types of routines.
Describe the main features of datastage?
What are the different plug-ins stages used in your projects?
What is container and then types?
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
what is the exact difference between dataset and fileset in datastage?
Two source files contains same meta data third file contains different data types can I funnel that file.
how to closeing records after 10,000 records come?
source file contains 100 records, i want 10 records in target file how it possible in datastage
what is the use of DSattchJob?DetachJob? where can we find it?