<?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 RROR: You cannot open WORK.NORMAL.DATA for output access with member-level control because WORK.NORM in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311302#M1978</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Please help me for this. This is my program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename prtsort catalog 'Mysas.Mymacro';&lt;BR /&gt;%include prtsort(multnorm)/source2;&lt;BR /&gt;proc iml;&lt;BR /&gt;X={5 3 1 &amp;nbsp;0.2,&lt;BR /&gt;3.9 3 1.4 5.2,&lt;BR /&gt;9.9 3.2 1.3 0.2};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;varNames = "x1":"x4";&lt;BR /&gt;create Normal from X[c=varNames]; append from X; close Normal;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;/* Tests for MV normality */&lt;BR /&gt;/* Tests for MV normality */&lt;BR /&gt;%inc "C:\Users\Desktop\dataMY Sas Files\Mysas.Mymacro\multnorm";&lt;BR /&gt;%multnorm(data=Normal, var=x1 x2 x3 x4, plot=MULT);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I am getting an ERROR:&amp;nbsp;RROR: "You cannot open WORK.NORMAL.DATA for output access with member-level control because&lt;BR /&gt;WORK.NORMAL.DATA is in use by you in resource environment DMS Process."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant understand the reason. Please help me&amp;nbsp;to fix this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2016 02:54:52 GMT</pubDate>
    <dc:creator>papaya21222</dc:creator>
    <dc:date>2016-11-14T02:54:52Z</dc:date>
    <item>
      <title>RROR: You cannot open WORK.NORMAL.DATA for output access with member-level control because WORK.NORM</title>
      <link>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311302#M1978</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Please help me for this. This is my program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename prtsort catalog 'Mysas.Mymacro';&lt;BR /&gt;%include prtsort(multnorm)/source2;&lt;BR /&gt;proc iml;&lt;BR /&gt;X={5 3 1 &amp;nbsp;0.2,&lt;BR /&gt;3.9 3 1.4 5.2,&lt;BR /&gt;9.9 3.2 1.3 0.2};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;varNames = "x1":"x4";&lt;BR /&gt;create Normal from X[c=varNames]; append from X; close Normal;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;/* Tests for MV normality */&lt;BR /&gt;/* Tests for MV normality */&lt;BR /&gt;%inc "C:\Users\Desktop\dataMY Sas Files\Mysas.Mymacro\multnorm";&lt;BR /&gt;%multnorm(data=Normal, var=x1 x2 x3 x4, plot=MULT);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I am getting an ERROR:&amp;nbsp;RROR: "You cannot open WORK.NORMAL.DATA for output access with member-level control because&lt;BR /&gt;WORK.NORMAL.DATA is in use by you in resource environment DMS Process."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant understand the reason. Please help me&amp;nbsp;to fix this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 02:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311302#M1978</guid>
      <dc:creator>papaya21222</dc:creator>
      <dc:date>2016-11-14T02:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: RROR: You cannot open WORK.NORMAL.DATA for output access with member-level control because WORK.</title>
      <link>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311306#M1979</link>
      <description>&lt;PRE&gt;
That says table NORMAL has already been open , you can't use it until it is closed.
Restart your SAS session and better reboot your computer to fix it .

&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Nov 2016 03:12:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311306#M1979</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-14T03:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: RROR: You cannot open WORK.NORMAL.DATA for output access with member-level control because WORK.</title>
      <link>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311309#M1980</link>
      <description>&lt;P&gt;Ksharp,&lt;/P&gt;&lt;P&gt;It works. Thank you very much !&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 03:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/RROR-You-cannot-open-WORK-NORMAL-DATA-for-output-access-with/m-p/311309#M1980</guid>
      <dc:creator>papaya21222</dc:creator>
      <dc:date>2016-11-14T03:32:15Z</dc:date>
    </item>
  </channel>
</rss>

