| Date | Title | Type | ||
|---|---|---|---|---|
| 9/22/03 |
23363 - In ODS HTML output, what's the best way to create a table footer that displays the date? Use the DEFINE FOOTER statement in order to create a footer definition. Issue the TEXT statement to specify the text. define footer foot_table; text 'This table was created' &sysdate9.; end; See also the ... http://support.sas.com/kb/23/363.html, 16KB |
Usage Note | ||
| 9/22/03 |
23361 - Can I adjust where the footer is placed after a table in ODS HTML output? To specify how far down to start the footer, use the FOOTER_SPACE= attribute inside the DEFINE FOOTER definition. See also the full PROC TEMPLATE FAQ and Concepts. http://support.sas.com/kb/23/361.html, 16KB |
Usage Note | ||
| 9/28/06 |
24606 - Creating tabular output with DATA step and ODS using a custom template Specify the FILE PRINT ODS statement to create an output object with the DATA step. Use PROC TEMPLATE to define a custom table definition. Include footers that span specified columns. http://support.sas.com/kb/24/606.html, 20KB |
Sample | ||
| 12/23/03 |
23468 - Can I prevent the date, URL, page number, and window title from appearing in printed ODS HTML output? You have to change the options in the user's HTML browser. In IE, select File > Page Setup. There you can remove or change the items in the Header and Footer boxes. Here are the codes: Window title &w ... http://support.sas.com/kb/23/468.html, 17KB |
Usage Note | ||
| 10/26/05 |
25411 - Demonstrates Customized Templates (I) Create a customized table template for PROC STANDARD. http://support.sas.com/kb/25/411.html, 20KB |
Sample | ||
| 8/12/05 |
25416 - Demonstrates Customized Table, Header, and Column Using PROC TEMPLATE to change a TABLE and STYLE template http://support.sas.com/kb/25/416.html, 29KB |
Sample | ||