Specifying your own stages in DataStage
In addition to the stages and connectors available through the DataStage® design canvas, you can define your own stage types, which you can use in DataStage flows.
To specify your own stages, go to the Assets tab of your project. User-defined stages are DataStage components. You can edit existing ones through the DataStage components list under Asset types. You can create new ones by clicking and selecting your component type.
Stage | Icon | Function |
---|---|---|
Build | Creates a custom operator that can be used in a DataStage flow. The code for a Build stage is specified in C++. | |
Custom | Use the Custom stage to process your data according to your own specifications. | |
Wrapped | Specifies a UNIX command to be run by a DataStage stage. |