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 |
Difference between sequential file and data set?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
i have flat file and using unix how can i generate sequence number into targer?
What is the difference between passive stage and active stage?
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
How can we do null handling in sequential files
Name the different sorting methods in datastage.
How you can fix the truncated data error in datastage?
With out using Funnel Stage, how to populate the data from different sources to single target
my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
Differentiate between validated and Compiled in the Datastage?