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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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