12. Report-Writer Statements : Report Setup Statements : .Data Statement--Specify Table for Report : Examples
 
Share this page                  
Examples
1. Use table "repdat" for the report.
.data repdat
2. Use view "myview" for the report.
.table myview
3. Use the value of variable rep_table as the table for the report.
.data $rep_table
4. For the report, use the table whose name is the delimited identifier "my table" and whose schema is "robert."
.data robert."my table"