<?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: Set Width of Tabulate in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202304#M7502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set in a class , classlev, var or keyword as an option but there are interactions that may not be obvious hence&amp;nbsp; the style_precedence option.&lt;/P&gt;&lt;P&gt;The Style elements referenced in the online help under the Tabulate Tables syntax can be used in the other statements that describe variables.&lt;/P&gt;&lt;P&gt;I would also recommend always using a measurement unit points, in, cm or something.&lt;/P&gt;&lt;P&gt;such as:&lt;/P&gt;&lt;P&gt;&amp;lt;from the middle of one of my tabulate calls&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class grade /order=unformatted ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; classlev grade /style={width=.5in};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var Enrollment enroll7 EnrollK1 /style={width=1.75in};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 15:25:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-03-16T15:25:23Z</dc:date>
    <item>
      <title>Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202303#M7501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;In SAS 9.2 is there a way to set the width of a tabulate block?&amp;nbsp; E.g &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;PROC TABULATE missing FORMAT=&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: teal; background: white;"&gt;COMMA8.&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; style=[width=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;800&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;I found a few references for how to set the width of a cell.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;PROC TABULATE data=one f=10.2 S=[foreground=black just=c cellwidth=200];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202303#M7501</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-16T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202304#M7502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set in a class , classlev, var or keyword as an option but there are interactions that may not be obvious hence&amp;nbsp; the style_precedence option.&lt;/P&gt;&lt;P&gt;The Style elements referenced in the online help under the Tabulate Tables syntax can be used in the other statements that describe variables.&lt;/P&gt;&lt;P&gt;I would also recommend always using a measurement unit points, in, cm or something.&lt;/P&gt;&lt;P&gt;such as:&lt;/P&gt;&lt;P&gt;&amp;lt;from the middle of one of my tabulate calls&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class grade /order=unformatted ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; classlev grade /style={width=.5in};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var Enrollment enroll7 EnrollK1 /style={width=1.75in};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 15:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202304#M7502</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-16T15:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202305#M7503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;Does this format the size of a cell or the size of the entire table?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202305#M7503</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-16T16:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202306#M7504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally which ever gets applied sets the width of a column. You run into issues when you try to specify the width for a column header that is across several other variables or classlevels though, especially if the sum of the sublements doesn't match the header. If you have multiple variables as row headers the one at the top takes precedence and you might get some interesting messages in the logs about conflicts that don't make sense immediately.&lt;/P&gt;&lt;P&gt;Row=float may be helpful in some cases as a table option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202306#M7504</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-16T17:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202307#M7505</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; try this code and see if that helps. Placement of the WIDTH= option will impact either a particular set of cells of the whole table.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html file='c:\temp\tabwidth.html';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class style={width=2in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title '1) width on TABULATE stmt';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;var height weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;class sex;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;table sex,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title '2) width on TABLE stmt';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;var height weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;class sex;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;table sex,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight /&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style={width=8in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class&amp;nbsp; ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title '3) width on VAR stmt';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;var height weight /style={width=2in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;class sex;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;table sex,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class&amp;nbsp; ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title '4) width on CLASS stmt';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;var height weight ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;class sex / style={width=2in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;table sex,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202307#M7505</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-03-16T17:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202308#M7506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;I found that when I run:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;proc tabulate data=sashelp.class style={width=2in};&lt;/SPAN&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;title '1) width on TABULATE stmt';&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;var height weight;&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;class sex;&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;table sex,&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif; font-weight: normal;"&gt; min*height max*weight;&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;On a set of data with x columns and a set of data with x+3 columns that the table width varied considerably.&amp;nbsp; It seems that the setting is based on column width not table width.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202308#M7506</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-16T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202309#M7507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;I figured out a trick.&amp;nbsp; I made an html table of 8 inches on the outside of the SAS tabulate block.&amp;nbsp; I used &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;proc tabulate data=sashelp.class style={width=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;8&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;in};&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;title '1) width on TABULATE stmt';&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;var height weight;&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;class sex;&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;table sex,&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight;&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; background: white; font-family: 'Arial',sans-serif; font-weight: normal;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;Because the tabulate block is contained in the HTML table it cannot expand beyond 8 inches.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;Currently working out a few bugs with it but it should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 18:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202309#M7507</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-16T18:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202310#M7508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;I have a sgpanel that I use with the tabulate statement.&amp;nbsp; Is there a way to format the width of the sgpanel as well?&amp;nbsp; Sometimes the panel doesn’t take up all of the 8 inches I would like it to always take up all 8 inches.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 18:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202310#M7508</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-16T18:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202311#M7509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods graphics on / width=8in; You may want to also investigate whether to use the options Scale=on/off or scalemarkers=on/off as the font and markers may change with the graph sizes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 19:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202311#M7509</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-16T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202312#M7510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;Works great.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 20:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202312#M7510</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-16T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202313#M7511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;I’m running into a scenario where I have an all statement on the left that I want to take up 8 inches of the tabulate block and a number on the right that I want to take up one inch. Is there a way to assign a length to the all block?&amp;nbsp; It seems that to add a width I need to show the variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;The below is an example of the all statement on the left.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class style={width=9in};&lt;/P&gt;&lt;P&gt;var height weight ;&lt;/P&gt;&lt;P&gt;table all='Total',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min = ' '*height max = ' '*weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 19:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202313#M7511</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-18T19:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202314#M7512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min = ' '*height max = ' '*weight&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / box={style=[width=8in]};&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 21:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202314#M7512</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-18T21:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202315#M7513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;Box works for the first column only, I was able to use it to solve 2/3 of my use cases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;I have a case where I have two dynamic columns.&amp;nbsp;&amp;nbsp; Where I do not want to show a blank for the column heading.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Arial',sans-serif;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Arial',sans-serif;"&gt;tabulate&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Arial',sans-serif; color: purple; background: white;"&gt;'5) width on CLASS stmt'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; height weight ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; sex age / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Arial',sans-serif;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;in};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; sex*age,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;row&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;=constant;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Arial',sans-serif;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;The above works if I wanted to show the column heading.&amp;nbsp; However when I take the column heading out.&amp;nbsp; Like the below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Arial',sans-serif;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Arial',sans-serif;"&gt;tabulate&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Arial',sans-serif; color: purple; background: white;"&gt;'5) width on CLASS stmt'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; height weight ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; sex age / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Arial',sans-serif;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;in};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; sex=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: purple; background: white;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;*age=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: purple; background: white;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;row&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;=constant;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Arial',sans-serif;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: black; background: white;"&gt;The width of two inches is removed.&amp;nbsp; I added row=constant because the description is that it causes the column width to be in effect even when there is no title, however it doesn't seem to do the trick.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202315#M7513</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-19T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202316#M7514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Columns basically only get one width (within each level of sub heading if you have nesting. So only the first one sets it&amp;nbsp; Since you are not showing the CLASS variable but the values then use CLASSLEV If I understand what your last example is doing:&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class;&lt;/P&gt;&lt;P&gt;title '5) width on CLASS stmt';&lt;BR /&gt;var height weight ;&lt;BR /&gt;class sex age / ;&lt;BR /&gt;classlev sex age /style={width=2in};&lt;BR /&gt;table sex=' '*age=' ',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min*height max*weight / row=constant;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 15:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202316#M7514</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-19T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Width of Tabulate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202317#M7515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a statement in pretty much every table to set this very parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the TABLE statement, I use the option STYLE={OUTPUTWIDTH=100%}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the table the width of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want a little extra space into the margins I use 105%, not sure how much higher it goes though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For smaller tables sometimes I'll reduce that to 70-80%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 17:33:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Set-Width-of-Tabulate/m-p/202317#M7515</guid>
      <dc:creator>Brent_PLNU</dc:creator>
      <dc:date>2015-03-19T17:33:22Z</dc:date>
    </item>
  </channel>
</rss>

