Hello,all I am trying to execute a dos command within sas: %sysExec copy "&file" "&new_destination"; however, I got a warning message WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.: Apparently, it is my macro variable &file that is too long. I tried options NOQUOTELENMAX; the warning message is gone, however, still no file is copied to the new_destination. Can anyone help to solve this problem? Thanks
... View more