|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Retrieves properties of the SAS web app server. More...
Go to the source code of this file.
Usage:
%mm_getwebappsrvprops(outds= some_ds) data _null_; set some_ds(where=(name='webappsrv.server.url')); put value=; run;
| [out] | outds= | the dataset to create that contains the list of properties |
filename __in clear; filename __out clear; libname __shake clear;
Definition in file mm_getwebappsrvprops.sas.