Hello all;
I want to change the variable's locations in the sas dataset, move several variables to the very first columns.
other than do it by using length or retain statements, is there any other way can do it in data step?
data need;
length age 8.;
set sashelp.class;
run;
Thanks!
Hello @GeorgeSAS,
This question happens to have been discussed earlier today: please see this post.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!