Hey all,
I am not really much of a macro user, and I am running into an issue. I am trying to specify my libname, and the path has the & character in it. my code is
libname CHWGrowth "Y:\Epi&Bio\CHW\ACES\ACE growth 5-site\data";
and it is spitting out an error at me which tells me that the apparent symbolic reference BIO is not resolved, presumably because it thinks I am referencing a macro. However, I am not referencing a macro. Normally, I would just change the folder name, but to make a long story short, I do not have the permissions required to alter the name of the folder. Does anyone have a work around so I can get SAS to recognize that I am not trying to call a macro?
The macro processor ignores strings bounded by single quotes.
libname CHWGrowth 'Y:\Epi&Bio\CHW\ACES\ACE growth 5-site\data';
The macro processor ignores strings bounded by single quotes.
libname CHWGrowth 'Y:\Epi&Bio\CHW\ACES\ACE growth 5-site\data';
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.