This document describes a DataStage job design to solve a scenario problem. The design includes:
1) A job with a seq file input, aggregator stage to count rows by key, and filter stage to output rows by count.
2) The aggregator stage groups data by the "No" column and calculates row counts for each key.
3) The filter stage outputs rows where count equals 1 and where count is greater than 1 to separate files.