Talk:Repeating Group variable values in PROC REPORT

From sasCommunity

Jump to: navigation, search

Jack, found a link to this article on your home page and decided to do a little gardening. The reason your code did not look right was due to how the wiki handles lines of text with a blank in column 1. It wants to treat them as is (e.g., the old HTML PRE tag). So what was happening is that your code was offset into boxes - but any line that started in column 1 reset that.

The solution was to use the PRE tag explicitly.

Note that I also used section headings (5th button from the right when editing) to separate the sections. Any page with 4 or more such sections will have a table of contents generated. You can turn that off by including:

__NOTOC__

anywhere on the page. If you want to control placement, or force the table of contents even if there are not 4 sections, just include:

__TOC__

at the location where you want the table of contents.

Also, it appears that the wiki does not like the tabs in the output. Was not sure how the columns should line up so figured that replacing the tabs with spaces was best left to you.

--Donh 19:20, 10 August 2007 (EDT)

Personal tools