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

Checks whether a feature exists. More...

Go to the source code of this file.

Detailed Description

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);
Parameters
[in]featureThe feature to detect.
Returns
output returns 1 or 0 (or -1 if not found)

SAS Macros

Version
8
Author
Allan Bowe

Definition in file mf_existfeature.sas.