BookmarkSubscribeRSS Feed
abdullala
Calcite | Level 5
I defined the format with leading spaces. they look good when I output those in a dataset. But when I output it on the rtf file the leading spaces are all trimmed. I was using ods rtf and proc report.

Anyone knows how to preserve the leading spaces when output on an rtf file with proc report? thanks much!
2 REPLIES 2
Cynthia_sas
Diamond | Level 26
Hi:
Check out the style attribute ASIS=ON -- it tells PROC REPORT, PROC PRINT or PROC TABULATE and ODS to preserve leading spaces. For example, in a PROC REPORT DEFINE statement you might have:
[pre]
define varname / display style(column) = {asis=on cellwidth=1in} ;

[/pre]

...if your varname variable was the one that contained leading spaces. If you wish to apply your format and have leading spaces preserved, then you would need to add the FORMAT= or F= option to your DEFINE statement.

cynthia
abdullala
Calcite | Level 5
thank you very much Cynthia -- I will try it and let you know how it works for me!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2 replies
  • 1888 views
  • 0 likes
  • 2 in conversation