BookmarkSubscribeRSS Feed
deleted_user
Not applicable
How do you capitalize all the words in a field (street address)?
Here's my code:
DATA UPCASE;
SET KWEB.RENAME;
PHYSADDRESS= UPCASE(PHYSADDRESS);
RUN;
1 REPLY 1
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
  • 1 reply
  • 1051 views
  • 0 likes
  • 2 in conversation