Merge pull request #431 from sasjs/mx_createjob

fix: updates to make tests pass on viya and sasjs server for mx_creat…
This commit is contained in:
Allan Bowe
2026-06-26 12:30:35 +01:00
committed by GitHub
10 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ run;
)
%put TEST1: checking web service code;
data work.test_results;
length test_description $256 test_result $4 test_comments $256;
length test_result $4 test_description $256 test_comments $256;
if _n_=1 then call missing (of _all_);
infile compare end=eof;
input;