Use the SPDSBNEQ= setting
to specify the output order of table rows that have identical values
in the BY column.
Corresponding
Table Option: BYNOEQUALS=
Arguments
outputs rows with identical
values in a BY clause in random order.
outputs rows with identical
values in a BY clause using the relative table position of the rows
from the input table.
SPDSBNEQ=NO configures
the SPD Server to imitate the Base SAS engine behavior. If strict
compatibility is not required, assign SPDSBNEQ=YES. Random output
allows the SPD Server to create indexes and append to tables faster.
Configure the SPD Server
so that it output table rows as quickly as possible when processing
rows that have identical values in the BY column.
%let SPDSBNEQ=YES;