Hai..,in datastage how to explain project in
interview?please explain any domain please.
Answer / ram y
first tell about
project name
client
team size
duration of project
r&r details
Is This Answer Correct ? | 7 Yes | 2 No |
which r the connectors used in san?
What are the functionalities of link partitioner?
How to clean the datastage repository?
What is the differentiate between data file and descriptor file?
Define Data Stage?
What is Horizontal transformation, vertical transformation,diagonal transformation?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
Can aggregator and transformer stages use to sort the data? How ?
If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
What is process model?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?