Split Input Records using Round Robin - Datastage Tutorial

preview_player
Показать описание
Task: You have a sequential file with some line of structured records. Design a Datastage job to Split the file into two files. One file should contain 1st line,3rd line,5th line and so on. Second file should contain 2nd line, 4th line,6th line and so on.

Solution:
Using Round Robin partitioning, we can easily achieve the desired result. In Round Robin partitioning, the datastage sends the first record of the input file to the first processing node, the second to the second processing node, and so on. When the last processing node in the system is reached, the process starts over.

Рекомендации по теме
Комментарии
Автор

Nice video but can we do it in sequential format
Means first file 1, 2, 3 and se cobd 4, 5, 6

MRJBPU
Автор

without the voice explanation is hopeless

tahirsyed
visit shbcf.ru