Macros for SAS Application Developers
https://github.com/sasjs/core
mv_deletejes.sas File Reference

Deletes a Viya Job, if it exists. More...

Go to the source code of this file.

Detailed Description

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)
Parameters
[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).
Version
VIYA V.03.04
Author
Allan Bowe, source: https://github.com/sasjs/core

SAS Macros

Definition in file mv_deletejes.sas.