BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
monona
Obsidian | Level 7
proc transpose data=exercise_mean out=t_exercise_mean;
	by Treatment;
run;

I generated a data set through above code. But I would like to rename 2nd and 3rd variable to, say apple, pear respectively.

Capture.PNG

1 ACCEPTED SOLUTION
5 REPLIES 5
PGStats
Opal | Level 21

This works, if I recall correctly.

 

name=apple out=t_exercise_mean(rename=col1=pear)

PG
monona
Obsidian | Level 7
i tried this already, doesn't work for my case
monona
Obsidian | Level 7
pear works, but apple doesn't appear. ...
monona
Obsidian | Level 7
may be I can drop label!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 5 replies
  • 1227 views
  • 0 likes
  • 3 in conversation