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 |
How a source file is populated?
How do you run datastage job from the command line?
what are the errors,warnings in datastage
Differentiate between Join, Merge and Lookup stage?
What are the functionalities of link partitioner?
HOW U CAN ABORT THE JOB IF THE DATA IS DUPLICATE?
how to unlock a locked job in datastage 8.0
EXPLAIN SCD
what is data mapping
What is datastage?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
client know skid info?