Usage Note 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 full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | Base SAS | All | n/a | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> HTML
|
| Date Modified: | 2003-09-22 11:07:17 |
| Date Created: | 2003-08-08 17:14:24 |