Data Element returned by DSGetLinkMetaData()

Do you have features you'd like to see in future releases of DataStage, MetaStage, Parameter Manager, Version Control or one of the other tools represented on this forum? Post your ideas here!

Moderators: chulett, rschirm

Post Reply
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Data Element returned by DSGetLinkMetaData()

Post by ray.wurlod »

Data Elements are the place where you record the business metadata associated with a business term, such as Customer, Money, Telephone Number, and so on.

Most developers up to version 7.5 have ignored Data Elements as they do not realize the importance of business metadata.

With the availability of the Business Glossary in version 8.0 plus the common metadata repository, it will be possible to have the Data Elements in DataStage reflect accurately the business rules and other information that should have been recorded there since version 1.0.

On this basis I would like to see a tenth field added to the dynamic array returned by the DSGetLinkMetaData() function, namely the Data Element associated with each column on the link.

On a scale of 0 to 10 the degree of difficulty to implement this change would be in the vicinity of 0.15. The function need to access only an extra field in the record it's already read.
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