<?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: FILEPATH for lesson 2: section 1 understanding sas data: activity 2 not working in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/527015#M159</link>
    <description>Ah, when copying and pasting code, the "curly" quotes can mess up the code in many different editor windows -- whether you're using SAS on Windows with Display Manager, SAS EG or SAS Studio. Most of the folks who have issues are copying and pasting from a Word doc or PowerPoint, which usually have "curly quotes" turned on. You have to change this option to use what Word and PowerPoint call "straight quotes" or else your SAS code causes a hiccup in the compiler and possible error in the log.&lt;BR /&gt;Cynthia</description>
    <pubDate>Mon, 14 Jan 2019 18:29:57 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-01-14T18:29:57Z</dc:date>
    <item>
      <title>FILEPATH for lesson 2: section 1 understanding sas data: activity 2 not working</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525764#M148</link>
      <description>&lt;P&gt;&lt;FONT color="#CC99FF"&gt;Based on the instructions I came up with the following code :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc contents data="/folders/myfolders/EPG194/data/storm_summary.sas7bdat”;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#CC99FF"&gt;however, am being met with the below error.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: The physical file name "/folders/&lt;/FONT&gt;myfolders&lt;FONT color="#FF0000"&gt;/EPG194/data/storm_summary.sas7bdat”; run;OPTIONS NONOTES NOSTIMER NOSOURCE&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;NOSYNTAXCHECK;ODS HTML CLOSE; ; ;*';*" is too long&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#CC99FF"&gt;&lt;SPAN&gt;To get my file path, i simply clicked on epg14/ data and went to properties and selected the location, then got the full name from the storm summary properties and put that after the location. I also tried to copy and paste the location from the storm summary properties&amp;nbsp;but this gave me the same error. Please assist?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jan 2019 16:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525764#M148</guid>
      <dc:creator>melissagodfrey</dc:creator>
      <dc:date>2019-01-09T16:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: FILEPATH for lesson 2: section 1 understanding sas data: activity 2 not working</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525769#M149</link>
      <description>&lt;P&gt;It looks like the closing double quotation isn't the same as the initial double quotation. Could you try deleting the ending quote, retype the double quote, and try it again?&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="/folders/myfolders/EPG194/data/storm_summary.sas7bdat"; /* &amp;lt;- Change ending quote from &lt;SPAN&gt;” to " */&lt;/SPAN&gt;
run;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quotes copied from an application like Microsoft Word&amp;nbsp;can sometimes be different from plain text quotes that you'd type in a .TXT file or a SAS program.&amp;nbsp; SAS recognizes plain text quotes, not the edited quotes.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 16:44:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525769#M149</guid>
      <dc:creator>PremS</dc:creator>
      <dc:date>2019-01-09T16:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: FILEPATH for lesson 2: section 1 understanding sas data: activity 2 not working</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525778#M150</link>
      <description>Fantastical! Thanks for the prompt response, i would have never guessed something like that. it worked!</description>
      <pubDate>Wed, 09 Jan 2019 16:56:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525778#M150</guid>
      <dc:creator>melissagodfrey</dc:creator>
      <dc:date>2019-01-09T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: FILEPATH for lesson 2: section 1 understanding sas data: activity 2 not working</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525803#M151</link>
      <description>&lt;P&gt;Interestingly when I paste your code&lt;/P&gt;
&lt;PRE&gt;Proc contents data="/folders/myfolders/EPG194/data/storm_summary.sas7bdat”;
run;&lt;/PRE&gt;
&lt;P&gt;into my SAS editor for the Display Manager the final&lt;FONT size="5"&gt;&lt;STRONG&gt; ” &lt;/STRONG&gt;&lt;FONT size="3"&gt;quote does not even appear.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;FONT size="3"&gt;Depending on your syntax highlighting settings the string starting with " would not be closed and would show the ";run;" and any following text as part of the data name.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 18:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/525803#M151</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-09T18:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: FILEPATH for lesson 2: section 1 understanding sas data: activity 2 not working</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/527015#M159</link>
      <description>Ah, when copying and pasting code, the "curly" quotes can mess up the code in many different editor windows -- whether you're using SAS on Windows with Display Manager, SAS EG or SAS Studio. Most of the folks who have issues are copying and pasting from a Word doc or PowerPoint, which usually have "curly quotes" turned on. You have to change this option to use what Word and PowerPoint call "straight quotes" or else your SAS code causes a hiccup in the compiler and possible error in the log.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 14 Jan 2019 18:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/FILEPATH-for-lesson-2-section-1-understanding-sas-data-activity/m-p/527015#M159</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-01-14T18:29:57Z</dc:date>
    </item>
  </channel>
</rss>

