<?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: why it doesn't work in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630294#M77671</link>
    <description>&lt;P&gt;I requested you to run this earlier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=apple._all_ nods;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and let us know what you see in output window(list)&lt;/P&gt;</description>
    <pubDate>Sat, 07 Mar 2020 01:53:09 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2020-03-07T01:53:09Z</dc:date>
    <item>
      <title>why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630285#M77668</link>
      <description>&lt;P&gt;&lt;FONT color="#339966"&gt;data females;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;set apple.survey;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;where Gender = "F" ;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;run;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;pro print data = females;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;log:&lt;/P&gt;
&lt;P&gt;516 data females;&lt;BR /&gt;517 set apple.survey;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: File APPLE.SURVEY.DATA does not exist.&lt;/FONT&gt;&lt;BR /&gt;518 where Gender = "F" ;&lt;BR /&gt;519 run;&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.FEMALES may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;WARNING: Data set WORK.FEMALES was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.04 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;520 pro print data = females;&lt;BR /&gt;---&lt;BR /&gt;14&lt;BR /&gt;WARNING 14-169: Assuming the symbol PROC was misspelled as pro.&lt;BR /&gt;521 run;&lt;/P&gt;
&lt;P&gt;NOTE: No observations in data set WORK.FEMALES.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 01:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630285#M77668</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-07T01:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630290#M77669</link>
      <description>&lt;P&gt;Can you check the contents of your APPLE library to confirm whether or not the dataset really exist?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=apple._all_ nods;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 01:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630290#M77669</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-03-07T01:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630293#M77670</link>
      <description>&lt;P&gt;Thank you .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes , i am not make sure that .&lt;/P&gt;
&lt;P&gt;l always don't understand this point------- how to check check the contents of the APPLE library to confirm whether or not the dataset really exist?&lt;/P&gt;
&lt;P&gt;Would you like teach me how to do that ?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 01:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630293#M77670</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-07T01:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630294#M77671</link>
      <description>&lt;P&gt;I requested you to run this earlier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=apple._all_ nods;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and let us know what you see in output window(list)&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 01:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630294#M77671</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-03-07T01:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630296#M77672</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data  females;
   set apple.survey;
where Gender = "F" ;
run;
proc contents data = apple._all_nods;
run;


/*
NOTE: The SAS System stopped processing this step because of errors.

543
544  data  females;
545     set apple.survey;
&lt;FONT color="#FF0000"&gt;ERROR:&lt;/FONT&gt; File APPLE.SURVEY.DATA does not exist.
546  where Gender = "F" ;
547  run;

NOTE: The SAS System stopped processing this step because of errors.
&lt;FONT color="#FF0000"&gt;WARNING&lt;/FONT&gt;: The data set WORK.FEMALES may be incomplete.  When this step was stopped there were 0
         observations and 0 variables.
&lt;FONT color="#FF0000"&gt;WARNING&lt;/FONT&gt;: Data set WORK.FEMALES was not replaced because this step was stopped.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds


548  proc contents data = apple._all_nods;
&lt;FONT color="#FF0000"&gt;ERROR:&lt;/FONT&gt; File APPLE._ALL_NODS.DATA does not exist.
549  run;

NOTE: Statements not processed because of errors noted above.
NOTE: PROCEDURE CONTENTS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds

NOTE: The SAS System stopped processing this step because of errors.

*/&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 07 Mar 2020 02:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630296#M77672</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-07T02:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630297#M77673</link>
      <description>&lt;P&gt;There is a blank space betweeen _all_ and nods. See below plz&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;contents&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;apple&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;_all_&lt;/SPAN&gt; nods&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 02:04:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630297#M77673</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-03-07T02:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630299#M77674</link>
      <description>&lt;P&gt;Yes , it work well now.&lt;/P&gt;
&lt;P&gt;i check that folder with your method , yes, the survey file is not there , and after i move the survey file to where it should be the code works .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 02:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630299#M77674</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2020-03-07T02:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630300#M77675</link>
      <description>&lt;P&gt;Good. I'm glad you've found it.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 02:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630300#M77675</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-03-07T02:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: why it doesn't work</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630301#M77676</link>
      <description>&lt;P&gt;Please mark the question answered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 02:33:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-it-doesn-t-work/m-p/630301#M77676</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-07T02:33:31Z</dc:date>
    </item>
  </channel>
</rss>

