In your first post you have the string "bene" in your file path. In all subsequent posts the "bene" is gone and replaced with "be"
Which one is correct? "bene" or "be"?
Also, the let statement appears to have a space between the equals sign and the start of the name you want. Maybe the space is being captured and inserted into your file path? On Linux, spaces in file names are possible but you need to use a / before the space. Maybe SAS is trying to do something like that and is not quite able to do it? Maybe SAS is translating the space as a / which would give you two slashes which means that the resulting file path would not be found.
'bene' you caught is a typo. It should be 'be'. Thanks.
I will check the effect of the space between the equal sign and the start of text in let statement. Thanks for the suggestion.
In one of your posts you said this:
I defined DBMS= xlsx. &impl is resolved as " 2019".
so it does look like the let statement is capturing the leading space before 2019. Try removing the leading space in your let statement.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.