<?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 Re: Editing Data Grid values in Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/409094#M26240</link>
    <description>&lt;P&gt;Terrence,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are able to edit the data when you manually assigned a library using the BASE engine and your DBADG library is configured to be assigned via the META libname engine (which can be seen in your query results), I suspect it is just a permissions issue.&amp;nbsp; I suggest checking the permissions on your library (and/or registered tables)&amp;nbsp;defined in metadata (using SAS Management Console).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
    <pubDate>Tue, 31 Oct 2017 13:06:40 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2017-10-31T13:06:40Z</dc:date>
    <item>
      <title>Editing Data Grid values in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388495#M25043</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what the issue is, but I cannot seem to edit Data Grids through Enterprise Guide.&lt;/P&gt;&lt;P&gt;My colleauge was able to do this (though after some permission changes recently she cannot do it anymore either).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use an locally installed Enterprise Guide, connected to a sasApp metadata server. The Datagrids themselves are stored on the compute server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open the Datagrid in Enterprise Guide, I can read the data, but double clicking on a cell would not prompt me to open it up to Edit Mode. The entire Edit section is greyed out also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there some permission setting I'm missing?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 15:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388495#M25043</guid>
      <dc:creator>terrence_s</dc:creator>
      <dc:date>2017-08-16T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Data Grid values in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388552#M25051</link>
      <description>&lt;P&gt;What libname engine is your library assigned with?&amp;nbsp; And what specific version of EG&amp;nbsp;(in Help-&amp;gt;About) are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 18:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388552#M25051</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-08-16T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Data Grid values in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388585#M25055</link>
      <description>&lt;P&gt;Where would I check the libname engine assignment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know my libname is this:&lt;/P&gt;&lt;P&gt;LIBNAME dbadg BASE "F:\SAS\Contexts\DBA\DataGrids";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I'm using version 7.11 (7.100.1.2711) (64-bit)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388585#M25055</guid>
      <dc:creator>terrence_s</dc:creator>
      <dc:date>2017-08-16T19:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Data Grid values in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388906#M25084</link>
      <description>&lt;P&gt;Your libname statement indicates you are using the BASE engine.&amp;nbsp; Another way to check is to query the dictionary table, with code such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;sql&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;select&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; * &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;from&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; sashelp.vlibnam&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;where&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; libname eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"DBADG"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't think of why you would be unable to edit the data grid values then.&amp;nbsp; BASE engine is definitely supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try submitting this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;LIBNAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; dbadg &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;BASE&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"F:\SAS\Contexts\DBA\DataGrids"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; dbadg.test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; sashelp.class;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After submitting that code, are you able to edit the values in dbadg.test that will be open in the data grid?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG 7.11 (7.100.1.2711) is the initial 7.11 release without any updates applied.&amp;nbsp; You could try installing the latest update to see if you are encountering an issue that was addressed in an update:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://ftp.sas.com/techsup/download/hotfix/HF2/U23.html#U23005" target="_self"&gt;http://ftp.sas.com/techsup/download/hotfix/HF2/U23.html#U23005&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/388906#M25084</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-08-17T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Data Grid values in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/389839#M25171</link>
      <description>&lt;P&gt;Thanks Casey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the first snippet in your response and got this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataGrid_sashelp.vlibnam.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14590i7AA921B1BDFBBC23/image-size/large?v=v2&amp;amp;px=999" role="button" title="DataGrid_sashelp.vlibnam.JPG" alt="DataGrid_sashelp.vlibnam.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I ran the second snippet, I was able to edit that Data Grid.&lt;/P&gt;&lt;P&gt;Really not sure what the difference is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try installing the hotfix too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Terrence&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/389839#M25171</guid>
      <dc:creator>terrence_s</dc:creator>
      <dc:date>2017-08-22T14:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Data Grid values in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/409094#M26240</link>
      <description>&lt;P&gt;Terrence,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are able to edit the data when you manually assigned a library using the BASE engine and your DBADG library is configured to be assigned via the META libname engine (which can be seen in your query results), I suspect it is just a permissions issue.&amp;nbsp; I suggest checking the permissions on your library (and/or registered tables)&amp;nbsp;defined in metadata (using SAS Management Console).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 13:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Editing-Data-Grid-values-in-Enterprise-Guide/m-p/409094#M26240</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-10-31T13:06:40Z</dc:date>
    </item>
  </channel>
</rss>

