BookmarkSubscribeRSS Feed
knveraraju91
Barite | Level 11

Dear,

 

I need to put vertical lines in my report for a few selected variables  and values of the variables (Eg. Shown in attachment). In my data below how to put similar vertical lines before var6 and after var7 in my report. Please help. Thank you.

 

ods rtf file="&outpath\&outnam..rtf" style=journal;                                     
%let s = %sysfunc(repeat(%str(_), 149 )) ;
footnote1 	j=c h=1   "^S={fontstyle=ROMAN fontweight=bold}&s";

proc report data=data1;

column var1 var2 var3 var4 var5 var6 var7 var8 var9;

define var1/group style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;
define var2/style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow;
define var3/ style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;
define var4/ style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;
define var5/ style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow;
define var6/ style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;
define var7/ style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;
define var8/ style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;
define var9/ style(column)={cellspacing=.20pt just=left width=10%} style(HEADER)={JUST=l} flow;

run;

ods rtf close;

 

1 REPLY 1

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1 reply
  • 1216 views
  • 0 likes
  • 2 in conversation