16%let fname=%mf_getuniquename();
19 put
"data &fname;run;";
21%ms_createfile(/sasjs/tests/&fname..sas
26%mp_assertscope(SNAPSHOT)
27%ms_getfile(/sasjs/tests/&fname..sas,outref=testref)
28%mp_assertscope(COMPARE)
34 call symputx(
'test1',_infile_);
38 iftrue=(
"&test1"=
"data &fname;run;"),
39 desc=Checking file was created with the same content,
40 outds=work.test_results