14%let group=%substr(%mf_getuniquename(),1,8);
16%mp_assertscope(SNAPSHOT)
17%ms_creategroup(&group, desc=The description,mdebug=&sasjs_mdebug,outds=test1)
18%mp_assertscope(COMPARE
19 ,ignorelist=MCLIB0_JADP1LEN MCLIB0_JADPNUM MCLIB0_JADVLEN MC0_JADP1LEN
20 MC0_JADPNUM MC0_JADVLEN
26 call symputx(
'id',groupid);
30 desc=Checking that group was created with an ID,
31 outds=work.test_results
35%ms_getgroups(outds=work.test2)
39 where upcase(name)=
"%upcase(&group)";
40 call symputx(
'checkid',groupid);
43 iftrue=(&checkid=&
id),
44 desc=Checking that fetched group exists and has the same ID,
45 outds=work.test_results