<?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 Rsubmit a macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Rsubmit-a-macro/m-p/153017#M30090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup a successful connect between SAS 9.2 client (Windows) to SAS 9.4 (Linux). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have a SAS file which is stored on the Linux server which has a macro statement written in the script. I want the marco to execute in the server session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to rsubmit something similar to the following from the Windows machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILENAME &lt;EM&gt;name of file &lt;/EM&gt;'&lt;EM&gt;external-file&lt;/EM&gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %INC &lt;EM&gt;name of file;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %macro(parameters);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have typed the parameters into the %macro line in the brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not get the macro to run to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions I can explore? Also, how I do get what is shown in the server log to show in the client session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 May 2014 10:05:46 GMT</pubDate>
    <dc:creator>msd83</dc:creator>
    <dc:date>2014-05-10T10:05:46Z</dc:date>
    <item>
      <title>Rsubmit a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rsubmit-a-macro/m-p/153017#M30090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup a successful connect between SAS 9.2 client (Windows) to SAS 9.4 (Linux). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have a SAS file which is stored on the Linux server which has a macro statement written in the script. I want the marco to execute in the server session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to rsubmit something similar to the following from the Windows machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILENAME &lt;EM&gt;name of file &lt;/EM&gt;'&lt;EM&gt;external-file&lt;/EM&gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %INC &lt;EM&gt;name of file;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %macro(parameters);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have typed the parameters into the %macro line in the brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not get the macro to run to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions I can explore? Also, how I do get what is shown in the server log to show in the client session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 10:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rsubmit-a-macro/m-p/153017#M30090</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-05-10T10:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rsubmit a macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rsubmit-a-macro/m-p/153018#M30091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A log would help . With options source2 mprint mlogic; in the rsubmit block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 13:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rsubmit-a-macro/m-p/153018#M30091</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-05-10T13:17:48Z</dc:date>
    </item>
  </channel>
</rss>

