What is the use of datastage director?
No Answer is Posted For this Question
Be the First to Post Answer
how can you generate sequence number using only the sequential file stage?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 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 in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
Triggers,VIEW,Procedures
How to Convert a string function to date function by using only sequential file stage with out using other stages ?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
what are fact tables and dimension tables? give example assuming one table.
how CAN we remove duplicates in dataset?
what r the sources u need to create the datastage?
What is the difference between an operational datastage and a data warehouse?
When we will go for Data elements?
how to write server Routine coding?
Hi all, can u explain header and trailer records in file? If a file has header and trailer /master-detail records how will you read it in datastage?