<?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: Suppressing the var= prefix when using ExcelXP and bygroup processing in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84218#M9065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, left work several hours ago and don't have the code with me now.&amp;nbsp; I'll post it tomorrow morning when I get in.&amp;nbsp; Didn't mean to offend anyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 02:24:36 GMT</pubDate>
    <dc:creator>BenConner</dc:creator>
    <dc:date>2013-09-17T02:24:36Z</dc:date>
    <item>
      <title>Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84212#M9059</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;&lt;/P&gt;&lt;P&gt;I'm getting great results with the sheet-interval='bygroup' in generating separate tabs in Excel; the only hitch I'm struggling with is it includes the &amp;lt;variable name&amp;gt;= in front of each value.&amp;nbsp; I'd like it just to use the value itself as the tab name, as I have a table of contents with links to the different tab values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS vsn 9.2, Excel XP tagset v1.94, 09/09/12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 22:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84212#M9059</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-09-16T22:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84213#M9060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Sheet_Label="&amp;nbsp;&amp;nbsp;&amp;nbsp; " option added in to your tagset options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See page 14 here: &lt;A href="http://support.sas.com/resources/papers/proceedings11/170-2011.pdf" title="http://support.sas.com/resources/papers/proceedings11/170-2011.pdf"&gt;http://support.sas.com/resources/papers/proceedings11/170-2011.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 22:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84213#M9060</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-09-16T22:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84214#M9061</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; There are suboptions to do what you want. Use doc='Help' in your suboption list to investigate the suppress_bylines suboption.&lt;/P&gt;&lt;P&gt;cynthia&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp style=sasweb&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file='c:\temp\by_options.xml'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(suppress_bylines='yes' sheet_name='#byval1' doc='Help'); &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;...your procedure with BY statement...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;...like BY AGE; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 22:36:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84214#M9061</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-09-16T22:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84215#M9062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza, Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two parameter combinations worked great.&amp;nbsp; So I had to break them. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; I uncommented a preceeding proc report step that has a hard-coded sheet name called 'Contents' where it generates a table of contents.&amp;nbsp; This resulted in the sucessive sheet names being called Contents2, Contents3, etc., ignoring the sheet_label and suppress_bylines values.&amp;nbsp; ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I could generate the table of contents as the last sheet, then manually move it to the beginning of the list.&amp;nbsp; Would like to avoid that if I could, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 23:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84215#M9062</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-09-16T23:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84216#M9063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried resetting the options after the proc report? I think with some tinkering you should be able to get it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's also an option for a TOC from tagests, though its probably not as nice as the one you're making from proc report &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options (Sheet_name="Contents");&lt;/P&gt;&lt;P&gt;****proc report code here****;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options (Sheet_interval="proper value" Sheet_label=" "&amp;nbsp; sheet_name=); *you'll need to set these appropriately;&lt;/P&gt;&lt;P&gt;****other code here****;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 23:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84216#M9063</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-09-16T23:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84217#M9064</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; At this point, you've received several code examples and suggestions and shared none of your actual code. To correctly debug your issue and figure out a workaround, I would recommend that you open a track with Tech Support for specific help with your EXACT code. I suspect that you are not correctly switching suboptions between steps. I cannot replicate what you describe using SAS 9.3, Excel 2013, which is why I recommend working with Tech Support. Otherwise, it is all guesswork about how your code "broke" the sheet_names. See the attached screenshot...I was able to get the first sheet named "Contents" and the other sheets named with their BY group values. It would not be appropriate to put the byline-related suboptions in the invocation statement that precedes your PROC REPORT step for the contents.&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;&amp;nbsp; &lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp style=sasweb&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file='c:\temp\by_options2.xml'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(sheet_name='Contents');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** first proc report step with contents info;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp&amp;nbsp; options(suppress_bylines='yes' sheet_name='#byval1');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** second proc with BY statement;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11940iAE0E626321C39BC7/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="xp_sheet_names.png" title="xp_sheet_names.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 01:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84217#M9064</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-09-17T01:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84218#M9065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, left work several hours ago and don't have the code with me now.&amp;nbsp; I'll post it tomorrow morning when I get in.&amp;nbsp; Didn't mean to offend anyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 02:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84218#M9065</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-09-17T02:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84219#M9066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently the security restrictions on the system I work on prevent me from pasting into a web browser.&amp;nbsp; I'll retype the code I'm using, omitting the details within the proc reports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP close;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP&lt;/P&gt;&lt;P&gt;&amp;nbsp; options(embedded_titles='yes'&amp;nbsp; embedded_footnotes='no' width_fudge='0.75' center_horizontal='yes' autofit_height='yes' skip_space='0' row_repeat='2' row_heights='47, 15, 15, 15, 15, 15, 15' pagebreaks='no' scale='85')&lt;/P&gt;&lt;P&gt;&amp;nbsp; file='test.xml' style=journal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Table of Contents with Hyperlinks;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; options(sheet_interval='none' sheet_name="Contents" default_column_width="9, 40, 9");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=user.nbr_vendors nowindows;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column vendor_id organization_name vendor_type;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;series of define statements&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; compute vendor_id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vend_ref="#'"||trim(left(vendor_id))||"'!A1";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call define(_col_,'URL',vend_ref);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ods noproctitle noptitle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options byline;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; options(sheet_name=" " sheet_label=" " suppress_bylines="yes" sheet_interval="bygroup" default_column_width="25,9, 6, 6, 6, 6, 6, 6");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title '#byval1 -- #byval2';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=detail nowindows;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by vendor_id organization name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; column question response pct1 pct2 pct3 pct4 us_pct1 us_pct2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;series of define statements&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything after the first proc report I can add to reset the sheet name without closing the xml file creation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84219#M9066</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-09-17T15:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84220#M9067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't know there was TOC tagset functionality.&amp;nbsp; Inherited this code, so it may not have existed when it was written.&amp;nbsp; Will take a look at it.&amp;nbsp; As it is, the suggestions you and Cynthia made eliminated the need for macro looping, saving a ton of time and several hundred pages of log files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 18:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84220#M9067</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-09-17T18:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing the var= prefix when using ExcelXP and bygroup processing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84221#M9068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html"&gt;Base SAS: Quick Reference for TAGSETS.EXCELXP Tagset&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Contents option.&lt;/P&gt;&lt;P&gt;The link is also a good reference in the future, besides the doc=help as Cynthia suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 18:14:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppressing-the-var-prefix-when-using-ExcelXP-and-bygroup/m-p/84221#M9068</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-09-17T18:14:36Z</dc:date>
    </item>
  </channel>
</rss>

