What is RCP?
Answers were Sorted based on User's Feedback
Answer / madhusudhan reddy.d
In running the job the columns may change from one stage to
other stages & at the same time we will be loading the
unnecessary columns in the stage that doesn't required to
process.So we can load only the required columns to target
database, as this is done by enabling the RCP.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vijaya
RCP is know as Run-time column propagation
In the run of the job the columns may change from one stage
to another
Is This Answer Correct ? | 3 Yes | 0 No |
whom do you report?
Explain briefly scd type2 in datastage7.5x2(parallel)
what is the exact difference between dataset and fileset in datastage?
what is the custome stage in datastage? how can we impliment that one? plz tell me
Hi All, I have a file. i need to fetch the records between first and last records by using transform stage. EX:- Source: EMPNO EMPNAME 4567 shree 6999 Ram 3265 Venkat 2655 Abhi 3665 Vamsi 5852 Amit 3256 Sagar 3265 Vishnu Target: EMPNO EMPNAME 6999 Ram 3265 Venkat 2655 Abhi 3665 Vamsi 5852 Amit 3256 Sagar I dont wan't to Shree and vishnu records.we can fetch another way also but How can I write the function in transform stage?
What is Fastly Changing Dimension?
Hi dude, i/p eno ename date edate deptno 1 x 10thjuly 30july A 2 y 10th aug 30 aug B 1 x 1aug ------ A 3 z 1jan ------ c 2 y 1sep ------ B o/p is eno ename date edate deptno 1 x 1aug ------ A 2 y 1sep ------ B 3 z 1jan ------ c Here edate is System generates we don't know that value. Please design the job by using SCD stage and Sql query. If any body know this answer please tel me. Tanks.
Can you explain players in datastage?
I have a few records just I want to store each records tow times in target how?
What is the sortmerge collector?
1)How to Duplicate Records Delete in Sequential file?
How do you generate sequence number in datastage?