| Date | Title | Type | ||
|---|---|---|---|---|
| 6/21/05 |
24242 - How can I get rid of the rules (gridlines) in my table in ODS PRINTER? To get rid of rules in your table, you need to add three options to a STYLE statement within a TEMPLATE procedure. RULES=NONE removes the header rules. FRAME=VOID removes all of the borders from the table. BACKGROUND=_ ... http://support.sas.com/kb/24/242.html, 17KB |
Usage Note | ||
| 6/21/05 |
24234 - What determines whether rules (gridlines) appear in ODS PRINTER output tables? A table has internal rules if one of the following is true: The CELLSPACING= attribute is nonzero and the background of the table is different from the background of the cells (this is called the contrasting ... http://support.sas.com/kb/24/234.html, 17KB |
Usage Note | ||
| 3/16/05 |
24236 - Why doesn't ODS PRINTER put the last part of my paneled table on a single page when there's room for it? To explain the question, first of all, it refers to cases where ODS PRINTER output is paneled; that is, where the table is too wide to fit on the page, so it is broken up into panels. For example, a table with columns ... http://support.sas.com/kb/24/236.html, 19KB |
Usage Note | ||
| 10/11/05 |
24228 - What are appropriate ESCAPECHAR= values for output tables? You must choose your escape character wisely. You might already know that your escape character cannot occur in the data or in the strings in the titles, dates, text=, and so forth. You must also be careful not to clash ... http://support.sas.com/kb/24/228.html, 18KB |
Usage Note | ||
| 8/19/05 |
24317 - Can I create a printable table of contents in my PDF? Yes. The CONTENTS option on the ODS PDF statement generates a table of contents with page numbers. It is the first page of your PDF file: ods pdf file="file.pdf" contents; This option is new for SAS 9.1. http://support.sas.com/kb/24/317.html, 17KB |
Usage Note | ||
| 6/21/05 |
24237 - Where does the UNIFORM option make a difference in ODS PRINTER? With the UNIFORM option, an output table stays at one width, even if it breaks across many pages. The width of a column is determined by its longest entry, and the column uses that width for the entire table. However, ... http://support.sas.com/kb/24/237.html, 18KB |
Usage Note | ||
| 3/31/05 |
24178 - How can I control PDF links, tables of contents (bookmarks), and notes? In SAS 8.1, the PDFMARK option with the ODS PRINTER statement inserts special tags into the PostScript file that allow Adobe Acrobat Distiller to do special markup. In SAS 8.2 and later, the PDF option improves upon ... http://support.sas.com/kb/24/178.html, 20KB |
Usage Note | ||
| 10/17/07 |
24306 - Can I remove titles on some pages in ODS PDF output? You might not want the titles to repeat on each page when you have, for example, very long tables with long headers and lots of system titles. You might prefer to have the titles appear just on the first page or just ... http://support.sas.com/kb/24/306.html, 19KB |
Usage Note | ||
| 10/1/07 |
24240 - I used CELLWIDTH= for data and a spanning header in ODS PRINTER tables. Why is the output weird? That's a bug in both SAS 8.1 and SAS 8.2, but there is a hotfix for SAS 8.2. This is fixed for SAS 9. See also FAQ 4224 about using CELLWIDTH. http://support.sas.com/kb/24/240.html, 17KB |
Usage Note | ||
| 7/11/05 |
24243 - Why am I getting blank rows when I set the data font and the cell height for a table in ODS PRINTER? The cell could be blank because the CELLHEIGHT= is too small for the font. Setting the cell height is not recommended. ODS automatically sets cell height appropriately. http://support.sas.com/kb/24/243.html, 17KB |
Usage Note | ||