|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns the engine type of a SAS fileref. More...
Go to the source code of this file.
Queries sashelp.vextfl to get the xengine value. Usage:
filename feng temp; %put %mf_getxengine(feng);
returns:
TEMP
| [in] | fref | The fileref to check |
Definition in file mf_getxengine.sas.