passing a list of quoted strings as a parameter to a SAS macro and using it in a data field
I am writing a macro to send e-mails, using a rest api available in our company.
(The macro will be deployed as a sasautos
macro.) The attachments parameter should allow to pass a list of file paths, so this should be valid code;