Can we develop plugins for DataStage?

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
vinodlakshmanan
Participant
Posts: 82
Joined: Wed Jul 14, 2004 7:21 am
Location: India

Can we develop plugins for DataStage?

Post by vinodlakshmanan »

Is there any VSS (Microsoft Visual Source Safe) plugin for DataStage? If not, is it possible to develop the same. Can anyone explain the fundamentals behind plugins for DataStage, how to develop them and how to compile and "plug them in".
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is there any VSS (Microsoft Visual Source Safe) plugin for DataStage?
No. Such a thing does not make any sense. Plug-in stages are for processing rows of data.

If not, is it possible to develop the same?
Yes, but it would be a waste of time, for the reason given above.

Can anyone explain the fundamentals behind plugins for DataStage, how to develop them and how to compile and "plug them in"?
There is a manual on writing plug-in stages available for asking from Ascential. Its name is DataStage Plug-In Writer's Guide and contains all the functions that a plug-in stage must deliver. You need to be a competent C programmer to develop the stage itself, and C++ if you want to use a custom GUI. It's not a task for the faint-hearted.

I am assuming that you want to build a check-out, check-in capability for DataStage using VSS. A plug-in stage will not, repeat not, allow you to do this, since the structure of the DataStage repository is not documented, not in the public domain, and liable to be changed by Ascential at any time without warning. Plug-in stages operate at run time, not at design time.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dsxdev
Participant
Posts: 92
Joined: Mon Sep 20, 2004 8:37 am

Post by dsxdev »

Where to find these Giudes ?

DataStage Plug-In Writer's Guide, ... etc.
Happy DataStaging
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As noted by Ray:
There is a manual on writing plug-in stages available for asking from Ascential.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply