<?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 %include Macro Function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31928#M6137</link>
    <description>I have 4 sas codes that I want to run simultaneously and not "sequentially" through SAS.If I use %include in a session, it would run these 4 codes one after the other.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way with %include that we would be able to run all these 4 codes simultaneously?&lt;BR /&gt;
Thanks</description>
    <pubDate>Thu, 17 Jul 2008 11:53:43 GMT</pubDate>
    <dc:creator>tejeshwar</dc:creator>
    <dc:date>2008-07-17T11:53:43Z</dc:date>
    <item>
      <title>%include Macro Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31928#M6137</link>
      <description>I have 4 sas codes that I want to run simultaneously and not "sequentially" through SAS.If I use %include in a session, it would run these 4 codes one after the other.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way with %include that we would be able to run all these 4 codes simultaneously?&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 17 Jul 2008 11:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31928#M6137</guid>
      <dc:creator>tejeshwar</dc:creator>
      <dc:date>2008-07-17T11:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: %include Macro Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31929#M6138</link>
      <description>If you have licence for SAS/CONNECT, you can run 4 jobs simultaneously using the MP-connect facility.&lt;BR /&gt;
See &lt;A href="http://support.sas.com/documentation/cdl/en/connref/59593/HTML/default/a001249955.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/59593/HTML/default/a001249955.htm&lt;/A&gt; for details.&lt;BR /&gt;
&lt;BR /&gt;
Regards.&lt;BR /&gt;
Olivier</description>
      <pubDate>Thu, 17 Jul 2008 19:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31929#M6138</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-07-17T19:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: %include Macro Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31930#M6139</link>
      <description>Thanks for Replying, &lt;BR /&gt;
&lt;BR /&gt;
I have licence to "&lt;B&gt;SAS/CONNECT&lt;/B&gt;", i tried the below but still getting an error.&lt;BR /&gt;
&lt;BR /&gt;
option autosignon=yes;&lt;BR /&gt;
option sascmd="!sascmd";&lt;BR /&gt;
&lt;BR /&gt;
rsubmit process=task1  wait=no; &lt;BR /&gt;
&lt;BR /&gt;
Some code.........&lt;BR /&gt;
&lt;BR /&gt;
endrsubmit;&lt;BR /&gt;
&lt;BR /&gt;
rsubmit  process=task2 wait=no;&lt;BR /&gt;
&lt;BR /&gt;
Some Code.....&lt;BR /&gt;
&lt;BR /&gt;
endrsubmit;&lt;BR /&gt;
&lt;BR /&gt;
Below is the error I am getting in the log&lt;BR /&gt;
&lt;BR /&gt;
ERROR: A communication subsystem partner link setup request failure has occurred.&lt;BR /&gt;
ERROR: SAS did not start properly. Please insure that your sascmd value does not attempt to run SAS&lt;BR /&gt;
       in the background.&lt;BR /&gt;
ERROR: Remote submit to TASK1 cancelled.&lt;BR /&gt;
&lt;BR /&gt;
ERROR: A communication subsystem partner link setup request failure has occurred.&lt;BR /&gt;
ERROR: SAS did not start properly. Please insure that your sascmd value does not attempt to run SAS&lt;BR /&gt;
       in the background.&lt;BR /&gt;
ERROR: Remote submit to TASK2 cancelled.</description>
      <pubDate>Fri, 18 Jul 2008 04:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31930#M6139</guid>
      <dc:creator>tejeshwar</dc:creator>
      <dc:date>2008-07-18T04:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: %include Macro Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31931#M6140</link>
      <description>Hello.&lt;BR /&gt;
You will find a SAS Note about this error and the way to correct it.&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/11/892.html" target="_blank"&gt;http://support.sas.com/kb/11/892.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards.&lt;BR /&gt;
Olivier</description>
      <pubDate>Fri, 18 Jul 2008 07:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31931#M6140</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-07-18T07:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: %include Macro Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31932#M6141</link>
      <description>Thanks Olivier, &lt;BR /&gt;
&lt;BR /&gt;
I have a fair bit of idea now, however the solution suggested online on the above link doesnt gives a step-by-step information, planning to raise a ticket online with SAS.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for replying:)&lt;BR /&gt;
&lt;BR /&gt;
Tejeshwar</description>
      <pubDate>Sat, 19 Jul 2008 14:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/include-Macro-Function/m-p/31932#M6141</guid>
      <dc:creator>tejeshwar</dc:creator>
      <dc:date>2008-07-19T14:19:07Z</dc:date>
    </item>
  </channel>
</rss>

