|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Gets a file from SASjs Drive. More...
Go to the source code of this file.
Fetches a file on SASjs Drive and stores it in the output fileref.
Example:
%ms_getfile(/Public/app/dc/services/public/settings.sas, outref=myfile)
| [in] | driveloc | The full path to the file in SASjs Drive |
| [out] | outref= | (msgetfil) The fileref to contain the file. |
| [in] | mdebug= | (0) Set to 1 to enable DEBUG messages |
Definition in file ms_getfile.sas.