<?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: Final line of code to stop unbalanced quotation marks ?? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842644#M333194</link>
    <description>&lt;P&gt;It's hidden behind a OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; statement.&lt;/P&gt;
&lt;P&gt;To see it, go to (in SAS Studio) Settings and there to Code and Log. In this, you'll find Show Created Code in SAS Log (or similar, for me - German - it's "&lt;SPAN&gt;Generierten Code in SAS-Log anzeigen")&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Nov 2022 10:24:39 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-11-05T10:24:39Z</dc:date>
    <item>
      <title>Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842632#M333190</link>
      <description>&lt;P&gt;Hi, I am reading the official SAS Specialist prep guide, on page 69, talking about error caused by unbalanced quotation marks, there is a tip saying&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Both SAS Enterprise Guide and SAS Studio add a final line of code to stop unbalanced quotation marks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What does that even mean?&lt;/P&gt;
&lt;P&gt;I ran the code in SAS studio, nothing happened, no log or output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is it something to do with the last paragraph saying that submitting a line so that I do not have to manually cancel in SAS studio or SAS EG compared to other SAS apps?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nietzsche_0-1667629230309.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76971iAAFF261547906DAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nietzsche_0-1667629230309.png" alt="Nietzsche_0-1667629230309.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 06:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842632#M333190</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2022-11-05T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842633#M333191</link>
      <description>&lt;P&gt;When you submit code in EG or Studio, look at the end of the log. You'll find a "magic string" which is meant to deal with missing semicolons, unbalanced quotes, unfinished comments, missing QUIT and RUN statements.&lt;/P&gt;
&lt;P&gt;What it can't fix are incomplete macro definitions.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 06:47:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842633#M333191</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-05T06:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842635#M333192</link>
      <description>&lt;P&gt;The string is (as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote) at the end:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;;*';*";*/;quit;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But unfortunately it does'nt fix unfinished macros.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 08:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842635#M333192</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2022-11-05T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842638#M333193</link>
      <description>&lt;P&gt;I don't see no such code at the end of any of my logs&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 09:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842638#M333193</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2022-11-05T09:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842644#M333194</link>
      <description>&lt;P&gt;It's hidden behind a OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; statement.&lt;/P&gt;
&lt;P&gt;To see it, go to (in SAS Studio) Settings and there to Code and Log. In this, you'll find Show Created Code in SAS Log (or similar, for me - German - it's "&lt;SPAN&gt;Generierten Code in SAS-Log anzeigen")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 10:24:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842644#M333194</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-05T10:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842649#M333195</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431484"&gt;@Nietzsche&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't see no such code at the end of any of my logs&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hello&amp;nbsp;@Nietsche!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see the following in my log:&lt;/P&gt;
&lt;PRE&gt; 70         data work.admitfee;
 71         set cert.admit;
 72         where actlevel='HIGH;
 73         run;
 74         
 75         proc print data=work.admitfee;
 76         var id name actlevel fee;
 77         run;
 78         
 79         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 80         ODS HTML CLOSE;
 81         &amp;amp;GRAPHTERM; ;*';*";*/;RUN;
 
 NOTE: There were 0 observations read from the data set CERT.ADMIT.
       WHERE 0 /* an obviously FALSE WHERE clause */ ;
 NOTE: The data set WORK.ADMITFEE has 0 observations and 9 variables.&lt;/PRE&gt;
&lt;P&gt;Where line number 81 contains the added code as indicated by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt;&amp;nbsp;and the Note&amp;nbsp;contains that famous "warning".&lt;/P&gt;
&lt;P&gt;You should actually see something similar.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Fja&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 10:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842649#M333195</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2022-11-05T10:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Final line of code to stop unbalanced quotation marks ??</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842650#M333196</link>
      <description>ah yes I see it now. Didn't know how much code are actually hidden behind the scene!</description>
      <pubDate>Sat, 05 Nov 2022 10:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Final-line-of-code-to-stop-unbalanced-quotation-marks/m-p/842650#M333196</guid>
      <dc:creator>Nietzsche</dc:creator>
      <dc:date>2022-11-05T10:39:14Z</dc:date>
    </item>
  </channel>
</rss>

