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

Returns the engine type of a SAS fileref. More...

Go to the source code of this file.

Detailed Description

Queries sashelp.vextfl to get the xengine value. Usage:

filename feng temp;
%put %mf_getxengine(feng);

returns:

TEMP

Parameters
[in]frefThe fileref to check
Returns
The XENGINE value in sashelp.vextfl or 0 if not found.
Version
9.2
Author
Allan Bowe

Related Macros

Definition in file mf_getxengine.sas.