Modify Stage in parallel jobs

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
venkates.dw
Participant
Posts: 67
Joined: Mon Dec 22, 2008 4:07 am

Modify Stage in parallel jobs

Post by venkates.dw »

hi,

in parallel jobs modify stage, one of the option is keep column.. what is use of keep column.. give me some explanation with small example

Thanks in Advance....
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why not just read the chapter on the Modify Stage in the Parallel Job Developer's Guide pdf? Got examples and everything.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Any columns you don't KEEP or otherwise derive are dropped.

Any columns you don't DROP are kept.

The two are mutually exclusive, a point which is not well made in the Parallel Job Developer's Guide manual but is well made in the Orchestrate Operators manual.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
venkates.dw
Participant
Posts: 67
Joined: Mon Dec 22, 2008 4:07 am

Post by venkates.dw »

Hi, in modify we can perform drop column. keep column . these manipulations we can perform in transform stage, then what is need of this modify stage especially.. Please clarify ..

Thank you,
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Modify stage does not create extra processes. It runs on the output link of the previous stage. So it would be slightly faster than a transformer. AFAIK, the RCP option in each stage also creates a modify operator to propagate or drop the columns.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
Post Reply