|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Deletes a Viya Job, if it exists. More...
Go to the source code of this file.
If not executed in Studio 5+ will expect oauth token in a global macro variable (default ACCESS_TOKEN).
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas"; %inc mc; %mv_createwebservice(path=/Public/test, name=blah) %mv_deletejes(path=/Public/test, name=blah)
| [in] | path= | () The full path of the folder containing the Job Execution Service |
| [in] | name= | The name of the Job Execution Service to be deleted |
| [in] | access_token_var= | (ACCESS_TOKEN) The global macro variable to contain the access token |
| [in] | grant_type= | (sas_services) Valid values are "password" or "authorization_code" (unquoted). |
Definition in file mv_deletejes.sas.