How to create a doccument in datastage?
Answer / chiya
in datastage 8.0 ver in the xml out stage--->output tab---
>document setting --->check the propertity"general xml
chunk"
| Is This Answer Correct ? | 3 Yes | 0 No |
On which Dimension Table you implemented SCD Type in your Project
Can we use Round Robin for aggregator?is there any benefit underlying?
how can u find out the datastage job is running on how many nodes
Explain connectivity between datastage with datasources?
How much data u can get every day? 2)which data ur project contains? 3) what is the source in ur project?what is the biggest table & size in ur schema or in ur project?
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs? interm of output in Merge Reject link and Look Up Reject link ?
what is repositery?
can any 1 put a difference between datastage 7.5 and 8.0 all concepts plz r mail 2 me anu4u09@gmail.com
What are the components of datastage?
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
What is orabulk stage?
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?