<?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: _ALL_nods function not working in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/723598#M27980</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was also doing the same exercise from the same book. I came across that error as well. The solution to this problem is writing out the option in the proc contents step correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example with the correct syntax:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents data=sashelp._all_ nods;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the difference, looks the same as you wrote in your program right?&lt;/P&gt;&lt;P&gt;Well, the difference is that there should be a space between the second underscore and the word, nods.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like so:&amp;nbsp;&lt;/P&gt;&lt;P&gt;_all_(space)nods&lt;/P&gt;&lt;P&gt;Where you see (space), a space/blank must be included there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, thats it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 20:02:40 GMT</pubDate>
    <dc:creator>rhafsa</dc:creator>
    <dc:date>2021-03-04T20:02:40Z</dc:date>
    <item>
      <title>_ALL_nods function not working</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651572#M22401</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have currently been following with Learning SAS by Example book and for some reason when I type in the program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title "Listing All the Sas data sets in a library;&lt;/P&gt;&lt;P&gt;proc contents data=sashelp._all_nods;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error saying&amp;nbsp;&lt;SPAN&gt;ERROR: File SASHELP._ALL_NODS.DATA does not exist. which obviously isn't true, I have tried it with numerous other libraries but keep getting the same error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 22:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651572#M22401</guid>
      <dc:creator>skatethejake</dc:creator>
      <dc:date>2020-05-28T22:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: _ALL_nods function not working</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651575#M22402</link>
      <description>&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;Are you looking to produce the contents of ALL the datasets in the SASHELP library. The "nods" part could be a typo in the book or it could be NOOBS. Try:&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;title "Listing All the Sas data sets in a library;
proc contents data=sashelp._all_ noobs ;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 May 2020 22:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651575#M22402</guid>
      <dc:creator>biopharma</dc:creator>
      <dc:date>2020-05-28T22:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: _ALL_nods function not working</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651577#M22403</link>
      <description>Correction. NODS is for NODETAILS. So it should be done with a space separating _all_ and nods:&lt;BR /&gt;title "Listing All the Sas data sets in a library;&lt;BR /&gt;proc contents data=sashelp._all_ noss ;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 28 May 2020 22:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651577#M22403</guid>
      <dc:creator>biopharma</dc:creator>
      <dc:date>2020-05-28T22:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: _ALL_nods function not working</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651610#M22404</link>
      <description>&lt;P&gt;lol ok boomer&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 01:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651610#M22404</guid>
      <dc:creator>skatethejake</dc:creator>
      <dc:date>2020-05-29T01:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: _ALL_nods function not working</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651628#M22406</link>
      <description>Your code as posted will throw another ERROR because a closing double quote misses in the TITLE statement.&lt;BR /&gt;When posting code here, copy/paste (don't retype!) the text into a window opened with the "little running man" button.</description>
      <pubDate>Fri, 29 May 2020 05:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/651628#M22406</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-29T05:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: _ALL_nods function not working</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/723598#M27980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was also doing the same exercise from the same book. I came across that error as well. The solution to this problem is writing out the option in the proc contents step correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example with the correct syntax:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents data=sashelp._all_ nods;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the difference, looks the same as you wrote in your program right?&lt;/P&gt;&lt;P&gt;Well, the difference is that there should be a space between the second underscore and the word, nods.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like so:&amp;nbsp;&lt;/P&gt;&lt;P&gt;_all_(space)nods&lt;/P&gt;&lt;P&gt;Where you see (space), a space/blank must be included there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, thats it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 20:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ALL-nods-function-not-working/m-p/723598#M27980</guid>
      <dc:creator>rhafsa</dc:creator>
      <dc:date>2021-03-04T20:02:40Z</dc:date>
    </item>
  </channel>
</rss>

