14%let user=%substr(%mf_getuniquename(),1,8);
16%mp_assertscope(SNAPSHOT)
17%ms_createuser(&user,passwrd,outds=test1,mdebug=&sasjs_mdebug)
18%mp_assertscope(COMPARE
19 ,ignorelist=MCLIB0_JADP1LEN MCLIB0_JADPNUM MCLIB0_JADVLEN MC0_JADP1LEN
20 MC0_JADPNUM MC0_JADVLEN
26 call symputx(
'id',
id);
31 desc=Checking that user was created with an ID,
32 outds=work.test_results
36%ms_getusers(outds=work.test2)
40 if _n_<20 then putlog (_all_)(=);
41 if upcase(username)=
"%upcase(&user)";
42 call symputx(
'checkid',
id);
45 iftrue=(&checkid=&
id),
46 desc=Checking that fetched user exists and has the same ID,
47 outds=work.test_results