Loading...
Searching...
No Matches
mpe_getpath2settings.sas File Reference

Returns the path to the settings file. More...

Go to the source code of this file.

Detailed Description

The settings file location differs by platform:

  • SASJS - <apploc>/services/public/settings.sas
  • SASMETA - <apploc>/services/public/Data_Controller_Settings
  • SASVIYA - <apploc>/services/settings.sas

Usage:

%let settingspath=%mpe_getpath2settings();
%put &=settingspath;

SAS Macros

Definition in file mpe_getpath2settings.sas.