<?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: SAS programming 1 lesson 2: proc contents statement in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793619#M1027</link>
    <description>&lt;P&gt;I swear I tried this LOL but I tried it again and it worked thank you so much!&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 20:58:05 GMT</pubDate>
    <dc:creator>newuser01</dc:creator>
    <dc:date>2022-01-31T20:58:05Z</dc:date>
    <item>
      <title>SAS programming 1 lesson 2: proc contents statement</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793573#M1023</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am completing the activity in lesson 2 and I can't seem to get the proc contents statement right. I'm copying the file path from the file properties folder so I don't know why it won't work. Any help appreciated. Attaching the activity as well as screenshot of SAS studio.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The activity" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68040i50C06F531A46BDCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-01-31 at 1.37.05 PM.png" alt="The activity" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The activity&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot of my log with the code I wrote, copying it from the file properties window thats open, and the error I'm receiving :(" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68041i9D0F52FA9100F070/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-01-31 at 1.36.25 PM.png" alt="Screenshot of my log with the code I wrote, copying it from the file properties window thats open, and the error I'm receiving :(" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot of my log with the code I wrote, copying it from the file properties window thats open, and the error I'm receiving &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 18:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793573#M1023</guid>
      <dc:creator>newuser01</dc:creator>
      <dc:date>2022-01-31T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming 1 lesson 2: proc contents statement</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793587#M1024</link>
      <description>Looks like you are missing quotation marks around the value passed to data=.</description>
      <pubDate>Mon, 31 Jan 2022 19:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793587#M1024</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-01-31T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming 1 lesson 2: proc contents statement</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793588#M1025</link>
      <description>Looks like you are missing the quotation marks.</description>
      <pubDate>Mon, 31 Jan 2022 19:21:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793588#M1025</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2022-01-31T19:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming 1 lesson 2: proc contents statement</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793617#M1026</link>
      <description>Hi:&lt;BR /&gt;  In addition to missing the quotation marks around the entire path it also looks like you did not copy the full path. Note that in your File Properties window, the entire path starts with a / before the home:&lt;BR /&gt;/home/u60771593/EPG1V2/data/storm_summary.sas7bdat&lt;BR /&gt;&lt;BR /&gt;  So you have 2 corrections to make in your code and then the PROC CONTENTS should work.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 31 Jan 2022 20:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793617#M1026</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-01-31T20:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming 1 lesson 2: proc contents statement</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793619#M1027</link>
      <description>&lt;P&gt;I swear I tried this LOL but I tried it again and it worked thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 20:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/SAS-programming-1-lesson-2-proc-contents-statement/m-p/793619#M1027</guid>
      <dc:creator>newuser01</dc:creator>
      <dc:date>2022-01-31T20:58:05Z</dc:date>
    </item>
  </channel>
</rss>

