Name the command line functions to import and export the DS jobs?
No Answer is Posted For this Question
Be the First to Post Answer
How to work with XML out put stage? Please explain step by step? i need to generate XML file using Table data. Given is the .XSD file. Please help?
when U have a remove dublicate option in sort stage, why we have a remove dublicate stage in PX, thought it is recamended to sort data before using a remove dublicate stage. I hae been thinking this from days....
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do
what is the function in Transformer stage can act as Rank function in Oracle
what is .dsx files
Is possible to create skid in dim,fact tables?
How can you join flat file, oracle as a sources?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
How to read multiple files using a single datastage job if files have the same metadata?
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 .
How many Nodes configuration file you used in your last project?
what is factless fact table?