How to create a file using vi editor?
2)how to delete a file in vi editor?
3)How to connect the server datastage to unix? what r the
command lines we r using?
4)30 jobs r runnig in unix i want to find out my job. how to
do this? give me command?
No Answer is Posted For this Question
Be the First to Post Answer
what r the stages mostly used in realtime scenarios
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??
What is a folder? Difference types of stages?
What is a delta record? How you will read it?
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
A flat file 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 this job?
how can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction
what is data mapping
What can we do with datastage director?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S