<?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 Help with Calling SAS file to run in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174996#M264591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a set of SAS programs in which a master file will call and execute a number of SAS file say code1 code2 .. code100..&lt;/P&gt;&lt;P&gt;Each component code(i) is independent from each other, so code(i) will be simply executed sequencially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know about setting up such a system.&lt;/P&gt;&lt;P&gt;Could you please help me with the master file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HHC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 14:34:23 GMT</pubDate>
    <dc:creator>hhchenfx</dc:creator>
    <dc:date>2014-07-10T14:34:23Z</dc:date>
    <item>
      <title>Help with Calling SAS file to run</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174996#M264591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a set of SAS programs in which a master file will call and execute a number of SAS file say code1 code2 .. code100..&lt;/P&gt;&lt;P&gt;Each component code(i) is independent from each other, so code(i) will be simply executed sequencially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know about setting up such a system.&lt;/P&gt;&lt;P&gt;Could you please help me with the master file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HHC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174996#M264591</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2014-07-10T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Calling SAS file to run</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174997#M264592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your master file can contain %include statements to reference the other code files to execute in the order they appear in the master file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include "c:\projectdirectory\code1.sas";&lt;/P&gt;&lt;P&gt;%include "c:\projectdirectory\code2.sas";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so forth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174997#M264592</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-07-10T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Calling SAS file to run</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174998#M264593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's probably more complicated, but it sounds like %include might do.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214504.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214504.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174998#M264593</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2014-07-10T14:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Calling SAS file to run</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174999#M264594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HHC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-Calling-SAS-file-to-run/m-p/174999#M264594</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2014-07-10T14:45:18Z</dc:date>
    </item>
  </channel>
</rss>

