15%let group=%substr(%mf_getuniquename(),1,8);
16%ms_creategroup(&group, desc=The description,mdebug=&sasjs_mdebug,outds=test1a)
20 call symputx(
'groupid',groupid);
24 desc=Checking that group was created with an ID,
25 outds=work.test_results
31%mp_assertscope(SNAPSHOT)
32%ms_adduser2group(uid=1,gid=&groupid,mdebug=&sasjs_mdebug,outds=test1)
33%mp_assertscope(COMPARE
34 ,ignorelist=MCLIB2_JADP1LEN MCLIB2_JADP2LEN MCLIB2_JADPNUM MCLIB2_JADVLEN
41 if id=1 then call symputx(
'checkid',1);
45 desc=Checking that user was created in the
new group,
46 outds=work.test_results