Tagged Questions
2
votes
8answers
7k views
Using SAS Macro to pipe a list of filenames from a Windows directory
I am trying to amend the macro below to accept a macro parameter as the 'location' argument for a dir command. However I cannot get it to resolve correctly due to the nested quotes issue. Using ...