<?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: Using Proc Report and saving to a dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480998#M71573</link>
    <description>&lt;P&gt;ODS Excel is not Production in M2. I suggest you try the ExcelXP tagset instead. We are on M2 as well and stick with&amp;nbsp;&lt;SPAN&gt;ExcelXP. EG is irrelevant with this issue. You would get the same problem regardless of which SAS interface you use.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2018 04:00:58 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-07-25T04:00:58Z</dc:date>
    <item>
      <title>Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480101#M71526</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A few questions - I'm using base SAS 9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; If I'm creating an output dataset using proc report (output out=),&lt;/P&gt;
&lt;P&gt;do I need to use a sandwich since I'm not using HMTL or outputting to ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp; I'm using the following code but getting unexpected results&lt;/P&gt;
&lt;P&gt;&amp;nbsp; a)&amp;nbsp;&amp;nbsp;the numbers in&amp;nbsp;pctvar5&amp;nbsp;aren't&amp;nbsp;displaying although you can see the cell has a value if you click on it&lt;/P&gt;
&lt;P&gt;&amp;nbsp; b) the formats I've assigned aren't showing in the excel output (the output is rounded to a whole percentage instead of having 2 decimals)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) How do I get column H to display and how do I get excel to display the output?&amp;nbsp; I tried using ods tagsetsxp and everything displayed as expected but it gives percentage signs for each value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. I tried attaching a screenshot but I got an error message saying the file extension wasn't valid. I wasn't able to delete the file so I just uploaded a test blank program&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;footnote&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;_all_&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; excel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;= &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"c:\want.xls"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=journal;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; excel options(sheet_name=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Table 1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; autofit_height=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'yes'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; width_fudge=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'0.58'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=have &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nowindows&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;headline&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;headskip&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; county (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'YEAR'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; year)(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'TOTAL NUMBER'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; total) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'CHILDREN WITH VAR1 &lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;pctvar1) &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;CHILDREN WITH VAR2 &lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;pctvar2) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'CHILDREN WITH VAR3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar3) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'CHILDREN WITH VAR4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar4) &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;CHILDREN WITH VAR5' &lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;pctvar5) (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'CHILDREN WITH VAR6'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar6);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; county / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; order;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;year / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;order&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=internal &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;descending&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;total / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;analysis&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'NUMBER'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;comma8.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar1 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;right&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'PERCENT'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;percent7.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar2/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'PERCENT'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;percent7.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar3 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'PERCENT'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;percent7.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar4 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'PERCENT'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;percent7.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar5 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'PERCENT'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;percent7.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pctvar6 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'PERCENT'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;percent7.2&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;after&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; county; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;line&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; excel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 23:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480101#M71526</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2018-07-20T23:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480120#M71527</link>
      <description>&lt;P&gt;I usually find that you have to add a TAGATTR style attribute to percentages to get them to display correctly in Excel:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="2"&gt;&lt;CODE class=" language-sas"&gt;define pctvar1 / display right 'PERCENT' format=percent7.2 style=[tagattr="format:#,##0.00%"];&lt;/CODE&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also what is your SAS 9.4 maintenance level? ODS Excel was only added in 9.4M3 and probably works better in M4 or M5.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 06:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480120#M71527</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-07-21T06:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480538#M71545</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/40498"&gt;@jcis7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Good afternoon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A few questions - I'm using base SAS 9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; If I'm creating an output dataset using proc report (output out=),&lt;/P&gt;
&lt;P&gt;do I need to use a sandwich since I'm not using HMTL or outputting to ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The procedures that have an out= to create data sets do not need any ods destination set though you may be a tad surprised about the layout/content of the file depending on what procedure and options you use. If you use ODS OUTPUT statements then you have to have at least one ods destination open though a "sandwich" isn't needed for the single procedure.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;3)&amp;nbsp;...&amp;nbsp; I tried using ods tagsetsxp and everything displayed as expected but it gives percentage signs for each value&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You use the format PERCENT7.2. That format displays values with a percent sign.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480538#M71545</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-07-23T17:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480923#M71570</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480923#M71570</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2018-07-24T19:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480928#M71571</link>
      <description>&lt;P&gt;M2.&amp;nbsp;What if I use EG?&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480928#M71571</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2018-07-24T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480998#M71573</link>
      <description>&lt;P&gt;ODS Excel is not Production in M2. I suggest you try the ExcelXP tagset instead. We are on M2 as well and stick with&amp;nbsp;&lt;SPAN&gt;ExcelXP. EG is irrelevant with this issue. You would get the same problem regardless of which SAS interface you use.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 04:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/480998#M71573</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-07-25T04:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proc Report and saving to a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/481201#M71596</link>
      <description>Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2018 17:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-Proc-Report-and-saving-to-a-dataset/m-p/481201#M71596</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2018-07-25T17:23:42Z</dc:date>
    </item>
  </channel>
</rss>

