BookmarkSubscribeRSS Feed
mono_libre
Calcite | Level 5
Hello!

I want to create a variable called:
_111_dataset.

Please advise, can I do somethink like:
%let id=_111_;
%let &id.dataset = work.main_data;
2 REPLIES 2
DanielSantos
Barite | Level 11

Hi.

 

Well it's possible and it does work.

 

%let id=_111_;
%let &id.dataset = work.main_data;

%put &_111_dataset;
%put &&&id.dataset;

But unless you want that ID to be variable there is no need to do that.

 

Daniel Santos @ www.cgd.pt

RW9
Diamond | Level 26 RW9
Diamond | Level 26

Why?  How do you see _111_work.dataset being a useful variable name - remembering that if you do so you can't use any of the short hand methods like: var:

Remember SAS provides to parts to varaibles - the name which is used in programming and should be succient and simple to program with as this is the main purpose of it, and the label which can be pretty much anything and is for people to look at and understand.  

I can pretty much guarentee any code you write from the point you describe there is going to be messy and over complicated.

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
  • 2 replies
  • 1335 views
  • 1 like
  • 3 in conversation