BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DavidPhillips2
Rhodochrosite | Level 12

data year2016; set work.combined (rename=(&renameString));

run;

 

I was missing a set of ()

ballardw
Super User

@DavidPhillips2 wrote:

The strip function seems to have made progress.  I'm running into an error on:

 

"Grand total women (C2016_B)"n="Wn"n

ERROR 22-7: Invalid option name "Grand total women (C2016_B)"N.

 

I am currently playing with table 'junk' to see if I can recreate the error on a non-big data set.  I'm working with 3000 columns.


Testing renaming can actually be done with a very small data set. You don't even need any observations unless you also want to do something like changing formats:

 

Data testset;

   set bigset (obs=1);

run;

Or obs =0 if you don't need to see actual values.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 16 replies
  • 8090 views
  • 1 like
  • 5 in conversation