
The following output was created by specifying the ODS CSVALL statement. Note that
you cannot specify ODS MARKUP TAGSET=CSVALL and ODS MARKUP
TAGSET=CHTML together, or ODS CSVALL and ODS CHTML together.
Output 6.34 CSVALL Output Viewed in Microsoft Excel
Example 4: Specifying Tagset Names as ODS Destinations
When you specify tagsets and two-level tagset names as destinations, you can open and
close multiple destinations, producing multiple markup output. Here is an example:
ods htmlcss body='test1.html';
ods phtml body='test2.html';
ods chtml body='test3.html';
ods markup body='test1.xml';
ods tagsets.event_map body='test2.xml';
...more SAS statements ...