mirror of
https://github.com/sasjs/core.git
synced 2026-07-23 23:45:28 +00:00
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:
@@ -15,7 +15,7 @@
|
||||
%let test5=%mf_getvarlist(sashelp.class,typefilter=C);
|
||||
|
||||
data work.test_results;
|
||||
length test_description $256 test_result $4 test_comments base result $256;
|
||||
length test_result $4 test_description $256 test_comments base result $256;
|
||||
test_description="Basic test";
|
||||
base=symget('test1');
|
||||
result='Name Sex Age Height Weight';
|
||||
|
||||
Reference in New Issue
Block a user