difference between server shared container and parallel
shared container
Answers were Sorted based on User's Feedback
Answer / maruthi
SORRY LITTLE MISTAKE IN ABOVE ANSWER)SERVER SHARED
CONTAINERS CAN BE USED IN BOTH SERVER &
PARALLEL JOBS,BUT PARRALLEL CONTAINERS CAN NOT BE USED IN
SERVER JOBS.
Is This Answer Correct ? | 28 Yes | 1 No |
Answer / kathyayini.t@gmail.com
we can use server shared containers in server jobs as wel
as in parallel jobs wer as the parallel shared containers
used in parallel jobs only
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ravi
SERVER SHARED CONTAINER:SERVER SHARED CONTAINER USED IN BOTH
PARALLEL JOBS & SERVER JOBS.
PARALLEL SHARED CONTAINER:PARALLEL SHARED CONTAINER USED IN
PARALLEL JOBS.U CAN ALSO INCLUDE THE SERVER SHARED CONTAINER
IN PARALLEL JOBS AS A WAY OF COPARATED SERVER JOBS INTO A
PARALLEL STAGE.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramya
1. Server shared containers contain server stage types,
parallel shared containers contain parallel stage types.
2. When we go for parallel shared container the logic
can be reusable across many jobs
Is This Answer Correct ? | 2 Yes | 9 No |
Answer / hemachandra
I believe there is no difference between server shared
container and parallel stage container since server shared
container having server stages and parallel shared
container having parallel stages.
Is This Answer Correct ? | 1 Yes | 8 No |
Answer / maruthi
SERVER SHARED CONTAINERS CAN BE USED IN BOTH SERVER &
PARALLEL JOBS,BUT PARRALLEL CONTAINERS CAN BE USED IN
SERVER JOBS.
Is This Answer Correct ? | 5 Yes | 16 No |
What is the sortmerge collector?
Is it possible to query a hash file?
What is mapping?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
Define data aggregation?
What is the importance of the exception activity in datastage?
what is executable in DataStage?
1. How many People are part of your Team? 2. Explain how you create jobs or flow of project? 3. Join Stage vs Lookup vs Merge Stage 4. Summation scenario based question - How you find sum of salary for a specific employee (Explain stages and flow of job)? 5. Explain Remove duplicates stage ? Can you do sort in this stage? 6. SQL Questions - Joins - Types, Difference between Join and Union 7. Unix Questions - How you run the Job, How you list all jobs in project 8. Explain Environmental Variables? 9. SQL Scenario - If you have 3 Identical record in a Table, Ex: 1, Ram, Xyz; 1, Ram, Xyz; 1, Ram, Xyz; Delete only 2 of the records and keep only 1 using the Delete query. How you will you do this?
i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2
Define Merge?
Where the datastage stored his repository?