I have created a report using easytrieve. The fields in my report are PRODUCT-ID, PRODUCT-NAME and VENDOR-ID. But duplicate records are coming in the report.
PRODUCT REPORT
PRODUCT-ID PRODUCT-NAME VENDOR-ID
10 PEN ABC
10 PEN ABC
20 PENCIL DEF
30 BOOK ABC
30 BOOK ABC
PRODUCT-ID PRODUCT-NAME VENDOR-ID
10 PEN ABC
10 PEN ABC
20 PENCIL DEF
30 BOOK ABC
30 BOOK ABC
Is it possible to remove the duplicates using any REPORT Keywords like DTCTL?
(I am able to remove the duplicates by using SORT statement in Easytrieve and comparing with previous record)
Could someone please help me out ?