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.

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