how do u catch bad rows from OCI stage?
And what CLI stands for?
No Answer is Posted For this Question
Be the First to Post Answer
how to configure databases through datastage
What is exact difference between Parallel Jobs and server Jobs..
How do you find the number of rows in a sequential file?
What is orabulk 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 .
what is combinability and non combinability?
Why we need datasets ratherthan sequential files?
Name the different types of Lookups in Datastage?
Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.
Could anyone give brief explanation bout datastage admin
what are fact tables and dimension tables? give example assuming one table.
How can you write parallel routines in datastage PX?