<?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 missing rows in table generated by running a macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/missing-rows-in-table-generated-by-running-a-macro/m-p/295674#M311953</link>
    <description>&lt;P&gt;Has anyone seen before such error message in the log below (I highlighted it)? What's the cause of the problem and how can I fix that? The results table in rtf file I got from running macros ended up missing some rows of certain categories. Do I need to include the macros here as well? It's a long file of codes to call the macro at the end. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: There were 17 observations read from the data set WORK.TB.&lt;BR /&gt;NOTE: The data set WORK.TB has 17 observations and 4 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Writing RTF Body file:&lt;BR /&gt;C:\Users\LQL\Desktop\Lixian\CSC\2015\output\successfulquitters_vs_stillsmoking_QuitHelpLChen&lt;BR /&gt;08312016.rtf&lt;/P&gt;&lt;P&gt;NOTE: Groups are not created because the usage of DEMO is DISPLAY. To avoid this note, change all GROUP variables to ORDER&lt;BR /&gt;variables.&lt;BR /&gt;&lt;STRONG&gt;ERROR: The width of DEMO is not between 1 and 128. Adjust the column width or line size.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE: This affects LISTING output.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2016 02:05:19 GMT</pubDate>
    <dc:creator>lic054</dc:creator>
    <dc:date>2016-09-01T02:05:19Z</dc:date>
    <item>
      <title>missing rows in table generated by running a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/missing-rows-in-table-generated-by-running-a-macro/m-p/295674#M311953</link>
      <description>&lt;P&gt;Has anyone seen before such error message in the log below (I highlighted it)? What's the cause of the problem and how can I fix that? The results table in rtf file I got from running macros ended up missing some rows of certain categories. Do I need to include the macros here as well? It's a long file of codes to call the macro at the end. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: There were 17 observations read from the data set WORK.TB.&lt;BR /&gt;NOTE: The data set WORK.TB has 17 observations and 4 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Writing RTF Body file:&lt;BR /&gt;C:\Users\LQL\Desktop\Lixian\CSC\2015\output\successfulquitters_vs_stillsmoking_QuitHelpLChen&lt;BR /&gt;08312016.rtf&lt;/P&gt;&lt;P&gt;NOTE: Groups are not created because the usage of DEMO is DISPLAY. To avoid this note, change all GROUP variables to ORDER&lt;BR /&gt;variables.&lt;BR /&gt;&lt;STRONG&gt;ERROR: The width of DEMO is not between 1 and 128. Adjust the column width or line size.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE: This affects LISTING output.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 02:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/missing-rows-in-table-generated-by-running-a-macro/m-p/295674#M311953</guid>
      <dc:creator>lic054</dc:creator>
      <dc:date>2016-09-01T02:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: missing rows in table generated by running a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/missing-rows-in-table-generated-by-running-a-macro/m-p/295701#M311954</link>
      <description>&lt;P&gt;You have more than one ODS destination open, one of them is LISTING.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simply close the listing destination, like so:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 07:05:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/missing-rows-in-table-generated-by-running-a-macro/m-p/295701#M311954</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-09-01T07:05:12Z</dc:date>
    </item>
  </channel>
</rss>

