mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 21:40:06 +00:00
fix: ensuring svg rendering from SAS drive
Also reducing put statements in the log
This commit is contained in:
@@ -122,7 +122,7 @@ options noquotelenmax;
|
||||
%let path=%substr(&path,1,%length(&path)-1);
|
||||
|
||||
/* ensure folder exists */
|
||||
%put &sysmacroname: Path &path being checked / created;
|
||||
%&dbg.put &sysmacroname: Path &path being checked / created;
|
||||
%mv_createfolder(path=&path)
|
||||
|
||||
%local base_uri; /* location of rest apis */
|
||||
@@ -955,7 +955,7 @@ run;
|
||||
libname &libref1 clear;
|
||||
%end;
|
||||
|
||||
%put NOTE: &sysmacroname: Job &name successfully created! Check it out:;
|
||||
%put NOTE-;%put NOTE- &url/SASJobExecution?_PROGRAM=&path/&name;%put NOTE-;
|
||||
%put &sysmacroname: Job &name created! Check it out:;
|
||||
%put &url/SASJobExecution?_PROGRAM=&path/&name;
|
||||
|
||||
%mend mv_createwebservice;
|
||||
|
||||
Reference in New Issue
Block a user