| |
GeekInterview.com > Interview Questions > Data Warehousing > DataStage
| Print | |
Question: User Created Stages
Answer: Explain Wrapped, Build and Custom stages? |
| September 09, 2008 18:30:43 |
#1 |
| monsterschoice |
Member Since: September 2008 Total Comments: 1 |
RE: User Created Stages |
- Wrapped stage
- Enables you to run an existing sequential program in parallel
- Build stage
- Enables you to write a C expression that is automatically generated into a parallel custom stage.
- Custom stage
- Provides a complete C++ API for developing complex and extensible stages.
|
| |
Back To Question | |