Retrieves properties of the SAS web app server usage: More...
Go to the source code of this file.
mm_getwebappsrvprops(outds= some_ds) data null; set some_ds(where=(name='webappsrv.server.url')); put value=; run;
| 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.
  
    For more information visit the  Boemska MacroCore library.