<?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: How to combine multiple programs into one single program? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460641#M29692</link>
    <description>&lt;P&gt;I'm not sure what you mean? Do you have multiple sas&amp;nbsp;files that you want to store in a single file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember, they are just text files. I'm sure there are tools out there that can combine several text files into one..&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 07:53:23 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-05-08T07:53:23Z</dc:date>
    <item>
      <title>How to combine multiple programs into one single program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460638#M29691</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to combine multiple program into one single program? I need to print the file for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 07:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460638#M29691</guid>
      <dc:creator>Myurathan</dc:creator>
      <dc:date>2018-05-08T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple programs into one single program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460641#M29692</link>
      <description>&lt;P&gt;I'm not sure what you mean? Do you have multiple sas&amp;nbsp;files that you want to store in a single file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember, they are just text files. I'm sure there are tools out there that can combine several text files into one..&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 07:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460641#M29692</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-05-08T07:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple programs into one single program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460644#M29693</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;. I know. but I do not wanna individually export each file as txt and then combine. Because I have around 60 programs.</description>
      <pubDate>Tue, 08 May 2018 08:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460644#M29693</guid>
      <dc:creator>Myurathan</dc:creator>
      <dc:date>2018-05-08T08:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple programs into one single program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460649#M29694</link>
      <description>&lt;P&gt;Why do you want to export all 60 files and combine them, (first combine them and export the final data)how big is your each SAS program, if small files you always can include in one single sas program and you can append all data using proc append.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;prg1 --data1&lt;/P&gt;
&lt;P&gt;....prg60 --data60&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can always macrotize to make it simple if the programs are similar.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 08:19:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/460649#M29694</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2018-05-08T08:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple programs into one single program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/461044#M29728</link>
      <description>&lt;P&gt;You might want to look into exporting all the code in your EG project (File-&amp;gt;Export-&amp;gt;Export All Code...), to see if that could meet your needs.&amp;nbsp; It will export all the programs (both embedded and externally referenced)&amp;nbsp;in your project to a single .sas file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;your programs&amp;nbsp;are stored as .sas files (rather than embedded in EG projects), I'd suggest using an operating system command to concatenate them together.&amp;nbsp; For example, the cat command if using Linux (ex. &lt;SPAN class="pln"&gt;cat &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1.sas&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;2.sas&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;3.sas&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;&amp;gt;&lt;/SPAN&gt; combined.sas)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 14:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-combine-multiple-programs-into-one-single-program/m-p/461044#M29728</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-05-09T14:23:14Z</dc:date>
    </item>
  </channel>
</rss>

