Multiple choice technology

OSH operator is an instance of a c++ class inheriting from

  1. Unix command line interface

  2. System dll

  3. APT_dump

  4. APT_Operator

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

OSH (Orchestrate Shell) operators in DataStage are instances of C++ classes that inherit from the APT_Operator base class. This base class provides the framework for all operator functionality. APT_dump is a debugging tool. The OSH operators are not related to Unix CLI or system DLLs.