Transcript slides
ODS TAGSETS - a Powerful Reporting Method Derek Agenda Understanding the tagset How to use tagsets Conclusion 2 Understanding the tagset Tagsets is SAS code processed by PROC TEMPLATE procedure. But they are not performing like style templates statements in PROC TEMPLATE. The tagsets code primarily consists of data, events and triggered by events. Through tagsets, we can produce EXCEL, HTML, XML or RTF files. 3 Understanding the tagset 4 Understanding the tagset EVENT: DOC_HEAD, PROC, TABLE … VARIABLE: STATE, CLASS, TYPE … 5 How to use tagsets Learn define styles through tagsets Only use tagsets fro reporting Using tagsets and styles together for reporting 6 How to use tagsets Learn define styles through tagsets 7 How to use tagsets 8 Only use tagsets for reporting How to use tagsets Using tagsets and styles together for reporting 9 How to use tagsets 10 Using tagsets and styles together for reporting Conclusion Drived by EVENTS, quite different with traditional SAS programming. ODS TAGSETS give SAS programmer much more power to create report than just use of STYLE. 11 Need to know specific tagsets languages, like HTML, XML or RTF. 12