RCP

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ds_8112
Participant
Posts: 8
Joined: Thu Dec 27, 2012 11:28 am
Location: India

RCP

Post by ds_8112 »

Hi,

I had a query in parallel jobs RCP functionality

What is the use of Run time column propagation ? Is it mandatory to use it in parallel jobs ? what is the impact if RCP is disabled in a parallel job involving oracle connector stage ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The short answer is that Runtime Column Propagation allows you not to specify complete metadata; you only have to specify the columns on which you want to perform transformation. Columns available on the input will be propagated through the stage even though they're not named, when RCP is enabled.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

To add to that, it is in no way 'mandatory' but more of a technique that is used in conjunction with schema files. And it's all in the manuals.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bobyon
Premium Member
Premium Member
Posts: 200
Joined: Tue Mar 02, 2004 10:25 am
Location: Salisbury, NC

Post by bobyon »

What I like to say about RCP is:

If you know what it is doing, it is doing it FOR you, If you don't know what it is doing, it is doing it TO you
Bob
Post Reply