<?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: Print SAS code in color in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2145#M954</link>
    <description>Hi,&lt;BR /&gt;
  According to this Tech Support note, SAS code does not print in color from the Enhanced Editor window:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/003/003804.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/003/003804.html&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
  The note suggests that you cut and paste your code into a word processor (or text editing application that does support color printing) and print from there.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 23 Jan 2007 22:57:09 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-01-23T22:57:09Z</dc:date>
    <item>
      <title>Print SAS code in color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2144#M953</link>
      <description>Can someone please advise how to print SAS code in color? Thanks!</description>
      <pubDate>Tue, 23 Jan 2007 16:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2144#M953</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-01-23T16:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Print SAS code in color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2145#M954</link>
      <description>Hi,&lt;BR /&gt;
  According to this Tech Support note, SAS code does not print in color from the Enhanced Editor window:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/003/003804.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/003/003804.html&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
  The note suggests that you cut and paste your code into a word processor (or text editing application that does support color printing) and print from there.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 23 Jan 2007 22:57:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2145#M954</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-01-23T22:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Print SAS code in color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2146#M955</link>
      <description>try vim (www.vim.org). I always use it to print SAS or other program in color.</description>
      <pubDate>Sun, 11 Mar 2007 03:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2146#M955</guid>
      <dc:creator>wensui</dc:creator>
      <dc:date>2007-03-11T03:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Print SAS code in color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2147#M956</link>
      <description>Printing code in color is a great help for a code-review session. Microsoft Word provides a lot of what we want for this. &lt;BR /&gt;
It involves more than 5 minutes preparation, but that would be consistent with preparation for code-review. &lt;BR /&gt;
Expect to use file-path/name (bold) on the header and version-date-time on the footer. &lt;BR /&gt;
Rather than just paste the code to a new document, open the saved code, and then replace it all with that color-formatted code from the SAS code window. (It might be wise to ensure tabs are replaced by spaces using the SAS code editor options.) In this way the Word "autotext" carries filename with path.&lt;BR /&gt;
Page numbers are not needed, because you can print line numbers (thanks to word pageSetup-layout). To keep all under control, alter the linenumber style to something like 8 point Arial. Beware that Word linenumbers increment where long-lines wrap, so either avoid that, or alter the formatting to a smaller font. Wide trailing comments take much less space in Arial or Arial-narrow or small point sizes, while remaining readable. If the code must remain wide in general, you may need/want to go to landscape orientation. For just a few wide lines that wrap, remove nearby blank lines. The convenience of direct addressing using line numbers within a large program is worth preserving.&lt;BR /&gt;
&lt;BR /&gt;
All this effort seems well rewarded when the code review session quickly passes through long and complex processes with relative ease. &lt;BR /&gt;
    Ususal rules apply ~ respect the audience !&lt;BR /&gt;
&lt;BR /&gt;
If you need this approach often, it may be worth preparing a special SAS Appearance-scheme.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
It works for me, but your experience may be different.</description>
      <pubDate>Mon, 12 Mar 2007 11:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2147#M956</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-12T11:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Print SAS code in color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2148#M957</link>
      <description>I use MELS (Multi-Edit Lite for SAS). It is a programmer's editor that will print the code in color and much more. You can try it for free:&lt;BR /&gt;
&lt;A href="http://www.multiedit.com/MeLS-info.php" target="_blank"&gt;http://www.multiedit.com/MeLS-info.php&lt;/A&gt;</description>
      <pubDate>Tue, 13 Mar 2007 20:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2148#M957</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T20:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Print SAS code in color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2149#M958</link>
      <description>The corrected URL is&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.multiedit.com/MeLS-info.php" target="_blank"&gt;http://www.multiedit.com/MeLS-info.php&lt;/A&gt; .&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Wed, 14 Mar 2007 08:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Print-SAS-code-in-color/m-p/2149#M958</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2007-03-14T08:01:27Z</dc:date>
    </item>
  </channel>
</rss>

