Hi
New SAS and needing to transfer to Alteryx,
It starts with
proc sort data = klklkklkl;
by direct_account_number;
would that be a sort in Alteryx?
thanks
Solved! Go to Solution.
Hi @Hi2023
It is indeed a sort using direct_account_number as the sort field. You can find more info from the SAS documentation web site.
Dan