<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PROC REPORT Compute/Display in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405648#M98713</link>
    <description>&lt;P&gt;Yes , ods excel.xlsx file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Original: FORMAT=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;percent10.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; style=[tagattr=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"format:#,###.00%"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Change to ?: &lt;FONT face="Courier New"&gt;FORMAT=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;percent10.2&lt;/FONT&gt; style={[tagattr=&lt;FONT color="#800080" face="Courier New" size="3"&gt;"format:#,###.00%"&lt;/FONT&gt;]&lt;FONT face="Courier New" size="3"&gt;(column)=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in]&lt;/FONT&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2017 16:40:50 GMT</pubDate>
    <dc:creator>JHE</dc:creator>
    <dc:date>2017-10-19T16:40:50Z</dc:date>
    <item>
      <title>PROC REPORT Compute/Display</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405641#M98710</link>
      <description>&lt;P&gt;I have tow questions about PROC REPORT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. My SAS code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need computed column with Cellwidth wide enough to hold % with certain length, otherwise will miss value or empty, the following code no errors but would not working either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code as following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;define ConfigRework_Percent/COMPUTED &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'ConfigRework_Percent'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; FORMAT=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;percent10.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; style=[tagattr=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"format:#,###.00%"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;] style(column)=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; compute ConfigRework_Percent;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConfigRework_Percent=_c19_/_c12_;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405641#M98710</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-10-19T16:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT Compute/Display</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405643#M98711</link>
      <description>&lt;P&gt;You are creating an excel-file? Are you using tagset.excelxp or excel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please post code using {i} or running-man-icon to preserve formatting.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:33:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405643#M98711</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-19T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT Compute/Display</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405648#M98713</link>
      <description>&lt;P&gt;Yes , ods excel.xlsx file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Original: FORMAT=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;percent10.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; style=[tagattr=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"format:#,###.00%"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Change to ?: &lt;FONT face="Courier New"&gt;FORMAT=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;percent10.2&lt;/FONT&gt; style={[tagattr=&lt;FONT color="#800080" face="Courier New" size="3"&gt;"format:#,###.00%"&lt;/FONT&gt;]&lt;FONT face="Courier New" size="3"&gt;(column)=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in]&lt;/FONT&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405648#M98713</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-10-19T16:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT Compute/Display</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405654#M98717</link>
      <description>&lt;P&gt;Back in the old days column-width could be specified in the ods-statement, not sure if ods excel still has that option. I can't test your code, because you have not provided test-data and the complete proc report code.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-Compute-Display/m-p/405654#M98717</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-19T16:51:36Z</dc:date>
    </item>
  </channel>
</rss>

