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!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 524 views
  • 0 likes
  • 3 in conversation