what is use of SDR function?
No Answer is Posted For this Question
Be the First to Post Answer
Display all files which have size more 3KB in given directory/folder.
Which algorithm you used for your hashfile?
What are routines in datastage? Enlist various types of routines.
What is the method of removing duplicates, without the remove duplicate stage?
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?
how CAN we remove duplicates in dataset?
how to create document in datastage?
How do you get log info into a file?
i want anser this question empno,ename,sal 12,mmm_ww,200 13,nnn_xx,300 14,bbb_qq,400 which stages are take which types of logicks are doing pls help me i don't need "_"ex nnnxx this type i want
WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?
how to cleansing data
Hi guys, 7. how to get this output i/p col1,col2 101,a 102,b 103,c 104,d o/p col1,col2 101,d 102,c 103,b 104,a Thanks