<?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: Basic Question! in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47878#M12899</link>
    <description>That's what I get running your code:&lt;BR /&gt;
&lt;BR /&gt;
377  data _null_;&lt;BR /&gt;
378  color = 'red orange green' ;&lt;BR /&gt;
379  put "Before TRANWRD: " color;&lt;BR /&gt;
380  run;&lt;BR /&gt;
&lt;BR /&gt;
Before TRANWRD: red orange green&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Question is:&lt;BR /&gt;
How do you run your code (batch, PC SAS, EG)?&lt;BR /&gt;
How does your log look like?</description>
    <pubDate>Mon, 12 Jul 2010 20:47:54 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2010-07-12T20:47:54Z</dc:date>
    <item>
      <title>Basic Question!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47877#M12898</link>
      <description>When I try just displaying a simple character string, my LOG does not show the output. IS it due to some settings that I will have to change?&lt;BR /&gt;
&lt;BR /&gt;
 data _null_;&lt;BR /&gt;
  color = 'red orange green' ;&lt;BR /&gt;
  put "Before TRANWRD: " color;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 12 Jul 2010 20:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47877#M12898</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-12T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47878#M12899</link>
      <description>That's what I get running your code:&lt;BR /&gt;
&lt;BR /&gt;
377  data _null_;&lt;BR /&gt;
378  color = 'red orange green' ;&lt;BR /&gt;
379  put "Before TRANWRD: " color;&lt;BR /&gt;
380  run;&lt;BR /&gt;
&lt;BR /&gt;
Before TRANWRD: red orange green&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Question is:&lt;BR /&gt;
How do you run your code (batch, PC SAS, EG)?&lt;BR /&gt;
How does your log look like?</description>
      <pubDate>Mon, 12 Jul 2010 20:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47878#M12899</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-07-12T20:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47879#M12900</link>
      <description>Thanks for your response!  I ran the code today and it did give me the same o/p as urs which is correct. I just looged in today morning and it gave me the expected results. Could it be some settings? &lt;BR /&gt;
I am running PC SAS. and this is how the log looks like.&lt;BR /&gt;
6    data _null_;&lt;BR /&gt;
7    color = 'red orange green' ;&lt;BR /&gt;
8    put "Before TRANWRD: " color;&lt;BR /&gt;
9    run;&lt;BR /&gt;
&lt;BR /&gt;
Before TRANWRD: red orange green&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds</description>
      <pubDate>Tue, 13 Jul 2010 13:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Basic-Question/m-p/47879#M12900</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-13T13:24:02Z</dc:date>
    </item>
  </channel>
</rss>

