<?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: Error message explanation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-message-explanation/m-p/41221#M8433</link>
    <description>You have an unbalanced quotation mark.  Try repeatedly submitting the following code until you get an error message pertaining to the %mend statement with no matching %macro statement.  &lt;BR /&gt;
&lt;BR /&gt;
*/; *’; *”;  stop; run; quit; %mend;</description>
    <pubDate>Tue, 30 Nov 2010 11:00:39 GMT</pubDate>
    <dc:creator>polingjw</dc:creator>
    <dc:date>2010-11-30T11:00:39Z</dc:date>
    <item>
      <title>Error message explanation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-message-explanation/m-p/41220#M8432</link>
      <description>Dear All,&lt;BR /&gt;
&lt;BR /&gt;
I was using a code to extract data through odbc connection, I used to get the data as intended but this time when I ran, I didnt select the full code, I missed to select the "proc" statement from my code. I got an error message and I ran the code with full selection as usual but, the SAS thrown an error message as shown below.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Please explain what is this error and the upseting fact is that once you get this message you cant run any other part of your stream without disconnecting from work.&lt;BR /&gt;
&lt;BR /&gt;
The error is repeating in all further runs...&lt;BR /&gt;
&lt;BR /&gt;
Are there any options to reset these errors and start working in the work without disconnecting..?&lt;BR /&gt;
&lt;BR /&gt;
Pls help...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE 49-169: The meaning of an identifier after a quoted string may change in a future SAS release.  Inserting white space between &lt;BR /&gt;
             a quoted string and the succeeding identifier is recommended.&lt;BR /&gt;
12         &lt;BR /&gt;
13         %gaccessible;&lt;BR /&gt;
14         proc sql;&lt;BR /&gt;
15         connect to odbc(datasrc=dwh_sybaseiq user="Syams" password="syams@123");&lt;BR /&gt;
                                                           ____________&lt;BR /&gt;
                                                           49&lt;BR /&gt;
&lt;BR /&gt;
16         execute(select&lt;BR /&gt;
17         	cust_id,&lt;BR /&gt;
18         	currency_code,&lt;BR /&gt;
19         	SOURCE_ACCOUNT_NBR,&lt;BR /&gt;
20         	CUST_STAT_CODE,&lt;BR /&gt;
21         	CUST_CONST,&lt;BR /&gt;
22         	NRI_FLG,&lt;BR /&gt;
23         	GL_SUB_HEAD_CODE,&lt;BR /&gt;
24         	Account_Summary_Date&lt;BR /&gt;
WARNING: The quoted string currently being processed has become more than 262 characters long.  You may have unbalanced quotation &lt;BR /&gt;
2                                                          The SAS System                           14:40 Tuesday, November 30, 2010&lt;BR /&gt;
&lt;BR /&gt;
         marks.&lt;BR /&gt;
25         into #base1&lt;BR /&gt;
26         from&lt;BR /&gt;
27         EDW.T03055_LIABILITY_SNAPSHOT&lt;BR /&gt;
28         where CUST_STAT_CODE IN ('HNIPB', 'HNIPS', 'HNIPT')&lt;BR /&gt;
29         AND Account_Summary_Date = '2010-10-31'&lt;BR /&gt;
30         )by odbc;</description>
      <pubDate>Tue, 30 Nov 2010 09:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-message-explanation/m-p/41220#M8432</guid>
      <dc:creator>syam_india_kochi</dc:creator>
      <dc:date>2010-11-30T09:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error message explanation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-message-explanation/m-p/41221#M8433</link>
      <description>You have an unbalanced quotation mark.  Try repeatedly submitting the following code until you get an error message pertaining to the %mend statement with no matching %macro statement.  &lt;BR /&gt;
&lt;BR /&gt;
*/; *’; *”;  stop; run; quit; %mend;</description>
      <pubDate>Tue, 30 Nov 2010 11:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-message-explanation/m-p/41221#M8433</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2010-11-30T11:00:39Z</dc:date>
    </item>
  </channel>
</rss>

