Benjamin Wagner
New Member
I'm trying to sort by the following fields, using break by, but need to keep two other fields from being broke up.
order-no and line-no based on another field unty. Any help with this would be appreciated, fairly new with progress and my only resource is the internet.
FOR EACH t-Data EXCLUSIVE-LOCK
BREAK BY t-data.sort1
BY t-data.widh
BY t-data.insh
BY t-data.iswd
BY t-data.isht:
order-no and line-no based on another field unty. Any help with this would be appreciated, fairly new with progress and my only resource is the internet.
FOR EACH t-Data EXCLUSIVE-LOCK
BREAK BY t-data.sort1
BY t-data.widh
BY t-data.insh
BY t-data.iswd
BY t-data.isht: