<?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: Proc tabulate error message in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432966#M27989</link>
    <description>Still getting the same error message after amending structure if the first table, see print screen below.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[cid:image001.png@01D39B5F.9D6F45B0]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Feb 2018 02:22:51 GMT</pubDate>
    <dc:creator>Bhavesh1</dc:creator>
    <dc:date>2018-02-01T02:22:51Z</dc:date>
    <item>
      <title>Proc tabulate error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432964#M27987</link>
      <description>&lt;P&gt;Hi Technical Support team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an error message in the log, see below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Problem determining cell structure. Please contact&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Technical Support and provide the PROC TABULATE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code that caused this problem.&lt;BR /&gt;NOTE: Execution terminating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see PROC TABULATE:&lt;/P&gt;&lt;P&gt;proc tabulate&amp;nbsp; data = temp ORDER=FORMATTED FORMAT=comma15.&amp;nbsp; MISSING&amp;nbsp; FORMCHAR='82838485868788898A8B8C'x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;var enrols ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class instn course_funding_source daydue monthdue december_rec;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;table&lt;BR /&gt;(all='Total')&amp;nbsp;&lt;BR /&gt;(instn = ' ' ),&lt;BR /&gt;december_rec=' ' * (monthdue = ' ' all = 'Total' )&lt;BR /&gt;/rts=40 box='RTO' misstext = ' ';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;table&lt;BR /&gt;(all='Total')&amp;nbsp;&lt;BR /&gt;(course_funding_source =' ' all = 'Total'),&lt;BR /&gt;december_rec=' ' * (monthdue = ' ' all = 'Total' )&lt;BR /&gt;/rts=40 box='Course Funding Source' misstext = ' ';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%TAB2HTM (CAPTURE=OFF,&lt;BR /&gt;&amp;nbsp;RUNMODE=B,&lt;BR /&gt;&amp;nbsp;OPENMODE=REPLACE,&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HTMLFILE = L:\TSAF - SAS\EXTRACTS\2018\missingres_2018all_&amp;amp;EXREPDATE18..html,&lt;BR /&gt;&amp;nbsp;BRTITLE=Missing Results,&lt;BR /&gt;&amp;nbsp;CENTER=N);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help to resolve this the above issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 01:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432964#M27987</guid>
      <dc:creator>Bhavesh1</dc:creator>
      <dc:date>2018-02-01T01:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432965#M27988</link>
      <description>&lt;P&gt;This part looks a little strange:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(all='Total')&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(course_funding_source =' ' all = 'Total'),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To be consistent with the structure of the first table, it should look like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;table&lt;BR /&gt;(all='Total')&amp;nbsp;&lt;BR /&gt;(course_funding_source =' '),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is really a guess.&amp;nbsp; There's no guarantee that this is the problem.&amp;nbsp; Certainly the error message is highly unusual.&amp;nbsp; But perhaps SAS has trouble determining whether you want ALL to appear before or after the COURSE_FUNDING_SOURCE.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 02:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432965#M27988</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-01T02:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432966#M27989</link>
      <description>Still getting the same error message after amending structure if the first table, see print screen below.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[cid:image001.png@01D39B5F.9D6F45B0]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2018 02:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432966#M27989</guid>
      <dc:creator>Bhavesh1</dc:creator>
      <dc:date>2018-02-01T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432969#M27990</link>
      <description>&lt;P&gt;Thank you for the response. After amending the structure of the first table as suggested in the email, still getting the same error message. Please see attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 02:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432969#M27990</guid>
      <dc:creator>Bhavesh1</dc:creator>
      <dc:date>2018-02-01T02:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432972#M27991</link>
      <description>&lt;P&gt;Just one final suggestion then ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try PROC TABULATE with just one TABLE statement.&amp;nbsp; See if either one works.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 02:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/432972#M27991</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-01T02:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate error message</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/433172#M28013</link>
      <description>&lt;P&gt;Provide some example data in the form of a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you have way to many () in the code&lt;/P&gt;
&lt;PRE&gt;table
   all='Total' 
   instn = ' ' ,
   december_rec=' ' * (monthdue = ' ' all = 'Total' )
   /rts=40 box='RTO' misstext = ' '
;

  
table
   all='Total' 
   course_funding_source =' ' ,
   december_rec=' ' * (monthdue = ' ' all = 'Total' )
   /rts=40 box='Course Funding Source' misstext = ' '
;&lt;/PRE&gt;
&lt;P&gt;perhaps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My next thought would be to remove the %TAB2HTM&amp;nbsp;from the code and see if that works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The TAB2HTM macro was written for SAS version 6 to create html output. Unless you are turning ODS HTML off it is likely that your output is going to html in the first place.&lt;/P&gt;
&lt;P&gt;If you have turned off HTML output put consider using it.&lt;/P&gt;
&lt;P&gt;RTS= only applies to LISTING output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to control appearance the you change the ODS style.&lt;/P&gt;
&lt;P&gt;To send the output to a specific file then use the ODS HTML (or other destination) options.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-tabulate-error-message/m-p/433172#M28013</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-01T16:49:03Z</dc:date>
    </item>
  </channel>
</rss>

