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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 1169 views
  • 0 likes
  • 3 in conversation