Specifies the start of the footer section of a table.
Valid in:DATA step
Category:Table
Requirement:The FOOT_START method must be used with the FOOT_END method.
Tip:Specifying the TYPE argument with the ROW_START method is an alternate
approach to using the FOOT_START method.
See:For information about terminology and concepts used to create tables, see
“Terminology and Concepts” on page 1514.
Example:
obj.table_start();
obj.foot_start();
obj.row_start();
obj.cell_start();
obj.format_text(data: 'A single cell table');
obj.cell_end();
obj.row_end();
obj.foot_end();
obj.table_end();
Syntax
FOOT_START(<option-1><,option-2, ...>);
Optional ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.