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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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