adding a meta user to a meta group in sas
问题 I've around 600 meta users in SAS EGRC 6.1 in the platform in SAS 9.4. I want to add those users to a meta-group. for this, I'm using code below libname current '/tmp/temp1'; /* for the current metadata */ libname addgrps '/tmp/temp2'; /* current augmented with the changes */ libname updates '/tmp/temp3'; /* for the updates created by the mducmp macro */ options metaserver=abc metaport=8561 metauser='sasadm@saspw' metapass='xyz123' metaprotocol=bridge metarepository=foundation; %mduextr