Hey everyone,
I'm trying to use a macro for a datasource name. I've defined it under Administration > Macro Files, and I can use it successfully with other nodes, such as a SQL Query node. In an Expression node, though, it doesn't work. I've tried the two ways the Expression Language Guide suggests:
1) DSN = %%dsn_name%%
2) DSN = "%%dsn_name%%" // with quotes
2) DSN = getvar("dsn_name")
# 1 does not validate
# 2,3 validates, but results in the same error: "Data source name not found and no default driver specified..."
I'm using DM Studio 2.6.
Thanks,
mark
Your expression code will look something like this:
string macro1
macro1 = getvar("MyMacro")
where MyMacro was defined in a macros file. A few things to check:
Ron
Hi Ron,
Thanks so much! I will try this out.
- mark
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.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.