BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello

I am working with some variables with quite long names (made out of numbers). When i run my analyses, I only want to use the first two numbers in the variable name, but how do I do that?

I have tried this:

temp_1=substr(variablename,1,2);

But it doesn't work. What am I doing wrong?

Kind regards.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
The DATA step can only reference variable values, identified by the variable name, except when using a "dataset option" RENAME= on your SET statement possibly, or by using SAS macro language to generate your DATA step SAS code with a MACRO -- though a pre-processor DATA step could be used instead of a macro, if you lack macro coding experience.

Recommend searching the SAS support http://support.sas.com/ website using the Google advanced search argument listed below:

data step generate sas code site:sas.com


Scott Barry
SBBWorks, Inc.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 2 replies
  • 1073 views
  • 0 likes
  • 3 in conversation