Macros for SAS Application Developers
https://github.com/sasjs/core
ms_getfile.sas File Reference

Gets a file from SASjs Drive. More...

Go to the source code of this file.

Detailed Description

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)
Parameters
[in]drivelocThe 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

SAS Macros

Definition in file ms_getfile.sas.