<?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: sas macros in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477330#M122914</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt; said "This code worked fine for me &lt;STRONG&gt;&lt;FONT size="5"&gt;(you may need to add SIGNON options)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now please read the documentation of signon-statement and add the required options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have sas installation on your computer and and a sas installation on a server?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 05:22:45 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2018-07-12T05:22:45Z</dc:date>
    <item>
      <title>sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477208#M122862</link>
      <description>&lt;P&gt;I'm trying to run the following piece of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let abc_unix = &amp;amp;sd_exports.;&lt;/P&gt;&lt;P&gt;%sysrput abc_unix = &amp;amp;abc_unix.;&lt;/P&gt;&lt;P&gt;LIBNAME abc "&amp;amp;abc_unix.";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error "&amp;nbsp;%SYSRPUT statement is valid only when OPTION DMR is in effect.".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I be adding to get this to run successfully?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 19:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477208#M122862</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T19:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477211#M122863</link>
      <description>&lt;P&gt;DMR option is not set, which means it's:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="strong"&gt;NODMR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A name="a002899125" target="_blank"&gt;&lt;/A&gt;&lt;STRONG&gt;disables you from invoking a remote SAS session.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's set this way, you can't push your macro variable to the remote session, because you can't connect to it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000279080.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000279080.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/122200"&gt;@astha8882000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm trying to run the following piece of code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let abc_unix = &amp;amp;sd_exports.;&lt;/P&gt;
&lt;P&gt;%sysrput abc_unix = &amp;amp;abc_unix.;&lt;/P&gt;
&lt;P&gt;LIBNAME abc "&amp;amp;abc_unix.";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the error "&amp;nbsp;%SYSRPUT statement is valid only when OPTION DMR is in effect.".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What should I be adding to get this to run successfully?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 19:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477211#M122863</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-11T19:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477221#M122870</link>
      <description>&lt;P&gt;Got it, thanks. What can I add to make that work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 19:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477221#M122870</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T19:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477228#M122872</link>
      <description>&lt;P&gt;I tried doing this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%let abc_unix = &amp;amp;sd_exports.;&lt;/SPAN&gt;&lt;BR /&gt;%nrstr(%sysrput abc_unix = &amp;amp;abc_unix.);&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LIBNAME abc "&amp;amp;abc_unix.";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that gave me the error:&amp;nbsp;Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I did this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let abc_unix = &amp;amp;sd_exports.;&lt;BR /&gt;%nrstr(%%)sysrput abc_unix = &amp;amp;abc_unix.;&lt;/P&gt;&lt;P&gt;LIBNAME abc "&amp;amp;abc_unix.";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that gave me this error:&amp;nbsp;LINE and COLUMN cannot be determined.&lt;BR /&gt;NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN where the error has occurred.&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 19:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477228#M122872</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T19:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477239#M122879</link>
      <description>I tried doing that too, that didn't help either:&lt;BR /&gt;&lt;BR /&gt;%let abc_unix = &amp;amp;sd_exports.&lt;BR /&gt;rsubmit;&lt;BR /&gt;%sysrput abc_unix = &amp;amp;abc_unix.;&lt;BR /&gt;endrsubmit;&lt;BR /&gt;LIBNAME abc "&amp;amp;abc_unix.";&lt;BR /&gt;&lt;BR /&gt;I get the following error: ERROR: The text expression &amp;amp;abc_UNIX. contains a recursive reference to the macro variable abc_UNIX. The macro variable will be assigned the null value.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2018 20:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477239#M122879</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T20:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477249#M122883</link>
      <description>&lt;P&gt;Do you want SYSLPUT instead of RPUT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R&lt;/STRONG&gt;PUT moves macro variables from the &lt;STRONG&gt;R&lt;/STRONG&gt;emote server to local.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;PUT moves macro variables from the &lt;STRONG&gt;L&lt;/STRONG&gt;ocal to the server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 20:58:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477249#M122883</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-11T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477270#M122893</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/122200"&gt;@astha8882000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I tried doing that too, that didn't help either:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let abc_unix = &amp;amp;sd_exports.
rsubmit;
%sysrput abc_unix = &amp;amp;abc_unix.;
endrsubmit;
LIBNAME abc "&amp;amp;abc_unix.";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I get the following error: ERROR: The text expression &amp;amp;abc_UNIX. contains a recursive reference to the macro variable abc_UNIX. The macro variable will be assigned the null value.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your first line sets the local macro variable ABC_UNIX to the value of the macro variable SD_EXPORTS.&amp;nbsp; &lt;STRONG&gt;Assuming that you actually ended the %LET statement with a semi-colon.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Your next three lines form a remote submit block that is attempting to recursively define a macro variable ABC_UNIX in the remote session.&amp;nbsp; It has nothing to do with the other lines at all.&lt;/P&gt;
&lt;P&gt;So effectively you ran these two lines.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let abc_unix = &amp;amp;sd_exports. ;
LIBNAME abc "&amp;amp;abc_unix.";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;What is it that you actual WANT to do?&lt;/P&gt;
&lt;P&gt;Perhaps something like this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rsignon;
%syslput abc_unix = &amp;amp;sd_exports.;
rsubmit;
LIBNAME abc "&amp;amp;abc_unix.";
endrsubmit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or something else?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 22:56:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477270#M122893</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-07-11T22:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477271#M122894</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/122200"&gt;@astha8882000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm trying to run the following piece of code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let abc_unix = &amp;amp;sd_exports.;&lt;/P&gt;
&lt;P&gt;%sysrput abc_unix = &amp;amp;abc_unix.;&lt;/P&gt;
&lt;P&gt;LIBNAME abc "&amp;amp;abc_unix.";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the error "&amp;nbsp;%SYSRPUT statement is valid only when OPTION DMR is in effect.".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What should I be adding to get this to run successfully?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;%SYSRPUT runs on the REMOTE session.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That code would make more sense it you included the first two lines in an RSUBMIT block.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rsubmit;
  %let abc_unix = &amp;amp;sd_exports.;
  %sysrput abc_unix = &amp;amp;abc_unix.;
endrsubmit;

LIBNAME abc "&amp;amp;abc_unix.";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Jul 2018 23:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477271#M122894</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-07-11T23:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477276#M122896</link>
      <description>It's definitely rput because I need to read a dataset from that remote server.</description>
      <pubDate>Wed, 11 Jul 2018 23:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477276#M122896</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T23:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477278#M122898</link>
      <description>So this was my original code and mentioned with the code lines is what my aim was:&lt;BR /&gt;&lt;BR /&gt;%let abc_unix = &amp;amp;sd_exports.; //this is the target folder&lt;BR /&gt;&lt;BR /&gt;%sysrput abc_unix = &amp;amp;abc_unix.;--this will start reading from server into the target folder&lt;BR /&gt;&lt;BR /&gt;LIBNAME abc "&amp;amp;abc_unix."; this will create a libref to that target folder</description>
      <pubDate>Wed, 11 Jul 2018 23:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477278#M122898</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T23:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477279#M122899</link>
      <description>I tried that, it gave me the following error:&lt;BR /&gt;&lt;BR /&gt;ERROR: Invalid or unspecified remote session ID. Set OPTIONS REMOTE=session_id.&lt;BR /&gt;NOTE: Subsequent lines will be ignored until ENDRSUBMIT.&lt;BR /&gt;ERROR: Remote submit to UNKNOWN canceled.</description>
      <pubDate>Wed, 11 Jul 2018 23:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477279#M122899</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-11T23:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477298#M122905</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;%sysrput abc_unix = &amp;amp;abc_unix.;--this will start reading from server into the target folder&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No, it will create a macro variable with that value on the remote server. Nothing is moved or read, you only create a macro variable.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 01:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477298#M122905</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-12T01:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477304#M122908</link>
      <description>&lt;P&gt;If you don't have a remote session running you cannot do ANYTHING on the non-existent remote session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you creating the remote session?&amp;nbsp; Normally I would use signon command to start a remote session.&amp;nbsp; I would know the NAME of the remote session.&amp;nbsp; What is the name of the remote session you are trying to reference?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create a local libref that points to remote location without creating any macro variables on the remote session.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib remote "path on remote" server=remotname ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jul 2018 02:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477304#M122908</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-07-12T02:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477307#M122909</link>
      <description>&lt;P&gt;This code worked fine for me (you may need to add SIGNON options):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;signon;

rsubmit;

  %let abc_unix = Just Testing;
  %sysrput abc_unix = &amp;amp;abc_unix.;

endrsubmit;

%put abc_unix = &amp;amp;abc_unix.; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jul 2018 02:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477307#M122909</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-07-12T02:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477315#M122910</link>
      <description>I tried this and got the error:&lt;BR /&gt;&lt;BR /&gt;ERROR: Invalid or unspecified remote session ID. Set OPTIONS REMOTE=session_id.&lt;BR /&gt;ERROR: Remote signon to UNKNOWN canceled.&lt;BR /&gt;25&lt;BR /&gt;26 rsubmit;&lt;BR /&gt;ERROR: Invalid or unspecified remote session ID. Set OPTIONS REMOTE=session_id.&lt;BR /&gt;NOTE: Subsequent lines will be ignored until ENDRSUBMIT.&lt;BR /&gt;ERROR: Remote submit to UNKNOWN canceled.</description>
      <pubDate>Thu, 12 Jul 2018 03:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477315#M122910</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-12T03:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477330#M122914</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt; said "This code worked fine for me &lt;STRONG&gt;&lt;FONT size="5"&gt;(you may need to add SIGNON options)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now please read the documentation of signon-statement and add the required options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have sas installation on your computer and and a sas installation on a server?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 05:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477330#M122914</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-07-12T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: sas macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477440#M122953</link>
      <description>&lt;P&gt;I actually ended up working around it by getting that exact server location rather than getting into all this and reading the data in there. Still not sure how to get sysrput to work, but maybe another time. Thanks everyone for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 13:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-macros/m-p/477440#M122953</guid>
      <dc:creator>astha8882000</dc:creator>
      <dc:date>2018-07-12T13:10:38Z</dc:date>
    </item>
  </channel>
</rss>

