Trying to simply alphabetize variables in a dataset. Previously used aorder; which has been replaced by order, alphabetic. But I keep getting the error posted below. Any ideas where I'm going wrong.
. order _all, alphabetic
using not allowed
r(101);
. order _all, alphabetic
using not allowed
r(101);
Comment