You can specify a collecting method.
About this task
If the stage runs sequentially, and the previous stage in
the job runs in parallel, then the data is collected before being
written. By default, the collecting method is set to Auto. You can
override the default behavior.
Procedure
- Open the Partitioning tab of the Input page.
- Select a collecting method from the list:
Option |
Description |
(Auto) |
This is the default collection method for the Sequential File
stage. Normally, when you are using Auto mode, IBM DataStage
will read any row from any input partition as it becomes available. |
Ordered |
Reads all rows from the first partition, then all rows from
the second partition, and so on. |
Round Robin |
Reads a row from the first input partition, then from the
second partition, and so on. After reaching the last partition, the
operator starts over. |
Sort Merge |
Reads rows in an order based on one or more columns of the
row. This requires you to select a collecting key column from the Available list. |
- If you selected the Sort Merge collecting method, specify
a collecting key by clicking on one or more of the columns in the Available list.
The selected column or columns appear in the Selected list.