runtime column propagation

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
cetzhbo
Premium Member
Premium Member
Posts: 38
Joined: Tue Aug 28, 2007 10:20 am

runtime column propagation

Post by cetzhbo »

Hello Gurus,

this is a runtime column propagation question as following case:

input column: a, b , c , d

transformation: a+b-->e

output column: e, c, d or a, b, e, c, d ( please tell me which output

columns is correct )

in the job, function for "runtime column propagation " is active. please help me to clarify the result for output columns .

thanks very much!
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

With RCP enabled, only columns explicitly dropped are not propagated. So the answer is a, b, c, d, e.
krisna
Participant
Posts: 77
Joined: Tue Apr 08, 2008 11:33 pm

Post by krisna »

I agree with ArndW, answer will be a,b,c,d,e
krisna
Participant
Posts: 77
Joined: Tue Apr 08, 2008 11:33 pm

Post by krisna »

I agree with ArndW, answer will be a,b,c,d,e
Post Reply