<?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: need help with proc Report with preloadfmt(completerows) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114709#M10172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the format and the proc report code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f=dates. --&amp;gt; is created using cntlin to include all the days in a given month.&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;value $type 'Type1' = 'A'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Type2' = 'B'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 'Type3' = 'C';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;value $side 'C'='One'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 'D'='Two';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc report data=final missing nowd spanrows;&lt;BR /&gt;options missing=' ';&lt;BR /&gt;column (Cust Cust_Name Acct_Bal Side Type) Trxn_Dt, (Flag TRXN_AMT) Total;&lt;BR /&gt;define Cust /group 'Cust' style(column)={vjust=m cellwidth=.6in};&lt;BR /&gt;define Cust_Name /group 'Name' style(column)={vjust=m cellwidth=2.2in};&lt;BR /&gt;define Acct_Bal/group 'Balance' f=dollar20.2 style(column)={vjust=m} ;&lt;BR /&gt;define Side /group 'Type' style(column)={cellheight=.7in} f=$side.;&lt;BR /&gt;define Type / group 'Sub Type' style(column)={cellheight=.4in} f=$type.;&lt;BR /&gt;define Trxn_Dt/ ' ' across style(header)={cellwidth=1.4in} f=dates. preloadfmt order=internal ; &lt;BR /&gt;define Flag / display width=25 noprint;&lt;BR /&gt;define TRXN_AMT /'Amt' f=dollar12.2;&lt;BR /&gt;define Total /computed 'Total' f=dollar20.2 style(column)={cellwidth=1.2in};&lt;BR /&gt;compute Total;&lt;BR /&gt;Total = sum (_Computes total across_);&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 21:41:11 GMT</pubDate>
    <dc:creator>anu</dc:creator>
    <dc:date>2013-02-20T21:41:11Z</dc:date>
    <item>
      <title>need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114706#M10169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone - Hoping to get some tips for using preloadfmt with completerows and exclusive options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create the below using proc report. I have format defined to get all the columns across but I'm having issues with creating all rows for Subtype.&lt;/P&gt;&lt;P&gt;1. Preloadfmt with completerows gives all possible groupings.&lt;/P&gt;&lt;P&gt;2. Preloadfmt with exclusive options is not displaying all the 3 SubTypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 670px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" colspan="5" height="35" style="border-right: black 0.5pt solid;" width="335"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="64"&gt;Monday&lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="64"&gt;Tuesday&lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="79"&gt;Wesnesday&lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="64"&gt;Thursday&lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="64"&gt;Friday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" height="20" style="border-top: medium none;" width="64"&gt;Cust&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="79"&gt;Balance&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;Type&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;&lt;STRONG&gt;SubType&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;Amt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;Amt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="79"&gt;Amt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;Amt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;Amt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="100" rowspan="5" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;1234&lt;/TD&gt;&lt;TD class="xl70" rowspan="5" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;ABC&lt;/TD&gt;&lt;TD class="xl71" rowspan="5" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="79"&gt;xxxxx&lt;/TD&gt;&lt;TD class="xl70" rowspan="3" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;One&lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="79"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;B&lt;/TD&gt;&lt;TD class="xl74" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="79"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;C&lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="79"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="40" rowspan="2" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;Two&lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="79"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;B&lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="79"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched the forum for similiar postings and did not help. Any input is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 18:46:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114706#M10169</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-19T18:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114707#M10170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; While it is useful to see the output that you want, it is even more helpful to see what your input data looks like and also, see the code that you've tried. Truthfully, I don't use EXCLUSIVE with PROC REPORT. I generally find that between PRELOADFMT and COMPLETEROWS, COMPLETECOLS I can get everything I've wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There are several options that you might want to consider. Not just COMPLETECOLS (for the ACROSS variables), but also COMPLETEROWS for the row GROUP variables. So, without seeing your code, including your format code and your data, it is hard to speculate on what is happening. For anyone to try to help you, they have to make up some data and they might not pick a structure for their "fake" data that matches the structure of your real data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm not entirely sure you need the EXCLUSIVE option. Have you looked at this Tech Support note? &lt;A href="http://support.sas.com/kb/39/648.html" title="http://support.sas.com/kb/39/648.html"&gt;39648 - How to create a report using PROC REPORT to show all the possible variable values&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; But, here's an example using SASHELP.CLASS. There are NOT any 17 or 18 year old students in SASHELP.CLASS and the values for the SEX variable are all M or F (there are no U values). You should be able to run this code and examine the differences. Note that COMPLETEROWS makes a big difference to report 1c).&amp;nbsp; If you can't post your data and your code, then I'd recommend that you open a track with Tech Support because there are too many unknowns to do more than guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc format;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; value agef 11-12 = 'Not Teens'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13-16 = 'Teens'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17-18 = 'Young Adults';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; value $gendf 'M' = 'Males'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'F' = 'Females'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'U' = 'Unknown';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options missing = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\show_completerows.html';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd completerows;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '1a) Use Just COMPLETEROWS NO ACROSS';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column sex age height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define sex / group f=$gendf. preloadfmt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define age / group preloadfmt f=agef.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define height / mean 'Avg Height';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd completerows;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '1b) Need completerows for $gendf.';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column sex age,height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define sex / group f=$gendf. preloadfmt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define age / across preloadfmt f=agef.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define height / mean 'Avg Height';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class nowd ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '1c) WithOUT completerows for $gendf.';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column sex age,height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define sex / group f=$gendf. preloadfmt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define age / across preloadfmt f=agef.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define height / mean 'Avg Height';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 04:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114707#M10170</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-20T04:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114708#M10171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia. I check the differences in the above code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 14:25:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114708#M10171</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-20T14:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114709#M10172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the format and the proc report code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f=dates. --&amp;gt; is created using cntlin to include all the days in a given month.&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;value $type 'Type1' = 'A'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Type2' = 'B'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 'Type3' = 'C';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;value $side 'C'='One'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 'D'='Two';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc report data=final missing nowd spanrows;&lt;BR /&gt;options missing=' ';&lt;BR /&gt;column (Cust Cust_Name Acct_Bal Side Type) Trxn_Dt, (Flag TRXN_AMT) Total;&lt;BR /&gt;define Cust /group 'Cust' style(column)={vjust=m cellwidth=.6in};&lt;BR /&gt;define Cust_Name /group 'Name' style(column)={vjust=m cellwidth=2.2in};&lt;BR /&gt;define Acct_Bal/group 'Balance' f=dollar20.2 style(column)={vjust=m} ;&lt;BR /&gt;define Side /group 'Type' style(column)={cellheight=.7in} f=$side.;&lt;BR /&gt;define Type / group 'Sub Type' style(column)={cellheight=.4in} f=$type.;&lt;BR /&gt;define Trxn_Dt/ ' ' across style(header)={cellwidth=1.4in} f=dates. preloadfmt order=internal ; &lt;BR /&gt;define Flag / display width=25 noprint;&lt;BR /&gt;define TRXN_AMT /'Amt' f=dollar12.2;&lt;BR /&gt;define Total /computed 'Total' f=dollar20.2 style(column)={cellwidth=1.2in};&lt;BR /&gt;compute Total;&lt;BR /&gt;Total = sum (_Computes total across_);&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 21:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114709#M10172</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-20T21:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114710#M10173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;Without a sample of your data (and the code with CNTLIN), nobody can replicate your results. Anyone who is even interested in trying will have to make fake data and a CNTLIN format in order to run your code. If you are using PRELOADFMT, it would be necessary to HAVE that format in order to replicate your results or make any suggestions. Also, your code will not run with this statement:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Total = sum (_Computes total across_);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and you do NOT show what your ODS destination of choice is....HTML, RTF, PDF??? If you cannot post your real data due to sensitive data, then it would be most helpful if you 1) made some fake data that mimics the structure of your real data (or used a SASHELP dataset to illustrate the issue) and 2) showed ALL your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If it is too much to provide this information, then your best resource is to work with Tech Support, because they will look at all your code&amp;nbsp; and all your data, keep it confidential and help you come up with the best solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 22:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114710#M10173</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-20T22:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114711#M10174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia for your response. I'll reach out to the tech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 01:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114711#M10174</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-21T01:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114712#M10175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia - I was bale to replicate the issue with the sashelp.prdsale dataset. Last try before i reach out to tech support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options obs=max;&lt;BR /&gt;proc sort data=sashelp.prdsale out=prdsale;&lt;BR /&gt;by month;&lt;BR /&gt;where prodtype='FURNITURE';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;options obs=552;&lt;BR /&gt;ods html file="c:\temp\sales.html";&lt;BR /&gt;proc report data=prdsale2 nowd spanrows style=sasweb;&lt;BR /&gt;where country='U.S.A.' and region='EAST' and division='CONSUMER';&lt;BR /&gt;column (country region division Year Month) Product, (Actual Predict);&lt;BR /&gt;define country/group;&lt;BR /&gt;define region/group;&lt;BR /&gt;define division/group;&lt;BR /&gt;define year/group;&lt;BR /&gt;define month/group order=internal;&lt;BR /&gt;define product/across;&lt;BR /&gt;define actual/display sum noprint;&lt;BR /&gt;define predict/display sum ;&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the output. I want to display all months even if its not in the input dataset. I tried using preloadfmt but had no luck. Any advice as to how I can achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 15:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114712#M10175</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-21T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114713#M10176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Did you try COMPLETEROWS? And, in this example, PRELOADFMT won't make a difference because you have not specified a format for the MONTH variable.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 18:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114713#M10176</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-21T18:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114714#M10177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia - Yes, i did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options obs=max;&lt;BR /&gt;proc sort data=sashelp.prdsale out=prdsale1;&lt;BR /&gt;by month;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;options obs=720;&lt;BR /&gt;data prdsale;&lt;BR /&gt;set prdsale1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc freq data=prdsale;&lt;BR /&gt;tables prodtype*product/list norow nocol nocum;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;value $prod 'CHAIR'='Chair'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'DESK'='Desk'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'TABLE'='Table'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'LAMP'='Lamp';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods noresults;&lt;BR /&gt;ods tagsets.excelxp file="c:\temp\sales1.xls" style=sansprinter;&lt;BR /&gt;proc report data=prdsale nowd spanrows style=sasweb completerows;&lt;BR /&gt;where country='U.S.A.' and region='EAST' and division='CONSUMER' and prodtype='OFFICE';&lt;BR /&gt;column (country region division Prodtype Product) Month, (Actual Predict);&lt;BR /&gt;define country/group;&lt;BR /&gt;define region/group;&lt;BR /&gt;define division/group;&lt;BR /&gt;define prodtype/group;&lt;BR /&gt;define product/group f=$prod. preloadfmt order=internal;&lt;BR /&gt;define month/across order=internal;&lt;BR /&gt;define actual/display sum noprint;&lt;BR /&gt;define predict/display sum ;&lt;BR /&gt;run;&lt;BR /&gt;ods tagsets.excelxp close;&lt;BR /&gt;ods results;&lt;BR /&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the output,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lamp below is not display correctly. its shifted a column. Any inputs as to how i can correct it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1152px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" colspan="5" height="18" style="border-right: black 0.5pt solid;" width="320"&gt; &lt;/TD&gt;&lt;TD class="xl65" colspan="12" style="border-right: black 0.5pt solid; border-left: medium none;" width="768"&gt;Month&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" colspan="5" height="18" style="border-right: black 0.5pt solid;" width="320"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Jan&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Feb&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Mar&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Apr&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;May&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Jun&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Jul&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Aug&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Sep&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Oct&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Nov&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Dec&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18" style="border-top: medium none;" width="64"&gt;Country&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Division&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Product type&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Product&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;" width="64"&gt;Predicted Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="80" rowspan="4" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;U.S.A.&lt;/TD&gt;&lt;TD class="xl69" rowspan="4" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;EAST&lt;/TD&gt;&lt;TD class="xl69" rowspan="4" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;CONSUMER&lt;/TD&gt;&lt;TD class="xl69" rowspan="4" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;OFFICE&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none;" width="64"&gt;Chair&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$789.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$988.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$220.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$946.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$986.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$129.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$433.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$492.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$306.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$154.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$206.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$81.00 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="40" rowspan="2" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;Desk&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$619.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$332.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$669.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$487.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$994.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$331.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$739.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$665.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$921.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$862.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$662.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$517.00 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="40" rowspan="2" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;Lamp&lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none; border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-left: medium none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="40" rowspan="2" style="border-top: medium none; border-bottom: black 0.5pt solid;" width="64"&gt;Table&lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$649.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$838.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$439.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$207.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$804.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$875.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$473.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$845.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$91.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$630.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$185.00 &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none; border-left: medium none;" width="64"&gt;$317.00 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 15:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114714#M10177</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-26T15:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114715#M10178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; See attached screenshot. I ran a modified version of your code to get more countries. I also changed the code just a bit to only get 3 months. However, when I run the code (whether your code or my code), I do not observe the same behavior. My suggestion would be that you either:&lt;/P&gt;&lt;P&gt;1) check your version of TAGSETS.EXCELXP template and update it and/or&lt;/P&gt;&lt;P&gt;2) open a track with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I ran my code using SAS 9.3, Microsoft Office 2010 and Excelxp version:&amp;nbsp; v1.127, 09/26/2011 . So if you are using the same version of TAGSETS.EXCELXP and still running into issues, then Tech Support would be your best resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Code below and screenshot attached. To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;cynthia&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc format;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;value $prod 'CHAIR'='Chair'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'DESK'='Desk'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'TABLE'='Table'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'LAMP'='Lamp';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\sales1.html' style=sasweb;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp file="c:\temp\sales1.xls" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=sansprinter;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.prdsale nowd spanrows &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=sasweb completerows;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;where /* country='U.S.A.' and region='EAST' and */&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; division='CONSUMER' and prodtype='OFFICE'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and quarter=1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column (country region division Prodtype Product) Month,(Actual Predict);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define country/group;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define region/group;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define division/group;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define prodtype/group;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define product/group f=$prod. preloadfmt order=internal;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define month/across order=internal;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define actual/display sum noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define predict/display sum ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_&amp;nbsp; close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 16:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114715#M10178</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-26T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114716#M10179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia. I updated the tagsets and its working. I'm running on SAS 9.2 (TS2M3). Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to apply the same logic to the attached code.&amp;nbsp; test1.xls is created without any issues but when I use the completerows options (create test2.xls) to get all the categories for Sub_Type, i get the following error.&lt;/P&gt;&lt;P&gt;Warning: In Event:calculate_rowheight, invalid expression: eval $avail_width $avail_width+($worksheet_width[$i]/$widthfudge)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show blank rows even if there is no data like below.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Type&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="64"&gt;SubType&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="60" rowspan="3" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="64"&gt;S1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;S2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;S3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="60" rowspan="3" style="border-top: medium none;" width="64"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;" width="64"&gt;S1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;S2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none; border-left: medium none;" width="64"&gt;S3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I've attached the sample dataset - test and ddates2 which is used to create the format for all the completecols across.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, will there be a problem with using completecols and completerows together?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 19:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114716#M10179</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-26T19:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114717#M10180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would recommend that you work with Tech Support on this second issue. That error message seems to be something that is coming from TAGSETS.EXCELXP trying to do calculations. I no longer have SAS 9.2 to use and at this point, I think the best thing to do is get Tech Support involved. I do not observe the same issue when I run your program using SAS 9.3. Except for a missing value message in the log, I get no other messages. I get output in HTML (opening an HTML version of the file in a browser) and in Excel when I open the XML file using Excel 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You should not grasp at completerows/completecols as causing your issue. It's not an issue in Version 9.3 and I don't remember any issues in 9.2 with completerows. Completecols is on by default, so most of the time if you have to fiddle with completecols, it's because you want to turn it off. But at any rate, to me this seems like a version of SAS issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2100&amp;nbsp; ods tagsets.excelxp file="C:\temp\test2.xls"&amp;nbsp; style=sansprinter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2101&amp;nbsp; options(embedded_titles='yes' embedded_footnotes='no' sheet_interval='none'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2102&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sheet_name="123" suppress_bylines='yes' frozen_rowheaders='5') ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: Writing TAGSETS.EXCELXP Body file: C:\temp\test2.xls&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.127, 09/26/2011). Add&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options(doc='help') to the ods statement for more information.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2103&amp;nbsp; options nocenter;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2104&amp;nbsp; title "123";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2105&amp;nbsp; proc report data=testf.test missing nowd spanrows completerows ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2106&amp;nbsp; options missing=' ';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2107&amp;nbsp; column (Cust Name Bal Type SubType) Dt, (Flag AM Ct) Total;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2108&amp;nbsp; define Cust /group 'Cust' style(column)={cellwidth=.6in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2109&amp;nbsp; define Name /group 'Name' style(column)={cellwidth=2.2in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2110&amp;nbsp; define Bal/group 'Balance' ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2111&amp;nbsp; define Type /group 'Type'&amp;nbsp; f=$type.;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2112&amp;nbsp; define SubType / group 'SubType'&amp;nbsp; f=$subtype. preloadfmt order=internal;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2113&amp;nbsp; define Dt/ ' ' across&amp;nbsp; style(header)={cellwidth=.8in} f=dates.&amp;nbsp; preloadfmt order=internal ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2114&amp;nbsp; define flag / display noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2115&amp;nbsp; define AM /'Amt'&amp;nbsp;&amp;nbsp; f=dollar12.2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2116&amp;nbsp; define Ct/'Ct'&amp;nbsp; f=comma8.;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2117&amp;nbsp; define Total /computed 'Total' f=dollar20.2 style(column)={cellwidth=1.2in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2118&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2119&amp;nbsp; compute Total;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2120&amp;nbsp; Total = sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2120! (_c7_,_c10_,_c13_,_c16_,_c19_,_c22_,_c25_,_c28_,_c31_,_c34_,_c37_,_c40_,_c43_,_c46_,_c49_,_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2120! c52_,_c55_,_c58_,_c61_,_c64_,_c67_,_c70_,_c73_,_c76_,_c79_,_c82_,_c85_,_c88_,_c91_,_c94_,_c&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2120! 97_,_c100_,_c103_,_c106_,_c109_);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2121&amp;nbsp; endcomp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2122&amp;nbsp; run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: Missing values were generated as a result of performing an operation on missing values.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Each place is given by: (Number of times) at (Line):(Column).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7952 at 1:10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: There were 20 observations read from the data set TESTF.TEST.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:07.11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:07.08&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2123&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2124&amp;nbsp; ods tagsets.excelxp close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If there are problems with how TAGSETS.EXCELXP is doing calculations (given how many ACROSS variables you have), Tech Support are the best folks to delve into the mysteries of TAGSETS.EXCELXP and especially with SAS 9.2. I would have to chalk this one up to a version difference that is best handled by Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 03:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114717#M10180</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-27T03:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114718#M10181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia, will reach out to tech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 13:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114718#M10181</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2013-02-27T13:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114719#M10182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu&lt;/P&gt;&lt;P&gt;&amp;nbsp; Did you get an answer on that error?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warning : In Event: calculate_rowheight, Invalid Expression: eval $avail_width $avail_width + ($worksheet_widths[$i]/ $widthfudge).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got an answer please share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 15:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114719#M10182</guid>
      <dc:creator>mravy1</dc:creator>
      <dc:date>2013-12-02T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: need help with proc Report with preloadfmt(completerows)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114720#M10183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mravy1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per Tech Support try the below to avoid the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;The warning message that you are receiving is actually due to the column widths.&amp;nbsp; This is a defect in 9.2 (if you have access to and run this in 9.3 you will not get the warnings). Use the deault column width.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:17:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/need-help-with-proc-Report-with-preloadfmt-completerows/m-p/114720#M10183</guid>
      <dc:creator>anu</dc:creator>
      <dc:date>2014-10-09T20:17:21Z</dc:date>
    </item>
  </channel>
</rss>

