passing parameter as group by key to agg.

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
madhukar
Participant
Posts: 86
Joined: Fri May 20, 2005 4:05 pm

passing parameter as group by key to agg.

Post by madhukar »

hi all,

i need to pass parameter value to agg grp by key.

it can done by using a transformer by a creating a column and
assigning parameter value to it.

any other way to get the same result?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No. You've found the appropriate technique. The Aggregator derivations do not support the use of job parameter references.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply