Skip to main content


developerWorks  >  Information Management | WebSphere  >

Create custom operators for WebSphere DataStage

developerWorks

Level: Intermediate

Blayne Chard (bchard@us.ibm.com), Software Engineer, IBM

08 Feb 2007

Register now or sign in using your IBM ID and password.

Create a simple DataStage operator, then learn how to load the operator into DataStage Designer. An operator is the basic building block of a DataStage job. Operators can read records from input streams, modify or use the data from the input stream, and then write the results to a output stream.

Objectives

Get an introduction to creating a basic DataStage operator.

Prerequisites

This tutorial is written for Windows programmers whose skills and experience are at a intermediate level. You should have a solid understanding of IBM WebSphere DataStage and a working knowledge of the C++ language.


System requirements

Share this...

digg Digg this story
del.icio.us Post to del.icio.us
Slashdot Slashdot it!

  • Microsoft Visual Studio .NET 2003
  • IBM WebSphere DataStage 8.0
  • MKS Toolkit


Formats

html, pdf


Tutorial overview

During the course of this tutorial, you will learn how to first write a simple DataStage operator. Then, discover how to set up the development environment to compile and run a DataStage operator. You will also learn the basics of the Orchestrate Shell (OSH) scripting language for DataStage jobs. And finally, learn how to load your operator into the DataStage designer so you can use it on any job you create.

Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed

Discuss