<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alter permission VA program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Alter-permission-VA-program/m-p/706287#M216764</link>
    <description>&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;Hello all well

I have a program in proc sql that collects information about user permissions. My question is is there a possibility to make changes to permissions using proc sql or do you have any specific proc command?

command made until now of collection would be this:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table VA_Grupos as
select NOME_GRUPO, Login_Usuario, displayname, memDesc, title from
(select memid, name as NOME_GRUPO, memName as Login_Usuario, memDesc from dirm.Groupmempersons_info) as a left join
(select objid, title, displayname from dirm.person) as b on a.memid=b.objid
order by NOME_GRUPO, displayname;
quit;

proc sql;
create table VA_Usuarios as
select keyid, displayname, name, description,title from dirm.person
order by displayname;
quit;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE class="tw-data-placeholder tw-text-small tw-ta"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 16 Dec 2020 12:16:11 GMT</pubDate>
    <dc:creator>lgsucupira</dc:creator>
    <dc:date>2020-12-16T12:16:11Z</dc:date>
    <item>
      <title>Alter permission VA program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alter-permission-VA-program/m-p/706287#M216764</link>
      <description>&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;Hello all well

I have a program in proc sql that collects information about user permissions. My question is is there a possibility to make changes to permissions using proc sql or do you have any specific proc command?

command made until now of collection would be this:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table VA_Grupos as
select NOME_GRUPO, Login_Usuario, displayname, memDesc, title from
(select memid, name as NOME_GRUPO, memName as Login_Usuario, memDesc from dirm.Groupmempersons_info) as a left join
(select objid, title, displayname from dirm.person) as b on a.memid=b.objid
order by NOME_GRUPO, displayname;
quit;

proc sql;
create table VA_Usuarios as
select keyid, displayname, name, description,title from dirm.person
order by displayname;
quit;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE class="tw-data-placeholder tw-text-small tw-ta"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Dec 2020 12:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alter-permission-VA-program/m-p/706287#M216764</guid>
      <dc:creator>lgsucupira</dc:creator>
      <dc:date>2020-12-16T12:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alter permission VA program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alter-permission-VA-program/m-p/706505#M216833</link>
      <description>&lt;P&gt;What exactly are you trying to alter?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 01:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alter-permission-VA-program/m-p/706505#M216833</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-12-17T01:15:20Z</dc:date>
    </item>
  </channel>
</rss>

