<?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 I called a program inside of my program and that program creates a dataset. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865796#M341906</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I called a program inside of my program and that program creates a dataset. How can I make the program runs inside my program. I assume just calling a program doesn't make the program run inside another program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Blue &amp;amp; Blue&lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2023 20:46:35 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2023-03-22T20:46:35Z</dc:date>
    <item>
      <title>I called a program inside of my program and that program creates a dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865796#M341906</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I called a program inside of my program and that program creates a dataset. How can I make the program runs inside my program. I assume just calling a program doesn't make the program run inside another program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Blue &amp;amp; Blue&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 20:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865796#M341906</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2023-03-22T20:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: I called a program inside of my program and that program creates a dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865799#M341908</link>
      <description>&lt;P&gt;What do you mean by "inside"?&lt;/P&gt;
&lt;P&gt;Can you share the code you are referring to?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want one SAS program to call another program file the instruction would typically be %include.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A statement in a SAS Program like this:&lt;/P&gt;
&lt;PRE&gt;%include "C:\folder\programfolder\someprogramname.sas";&lt;/PRE&gt;
&lt;P&gt;would bring the contents of the file into the SAS session and treat it as program text at that point in the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a good idea to explicitly end all procedures or data steps in program steps in file that is for include use to have a RUN; statement at the end.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 21:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865799#M341908</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-03-22T21:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: I called a program inside of my program and that program creates a dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865800#M341909</link>
      <description>&lt;P&gt;The &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsglobal/p1s3uhhqtscz2sn1otiatbovfn1t.htm" target="_blank" rel="noopener"&gt;%INCLUDE&lt;/A&gt; statement allows you to run a SAS program inside another one.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 21:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-called-a-program-inside-of-my-program-and-that-program-creates/m-p/865800#M341909</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-22T21:08:36Z</dc:date>
    </item>
  </channel>
</rss>

