BookmarkSubscribeRSS Feed
GeorgeSAS
Lapis Lazuli | Level 10

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!

1 REPLY 1
FreelanceReinh
Jade | Level 19

Hello @GeorgeSAS,

 

This question happens to have been discussed earlier today: please see this post.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1127 views
  • 0 likes
  • 2 in conversation