1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 20:40:05 +00:00

fix: streamlining viya deploys

This commit is contained in:
allan
2025-05-29 17:51:23 +01:00
parent 33cb36fb8f
commit 8d2f084316
5 changed files with 16 additions and 18 deletions

View File

@@ -955,12 +955,7 @@ run;
libname &libref1 clear;
%end;
%put &sysmacroname: Job &name successfully created in &path;
%put &sysmacroname:;
%put &sysmacroname: Check it out here:;
%put &sysmacroname:;%put;
%put &url/SASJobExecution?_PROGRAM=&path/&name;%put;
%put &sysmacroname:;
%put &sysmacroname:;
%put NOTE: &sysmacroname: Job &name successfully created! Check it out:;
%put NOTE-;%put NOTE- &url/SASJobExecution?_PROGRAM=&path/&name;%put NOTE-;
%mend mv_createwebservice;