What is RCP
Answers were Sorted based on User's Feedback
rcp means run time column propagation,if it is disable mode
we have to map the input columns to the target,if it is
enable mode the input column automatically propagated to the
target.this option available in ds admin.
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / farzana kalluri
Runtime Column Propagation.
Propogating the data from input to output automatically
without mapping manually.
RCP is 3 types.
1)Admin level RCP
2)Project level RCP
3)stage level RCP
If we enable the RCP it will directly map the columns at
any level..
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / bharath
rcp is runtime column propagation.
if it is disable the columns which are not mapped
in the transformer, we doesn't see the unmapped columns at
target.
if we enable we can see the all the source columns at the
target.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the different plug-ins stages used in your projects?
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000
i have a table col1 10 20 30 40 10 20 50 my requirement is how to retrive only duplicates like 10 10 20 20 like this how it's possible in SQL?
What is quality stage?
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do this using sequencer? 2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
How to delete the data in dataset?types of deleting the data in dataset?
How do y read Sequential file from job control?
Name the third party tools that can be used in datastage?
What is the purpose of pivot stage and types of containers in datastage
What are the unit test cases you used in your project?
Define orabulk and bcp stages?