New Data Stage Interview Questions :: ALLInterview.com http://www.allinterview.com New Data Stage Interview Questions en-us how to connect source to db?generally what r stages u used? how to fi http://www.allinterview.com/showanswers/101458.html how to connect source to db?generally what r stages u used? how to fi http://www.allinterview.com/showanswers/101457.html source which format u will get either fixed or delimiter length forma http://www.allinterview.com/showanswers/101456.html what r the sources u need to create the datastage? http://www.allinterview.com/showanswers/101455.html detail about sdlc http://www.allinterview.com/showanswers/100201.html sdlc(software devlopment life cycle) This is cycle that show step of how to devloped application/project. step of sdlc 1.Meeting with client. 2.Requirement. 3.Analysis/collect information. 4.Coding. 5.Testing. 6.Maintanance & support. how do u capture duplicates through sort & transformer http://www.allinterview.com/showanswers/100199.html Hai.., In sort stage we have one property...its create key change column. In Transformer stage ,we have to write if then else condition..... why we use hash file for lookup? http://www.allinterview.com/showanswers/100195.html Hash file Give Performance HOW CAN WE SEE THE DATA IN DATASET? http://www.allinterview.com/showanswers/97750.html 1 ) By View Data 2) By Unix - But the data will be unformatted as dataset data is distributed over several nodes. CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YE http://www.allinterview.com/showanswers/97749.html HOW CAN WE SEE THE DATA IN DATASET? http://www.allinterview.com/showanswers/97748.html at source level i have 40 columns,i want only 20 cols at target what http://www.allinterview.com/showanswers/97747.html Use Modify Stage and Drop the columns that are not needed . Or Use a Transformer and take the links tat are only needed(make sure that RCP is not marked ) by using dsjob..we can run only one job at a time?how can u run multi http://www.allinterview.com/showanswers/97746.html table a contains 5 columns and table b contains 5 columns how can i g http://www.allinterview.com/showanswers/97745.html wt is the diff b/w odbc and oracle stage http://www.allinterview.com/showanswers/97019.html ODBC Stage require few connectivites to connect where are Oracle just we can connect with server details. how can i abort the job if i get more than 100 errors in job log? http://www.allinterview.com/showanswers/97018.html Hi, You can use the Transformer stage,we have an option called abort rows just mention the value it will abort once it reach that count. hope this will help you..