<?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: about logs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31069#M5964</link>
    <description>to simplify...&lt;BR /&gt;
&lt;BR /&gt;
is it possible to save results invoked using the x command to the sas log?&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
    <pubDate>Wed, 13 May 2009 08:30:33 GMT</pubDate>
    <dc:creator>milts</dc:creator>
    <dc:date>2009-05-13T08:30:33Z</dc:date>
    <item>
      <title>about logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31068#M5963</link>
      <description>i want to get the status of my servers (object spawner, share server, etc) which resides in unix and transferring them to a windows client.&lt;BR /&gt;
&lt;BR /&gt;
code looks like this:&lt;BR /&gt;
&lt;BR /&gt;
rsubmit;&lt;BR /&gt;
filename mylog "../my.log";&lt;BR /&gt;
proc printto log=myfile;&lt;BR /&gt;
x "../ObjectSpawner"; &lt;BR /&gt;
x "./ObjectSpawner.sh status";&lt;BR /&gt;
proc download infile=mylog outfile="..\my.log";run;&lt;BR /&gt;
endrsubmit;&lt;BR /&gt;
&lt;BR /&gt;
this just returns to the log info about the execution of proc printto statement. what i want is to get also the message from the x command which prints the status of the server.&lt;BR /&gt;
&lt;BR /&gt;
can this be attained? or i'm just dreaming haha!&lt;BR /&gt;
&lt;BR /&gt;
thanks a lot!</description>
      <pubDate>Wed, 13 May 2009 07:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31068#M5963</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-05-13T07:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: about logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31069#M5964</link>
      <description>to simplify...&lt;BR /&gt;
&lt;BR /&gt;
is it possible to save results invoked using the x command to the sas log?&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Wed, 13 May 2009 08:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31069#M5964</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-05-13T08:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: about logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31070#M5965</link>
      <description>X statement just executes stuff. It's primary use is not get information into SAS. &lt;BR /&gt;
Maybe you can try to use FILENAME PIPE for this? &lt;BR /&gt;
Or save the output of your script to a separate file, which could download and/or append to the original log file.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 13 May 2009 11:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31070#M5965</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-05-13T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: about logs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31071#M5966</link>
      <description>yeah thanks! i just redirected the x command to a text file then download the file which is from unix going to windows.&lt;BR /&gt;
&lt;BR /&gt;
thanks!</description>
      <pubDate>Thu, 14 May 2009 01:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/about-logs/m-p/31071#M5966</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-05-14T01:14:49Z</dc:date>
    </item>
  </channel>
</rss>

