<?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: strange error with a simple proc format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644299#M78473</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/211498"&gt;@Mic35&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It's not a problem with my code, the only&amp;nbsp; that I used.&lt;BR /&gt;Just a proc format....&lt;BR /&gt;And at the begining I didn't have problem..&amp;nbsp; Why I get this error message NOW ?&lt;BR /&gt;Maybe uninstalling the virtual machine and SAS is not enough.&lt;/P&gt;
&lt;P&gt;Is there a way to make sure that everything is really deleted?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;None of the code showing an error involves your format. You do not show a complete data step or procedure so it is very hard to tell the exact cause. That very specific and common error relates to &lt;STRONG&gt;some &lt;/STRONG&gt;statement that has an incorrect quote. The format doesn't. And the error is not occurring the Proc format code as shown by your picture.&lt;/P&gt;
&lt;P&gt;What do you mean "deleted"? Nothing you show would be related to deleting.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 16:21:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-04-30T16:21:23Z</dc:date>
    <item>
      <title>strange error with a simple proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644288#M78469</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Currently I train myself to do a great reporting (on SAS university) and after a few tries I having a problem.&lt;/P&gt;&lt;P&gt;I have uninstalled and re-installed Virtual box and sas several times, the problem persists.&lt;BR /&gt;Has anyone ever been confronted at this situation before? Do you have any problem-solving ideas?&lt;BR /&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I coded:&lt;/P&gt;&lt;PRE&gt;proc format cntlout=titles;
value $title
     "T_01_TITLE01 "= "^{style [just=C fontweight=bold] Title}"
     "T_01_FNOTE01 "='Class table '
     "T_01_ORDER " ='1'
     "T_01_ORIENT " ='L'
     "T_01_BMARK " ='T_01'
; 
run;&lt;/PRE&gt;&lt;P&gt;I get :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="pict.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38919i6A5FFE2A87830660/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pict.png" alt="pict.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644288#M78469</guid>
      <dc:creator>Mic35</dc:creator>
      <dc:date>2020-04-30T16:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: strange error with a simple proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644289#M78470</link>
      <description>&lt;P&gt;You need to show more code.&lt;/P&gt;
&lt;P&gt;The issue is almost certainly not related to the format but somewhere you have either mismatched quotes around a value or a missing quote. Just like the message.&lt;/P&gt;
&lt;P&gt;Show the entire data step code.&lt;/P&gt;
&lt;P&gt;And instead of pasting pictures, copy from the log and paste the text into a code box opened on the forum with the &amp;lt;/&amp;gt; icon.&lt;/P&gt;
&lt;P&gt;That way we can show the actual change likely needed in the code. Pictures are hard to edit.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 15:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644289#M78470</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-30T15:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: strange error with a simple proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644296#M78471</link>
      <description>&lt;P&gt;It's not a problem with my code, the only&amp;nbsp; that I used.&lt;BR /&gt;Just a proc format....&lt;BR /&gt;And at the begining I didn't have problem..&amp;nbsp; Why I get this error message NOW ?&lt;BR /&gt;Maybe uninstalling the virtual machine and SAS is not enough.&lt;/P&gt;&lt;P&gt;Is there a way to make sure that everything is really deleted?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644296#M78471</guid>
      <dc:creator>Mic35</dc:creator>
      <dc:date>2020-04-30T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: strange error with a simple proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644298#M78472</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/211498"&gt;@Mic35&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It's not a problem with my code, the only&amp;nbsp; that I used.&lt;BR /&gt;Just a proc format....&lt;BR /&gt;And at the begining I didn't have problem..&amp;nbsp; Why I get this error message NOW ?&lt;BR /&gt;Maybe uninstalling the virtual machine and SAS is not enough.&lt;/P&gt;
&lt;P&gt;Is there a way to make sure that everything is really deleted?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So reading between the lines it sounds like you are using SAS/Studio to submit your code. Possibly using the free SAS University Edition.&lt;/P&gt;
&lt;P&gt;First thing to try is to Re-start your SAS session. You can do that from the SAS/Studio GUI.&lt;/P&gt;
&lt;P&gt;If the problem still exists then check your autoexec file for unbalanced quotes.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644298#M78472</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-04-30T16:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: strange error with a simple proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644299#M78473</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/211498"&gt;@Mic35&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It's not a problem with my code, the only&amp;nbsp; that I used.&lt;BR /&gt;Just a proc format....&lt;BR /&gt;And at the begining I didn't have problem..&amp;nbsp; Why I get this error message NOW ?&lt;BR /&gt;Maybe uninstalling the virtual machine and SAS is not enough.&lt;/P&gt;
&lt;P&gt;Is there a way to make sure that everything is really deleted?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;None of the code showing an error involves your format. You do not show a complete data step or procedure so it is very hard to tell the exact cause. That very specific and common error relates to &lt;STRONG&gt;some &lt;/STRONG&gt;statement that has an incorrect quote. The format doesn't. And the error is not occurring the Proc format code as shown by your picture.&lt;/P&gt;
&lt;P&gt;What do you mean "deleted"? Nothing you show would be related to deleting.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644299#M78473</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-30T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: strange error with a simple proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644473#M78475</link>
      <description>&lt;P&gt;The solution was effectively in the autoexec...&lt;BR /&gt;one of my macros is a the origin of the error.&lt;BR /&gt;I want to investigating what and why i had this message of error in this only step...&lt;BR /&gt;Thanks a lot to remind myself cheking this basic step... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 09:51:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/strange-error-with-a-simple-proc-format/m-p/644473#M78475</guid>
      <dc:creator>Mic35</dc:creator>
      <dc:date>2020-05-01T09:51:24Z</dc:date>
    </item>
  </channel>
</rss>

