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

Returns platform specific variables. More...

Go to the source code of this file.

Detailed Description

Enables platform specific variables to be returned

%put %mf_getplatform();

returns one of:

  • SASMETA
  • SASVIYA
  • SASJS
  • BASESAS
Parameters
[in]switchthe param for which to return a platform specific variable

SAS Macros

Version
9.4 / 3.4
Author
Allan Bowe

Definition in file mf_getplatform.sas.