![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Checks whether a feature exists. More...
Go to the source code of this file.
Check to see if a feature is supported in your environment. Run without arguments to see a list of detectable features. Note - this list is based on known versions of SAS rather than actual feature detection, as that is tricky / impossible to do without generating errs in most cases.
%put %mf_existfeature(PROCLUA);
[in] | feature | The feature to detect. |
Definition in file mf_existfeature.sas.