<?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 Re: Is there a way to have &amp;quot;blank&amp;quot; columns using PROC PRINT in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72664#M8292</link>
    <description>Agree with Rob, something like&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _V/view=_V;&lt;BR /&gt;
  retain DUMMY ' ';&lt;BR /&gt;
  set SASHELP.CLASS;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html style=seaside;&lt;BR /&gt;
proc print data=_V noobs;&lt;BR /&gt;
  var NAME  ;                &lt;BR /&gt;
  var DUMMY /style=[background=white foreground=white bordercolor=white cellwidth=900px];&lt;BR /&gt;
  var SEX   /style=[just=center bordercolor=#3872AC];&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;</description>
    <pubDate>Mon, 20 Sep 2010 00:03:30 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2010-09-20T00:03:30Z</dc:date>
    <item>
      <title>Is there a way to have "blank" columns using PROC PRINT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72662#M8290</link>
      <description>Hi, we have a request to modify a report (currently written using PROC PRINT) to have columns printed on the far left and far right of the page with blank spaces in between. Is there a way to accomplish this using templates? Currently using 9.1.3.</description>
      <pubDate>Thu, 16 Sep 2010 13:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72662#M8290</guid>
      <dc:creator>frisco</dc:creator>
      <dc:date>2010-09-16T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to have "blank" columns using PROC PRINT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72663#M8291</link>
      <description>Crude workaround:&lt;BR /&gt;
&lt;BR /&gt;
Referring to the subject of your post (which doesn't mention templates): use whatever variable you want and set the column's foreground and background to the same color.&lt;BR /&gt;
Since you put the word blank in quotes this perfectly matches your definition &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 16 Sep 2010 18:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72663#M8291</guid>
      <dc:creator>Robert_Bardos</dc:creator>
      <dc:date>2010-09-16T18:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to have "blank" columns using PROC PRINT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72664#M8292</link>
      <description>Agree with Rob, something like&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _V/view=_V;&lt;BR /&gt;
  retain DUMMY ' ';&lt;BR /&gt;
  set SASHELP.CLASS;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html style=seaside;&lt;BR /&gt;
proc print data=_V noobs;&lt;BR /&gt;
  var NAME  ;                &lt;BR /&gt;
  var DUMMY /style=[background=white foreground=white bordercolor=white cellwidth=900px];&lt;BR /&gt;
  var SEX   /style=[just=center bordercolor=#3872AC];&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;</description>
      <pubDate>Mon, 20 Sep 2010 00:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-there-a-way-to-have-quot-blank-quot-columns-using-PROC-PRINT/m-p/72664#M8292</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-09-20T00:03:30Z</dc:date>
    </item>
  </channel>
</rss>

