<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to put a vertical lane between selected variables and values using proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-put-a-vertical-lane-between-selected-variables-and-values/m-p/354757#M83024</link>
    <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to put vertical lines in my report for a few selected variables &amp;nbsp;and values of the variables (Eg. Shown in attachment). In my data below how to put similar vertical lines in my report. Please help. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods rtf file="&amp;amp;outpath\&amp;amp;outnam..rtf" style=journal;                                     
%let s = %sysfunc(repeat(%str(_), 149 )) ;
footnote1 	j=c h=1   "^S={fontstyle=ROMAN fontweight=bold}&amp;amp;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;&lt;/PRE&gt;</description>
    <pubDate>Sun, 30 Apr 2017 00:25:53 GMT</pubDate>
    <dc:creator>knveraraju91</dc:creator>
    <dc:date>2017-04-30T00:25:53Z</dc:date>
    <item>
      <title>How to put a vertical lane between selected variables and values using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-put-a-vertical-lane-between-selected-variables-and-values/m-p/354757#M83024</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to put vertical lines in my report for a few selected variables &amp;nbsp;and values of the variables (Eg. Shown in attachment). In my data below how to put similar vertical lines in my report. Please help. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods rtf file="&amp;amp;outpath\&amp;amp;outnam..rtf" style=journal;                                     
%let s = %sysfunc(repeat(%str(_), 149 )) ;
footnote1 	j=c h=1   "^S={fontstyle=ROMAN fontweight=bold}&amp;amp;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;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Apr 2017 00:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-put-a-vertical-lane-between-selected-variables-and-values/m-p/354757#M83024</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2017-04-30T00:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to put a vertical lane between selected variables and values using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-put-a-vertical-lane-between-selected-variables-and-values/m-p/354817#M83054</link>
      <description>&lt;P&gt;Do the instructions at&amp;nbsp;&lt;A href="http://support.sas.com/kb/39/652.html" target="_blank"&gt;http://support.sas.com/kb/39/652.html&lt;/A&gt; do what you want?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 16:22:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-put-a-vertical-lane-between-selected-variables-and-values/m-p/354817#M83054</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-30T16:22:16Z</dc:date>
    </item>
  </channel>
</rss>

