BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6
I know some style attributes but I need to know some more style options and how to apply to particular dataset with examples
3 REPLIES 3
thanikondharish
Fluorite | Level 6
I know some ods options but I need to know some more options and how to apply to particular dataset with examples
Cynthia_sas
Diamond | Level 26

Hi:
Bottom line: STYLE options apply to procedure output. STYLE options do not apply to data. A dataset does not have colors or fonts or titles or footnotes. Procedure output can have colors and fonts and titles and footnotes. When you use STYLE= with ODS HTML, ODS RTF, ODS PDF or ODS EXCEL, you are providing SAS and ODS with a set of cosmetic specifications that apply to the procedure output -- not to the dataset. Even when you use PROC PRINT to print the data values in a dataset, you are still using a procedure to run a report on the data. The STYLE= option applies to the procedure output, not to the data set when it is stored.
Cynthia

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 893 views
  • 1 like
  • 3 in conversation