dataset

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
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

dataset

Post by just4u_sharath »

There are only 3 records in Dataset. Here Dataset acts as a lookup file. when i lookup with 1000 records (records from input), the output link from dataset shows 1000 rows. If input is 20000, output link ffrom dataset shows 20000. Dataset output is equal to the input records. what is this behaviour.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The number of rows that passed along the link. Each time a lookup succeeds - irrespective of the number of rows in the reference data set - this counter increments.
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