diff --git a/all.sas b/all.sas index e8a301a..5f8dfc1 100644 --- a/all.sas +++ b/all.sas @@ -26841,7 +26841,8 @@ endsub; @file mx_createwebservice.sas @brief Create a web service in SAS 9, Viya or SASjs @details Creates a SASJS ready Stored Process in SAS 9, a Job Execution - Service in SAS Viya, and a Stored Program on SASjs Server + Service in SAS Viya, or a Stored Program on SASjs Server - depending on the + executing environment. Usage: @@ -26863,7 +26864,9 @@ Usage: %webout(OBJ,example2) * Object format, easier to work with ; %webout(CLOSE) ;;;; - %mp_createwebservice(path=/Public/app/common,name=appInit,replace=YES) + + %* create the service (including webout macro and dependencies); + %mx_createwebservice(path=/Public/app/common,name=appInit,replace=YES)

SAS Macros

@li mf_getplatform.sas @@ -26882,7 +26885,6 @@ Usage: location @param [in] mDebug= (0) set to 1 to show debug messages in the log - @version 9.2 @author Allan Bowe **/ diff --git a/xplatform/mx_createwebservice.sas b/xplatform/mx_createwebservice.sas index a11de55..8e41978 100644 --- a/xplatform/mx_createwebservice.sas +++ b/xplatform/mx_createwebservice.sas @@ -2,7 +2,8 @@ @file mx_createwebservice.sas @brief Create a web service in SAS 9, Viya or SASjs @details Creates a SASJS ready Stored Process in SAS 9, a Job Execution - Service in SAS Viya, and a Stored Program on SASjs Server + Service in SAS Viya, or a Stored Program on SASjs Server - depending on the + executing environment. Usage: @@ -24,7 +25,9 @@ Usage: %webout(OBJ,example2) * Object format, easier to work with ; %webout(CLOSE) ;;;; - %mp_createwebservice(path=/Public/app/common,name=appInit,replace=YES) + + %* create the service (including webout macro and dependencies); + %mx_createwebservice(path=/Public/app/common,name=appInit,replace=YES)

SAS Macros

@li mf_getplatform.sas @@ -43,7 +46,6 @@ Usage: location @param [in] mDebug= (0) set to 1 to show debug messages in the log - @version 9.2 @author Allan Bowe **/