<?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 Is there any statement to close opened data set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17443#M2535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need privilege of Administrator to kill these process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 08:02:02 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2012-02-29T08:02:02Z</dc:date>
    <item>
      <title>Is there any statement to close opened data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17440#M2532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find a statement to close a data set that is already opened by other process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to manually close it inorder to allow other process to modify the dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried to use OPEN and CLOSE functions, but no luck. I am using SAS EG 4.1/SAS 9.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me to close opened dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks inadvance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 23:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17440#M2532</guid>
      <dc:creator>LHV</dc:creator>
      <dc:date>2012-02-28T23:07:40Z</dc:date>
    </item>
    <item>
      <title>Is there any statement to close opened data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17441#M2533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I've still never used EG, I don't know if the following is relevant.&amp;nbsp; However, if it is, possibly you can issue a dm statement that calls the close statement.&amp;nbsp; Take a look at: &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000167815.htm"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000167815.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 00:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17441#M2533</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-29T00:19:03Z</dc:date>
    </item>
    <item>
      <title>Is there any statement to close opened data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17442#M2534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by "other process" but in case this is about having a table open in EG and then trying to run some code in another window trying to modify this table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change some of EG's standard behaviour via "Tools/Options". No more sure what's available in EG4.1 - in EG4.3 I would de-select under &lt;/P&gt;&lt;P&gt;"Results General" the option "Automatically open data or results when generated", &lt;/P&gt;&lt;P&gt;"Data General" the option "Automatically open data when added to project"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would select under&lt;/P&gt;&lt;P&gt;"SAS Programs" option "Close all open data before running code"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Art&lt;/P&gt;&lt;P&gt;I believe the DM commands are only applicable for the windowing system on top of a SAS server and not for a client application like EG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 01:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17442#M2534</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-02-29T01:11:53Z</dc:date>
    </item>
    <item>
      <title>Is there any statement to close opened data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17443#M2535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need privilege of Administrator to kill these process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 08:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-statement-to-close-opened-data-set/m-p/17443#M2535</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-02-29T08:02:02Z</dc:date>
    </item>
  </channel>
</rss>

