🎴 Flashcard Mode
Enterprise IT Systems & Data Technologies
Card1 / 20
Mastered0
Review0
QuestionClick to flip
When a sequential file is written using a Sequential file stage,the parallel engine inserts an operator to convert the data from internal format to the external format.Which operator is inserted
AnswerClick to flip back
A
Export operator
💡 Explanation:
In IBM DataStage, when the parallel engine writes data through a Sequential File stage, it uses an Export operator to convert data from the internal parallel format to external sequential format. Import operators (option C) are used for reading, not writing. Copy operators (option B) replicate data without format conversion.