18 put
'%put hello world;';
20 put
'data _null_; file _webout; put "runstptest";run;';
24%let fname=%mf_getuniquename();
26%ms_createfile(/sasjs/tests/&fname..sas
31%mp_assertscope(SNAPSHOT)
32%ms_runstp(/sasjs/tests/&fname
36%mp_assertscope(COMPARE)
43 if _n_=1 then call symputx(
'test1',_infile_);
45 call symputx(
'test2',substr(_infile_,1,30));
46 putlog
"SASJS_LOGS_SEPARATOR_xxx";
54 iftrue=(
"&test1"=
"runstptest"),
55 desc=Checking webout was created,
56 outds=work.test_results
60 iftrue=(
"&test2"=
"SASJS_LOGS_SEPARATOR_163ee17b6"),
61 desc=Checking debug was enabled,
62 outds=work.test_results