<?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 bookmarks in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74721#M8488</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;You are right, I never notice the function of the "Column" statement.&lt;/P&gt;&lt;P&gt;After adding it, the output is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, and sorry for bringing up the old discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 15:01:41 GMT</pubDate>
    <dc:creator>Siriustar</dc:creator>
    <dc:date>2013-07-12T15:01:41Z</dc:date>
    <item>
      <title>proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74714#M8481</link>
      <description>I want the bookmark created by contents="Summary Table" (2nd level), but I don't want the 3rd level bookmark called "Table 1".&lt;BR /&gt;
How do I remove this bookmark (ie "Table 1")?&lt;BR /&gt;
&lt;BR /&gt;
ods proclabel="Region";&lt;BR /&gt;
proc report data=field nowd contents="Summary Table"&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Fri, 09 Apr 2010 21:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74714#M8481</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-04-09T21:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74715#M8482</link>
      <description>Suggest sharing the rest of your ODS code as well as any FILENAME, if used.  And your post may have been truncated - in case, review this prior post on posting posts that has certain characters (code) which gets mangled in the process.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=27609" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=27609&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 09 Apr 2010 21:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74715#M8482</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-09T21:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74716#M8483</link>
      <description>Hi:&lt;BR /&gt;
  This Tech Support note discusses one method for getting rid of the "extra" Table 1 node that you see in PROC REPORT:&lt;BR /&gt;
 &lt;A href="http://support.sas.com/kb/31/278.html" target="_blank"&gt;http://support.sas.com/kb/31/278.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 10 Apr 2010 06:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74716#M8483</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-10T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74717#M8484</link>
      <description>Looks good. Thank you.&lt;BR /&gt;
Do you know how I can remove specific 2nd level bookmarks created by proc print? Is it possible to actually remove them instead of just hide them?</description>
      <pubDate>Tue, 13 Apr 2010 16:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74717#M8484</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-04-13T16:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74718#M8485</link>
      <description>Hi:&lt;BR /&gt;
 Generally speaking, ODS PROCLABEL is used to RENAME the top-level node in the Results Window or TOC. The CONTENTS= option for PRINT, REPORT and TABULATE, then provides a way to RENAME the lower level or second-level nodes. PROC REPORT has a third-level node that you can alter with the COMPUTE before logic, as shown in the Tech Support note. PROC TABULATE allows the use of CONTENTS= on the TABULATE statement and on the TABLE statement. PROC PRINT only supports CONTENTS= on the PROC PRINT statement. (by RENAME, I mean, either provide a text string for the node or use a ' ' to suppress the text -- which sometimes will also suppress the node in the TOC.)&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure what you mean by "second-level" bookmark for PROC PRINT. I thought you were using PROC REPORT. Do you have a code example that you can post??? If you don't want to use your data, then make a program with SASHELP.SHOES and PROC PRINT and ODS  that illustrates the bookmarks you want to change.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 13 Apr 2010 17:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74718#M8485</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-13T17:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74719#M8486</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 I bring out this discussion again. I think my question is related to this old one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/31/278.html"&gt;http://support.sas.com/kb/31/278.html&lt;/A&gt; this link gives a way of deleting the "Table 1" node in Proc Report by adding an nonprint Order variable and use of Break Before statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my own data set already contains an Order variable and I still want to supress the "Table 1" node in the proc report. If I use the method provided in the above link, I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3887" alt="p.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3887_p.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;That is, my one integrate table becomes two separate tables separated by the level of my original order variable (Type).&amp;nbsp; The following is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Data temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Set original;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; node = &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Proc Report Data = temp Spanrows Contents = &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;""&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Define _All_ / Center;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Define _Numeric_ / Format = &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;8.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Define type / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;"Type"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; Order;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Define node / Order Noprint;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Break Before node / Contents = &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;""&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; Page; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp; Break After type / Summarize Suppress Style = [Background = H0F8ED06];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;This code does supress the "Table 1" node in the bookmarks. But I would prefer the one whole table. Is there a way to do this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 14:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74719#M8486</guid>
      <dc:creator>Siriustar</dc:creator>
      <dc:date>2013-07-11T14:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74720#M8487</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; As a general rule of thumb, it is not a good idea to "piggyback" a new question on top of an older posting. When I see a date from over 2 years ago, I assume that there's been some kind of glitch. It would be better to make a new post and, if relevant, include the URL of the older post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, you did not follow the Tech Support note as it was intended. Since you did NOT put a column statement into your code, you essentially ignored the fact that it is the COLUMN statement that defines the left to right order of the variables. If you notice, in that note, the COUNT variable (the fake variable that is set to 1 for every observation) is listed FIRST in the COLUMN statement in that example. That is because you want to only touch the Table 1 node one time. That's why it is set to 1 for every obs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; When you have a COLUMN statement, it doesn't matter what the order is of your DEFINE statements. But since you did NOT have a COLUMN statement, PROC REPORT did not know where to put the COUNT variable from left-right and so it is probably at the end of the report row, where it is subordinate to the value of TYPE, so essentially it forces a PAGE for every TYPE, which is not what you want. You want COUNT or NODE (as shown in the Tech Support note) to be the primary break. It is the same value for every obs, so as long as COUNT or NODE is primary (or first in the COLUMN statement), it will only issue the PAGE 1 time. When COUNT or NODE is subordinate to TYPE, then it will force a page for every unique value of TYPE (the behavior you are getting that is undesirable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I believe this could easily be fixed by using a COLUMN statement, similar to what is shown here (since you did not show your destination or your data variable names, I just called them LABEL and VALUE):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000;"&gt;&lt;SPAN style="background: white;"&gt;Proc Report Data = temp Spanrows Contents = &lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;""&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;style(header)={just=c}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={just=c};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;&amp;nbsp; column &lt;SPAN style="color: #ff00ff;"&gt;node&lt;/SPAN&gt; type label value;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;&amp;nbsp; define node / group&amp;nbsp; noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp; define type /&lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;"Type"&lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt; Order;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;&amp;nbsp; Define label / display 'Label';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;&amp;nbsp; define value / display 'Value' f=8.2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-family: courier new,courier;"&gt;&lt;STRONG&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp; Break Before node / Contents = &lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt; Page; &lt;SPAN style="color: #339966;"&gt;/* this will only happen one time with NODE at the beginning of each row */&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;&amp;nbsp; Break After type / Summarize Suppress Style = [Background = H0F8ED06];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #000000; background: white;"&gt;Run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I don't know why you don't have a COLUMN statement. You do not actually need your DEFINE _ALL_ and DEFINE _NUMERIC_ statements. You could have formatted all numeric variables this way:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;FORMAT _NUMERIC_ 8.2; &lt;/STRONG&gt; (instead of using a DEFINE statement). But since it looks to me like you only have 1 numeric item on the report, I don't understand what the DEFINE statement for _NUMERIC_ buys you that using a simple DEFINE for your VALUE variable doesn't solve:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;define value / 'Value' f=8.2;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; (as shown above)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;and you could have done centering for all the header and data cells this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=xyz nowd&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; style(header)={just=c}&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; style(column)={just=c};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;and that would have set the defaults to center instead of your DEFINE _ALL_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I believe that you caused the problem in your output by not having a COLUMN statement which listed NODE as the first report item. It doesn't really matter if it is listed before TYPE because 1) it is NOPRINT, 2) it is the same for every obs, and 3) the BREAK will only happen 1 time if it is listed first, which is what you want. If you run your existing code and take the NOPRINT off the DEFINE statement for NODE, you should see that it appears at the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;end&lt;/STRONG&gt;&lt;/SPAN&gt; of the report row. This is not what you want if you want the output you describe. You need the NODE variable (like the COUNT variable) in the Tech Support example to be at the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;beginning&lt;/STRONG&gt;&lt;/SPAN&gt; of the report row. See the attached screen shot. This is a very slight modification of the Tech Support note to make AGE an order variable, similar to how your TYPE is an ORDER variable. You can see that with the COUNT variable at the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;beginning&lt;/STRONG&gt;&lt;/SPAN&gt; of the report row, the output looks like what you want. The way to get the COUNT or NODE item at the beginning of the report row is to use a COLUMN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you continue to have issues in modifying the code in the Tech Support note to get the output you want, then you might want to open a track with Tech Support for more directed help. but my suggestion is to use a COLUMN statement and to list NODE first, as shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11174iB04321EE4E206884/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="count_var_begin_row.png" title="count_var_begin_row.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74720#M8487</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-07-11T15:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc report bookmarks</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74721#M8488</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;You are right, I never notice the function of the "Column" statement.&lt;/P&gt;&lt;P&gt;After adding it, the output is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, and sorry for bringing up the old discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 15:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-bookmarks/m-p/74721#M8488</guid>
      <dc:creator>Siriustar</dc:creator>
      <dc:date>2013-07-12T15:01:41Z</dc:date>
    </item>
  </channel>
</rss>

