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
SAS Super FREQ
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!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1527 views
  • 0 likes
  • 2 in conversation