mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 05:20:05 +00:00
chore: fix test
This commit is contained in:
@@ -21,7 +21,8 @@
|
|||||||
%mf_mkdir(&root/a/d)
|
%mf_mkdir(&root/a/d)
|
||||||
%mf_mkdir(&root/a/e)
|
%mf_mkdir(&root/a/e)
|
||||||
%mf_mkdir(&root/a/e/f)
|
%mf_mkdir(&root/a/e/f)
|
||||||
data "&root/a/e/f/ds1.sas7bdat";
|
libname test "&root/a/e/f";
|
||||||
|
data test.ds1;
|
||||||
x=1;
|
x=1;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user