Specifies the output order of table rows that have identical values in the BY column.
Valid in: | SPD Server |
Default: | NO |
Restriction: | Assignments for macro variables with character input (for example, YES | NO | BINARY arguments) must be entered in uppercase (capitalized). |
Interaction: | Corresponding table option is BYNOEQUALS=. |
generates rows with identical values in a BY clause in random order.
generates rows with identical values in a BY clause using the relative table position of the rows from the input table.
%let SPDSBNEQ=YES;