datasets in grid environment

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
sun rays
Charter Member
Charter Member
Posts: 57
Joined: Wed Jun 08, 2005 3:35 pm
Location: Denver, CO

datasets in grid environment

Post by sun rays »

Can someone help me in finding how DataStage manages to access datasets created in a grid environment, since the config file used to create may be different from the one that is used to access the dataset( in a different job, or in a different run) and it may or may not include the original nodes used to create the .ds .
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When reading from a Data Set in a grid environment, a virtual and read-only Data Set is constructed using the nodes that were used when the Data Set is written. That information is stored in the Data Set descriptor file and can therefore be re-used when reading from the Data Set. There is also an option ( -x if I recall correctly) to force the orchadmin command to do the same thing.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sun rays
Charter Member
Charter Member
Posts: 57
Joined: Wed Jun 08, 2005 3:35 pm
Location: Denver, CO

Post by sun rays »

Thanks Ray.
Post Reply