End the table. The last IF-THEN processing loop specifies that the TABLE_END
method is executed after the last observation adds a row to table. The TABLE_END
method ends the table.
if eof then do;
obj.table_end();
end;
run;
Creating a Simple Table
Example 6: Formatting Cells Using the Textdecoration Style Attribute
Features:DECLARE statement
Methods
FORMAT_CELL
ROW_END
ROW_START
TABLE_END
TABLE_START
Method Attributes
Example 6: Formatting Cells Using the Textdecoration Style Attribute 1603
DATA
LABEL
STYLE_ATTR
Other features:IF-THEN statement
ODS HTML statement ...
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.