<?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 program flow in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138623#M37194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Somewhere in the middle of my program one of the data sets is created which needs manual manipulation before it can be further processed.&lt;/P&gt;&lt;P&gt;So essentially the program has to run in two parts – first the data needing manual changes is created, then changes are made and finally the rest of the program is run.&lt;/P&gt;&lt;P&gt;To make this step obvious (so it is not missed), I can only think of physically splitting the program into two parts and running each of them in turn. Or what I did before was to export the data into Excel, make changes there and then import the updated file back into SAS.&lt;/P&gt;&lt;P&gt;But I was wondering if there is a better and more elegant solution to this – something like an automatic stop and a pop-up message requesting to populate a required field before processing further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any ideas&lt;/P&gt;&lt;P&gt;Victoria &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 23:30:24 GMT</pubDate>
    <dc:creator>VS</dc:creator>
    <dc:date>2014-04-29T23:30:24Z</dc:date>
    <item>
      <title>program flow</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138623#M37194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Somewhere in the middle of my program one of the data sets is created which needs manual manipulation before it can be further processed.&lt;/P&gt;&lt;P&gt;So essentially the program has to run in two parts – first the data needing manual changes is created, then changes are made and finally the rest of the program is run.&lt;/P&gt;&lt;P&gt;To make this step obvious (so it is not missed), I can only think of physically splitting the program into two parts and running each of them in turn. Or what I did before was to export the data into Excel, make changes there and then import the updated file back into SAS.&lt;/P&gt;&lt;P&gt;But I was wondering if there is a better and more elegant solution to this – something like an automatic stop and a pop-up message requesting to populate a required field before processing further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any ideas&lt;/P&gt;&lt;P&gt;Victoria &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 23:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138623#M37194</guid>
      <dc:creator>VS</dc:creator>
      <dc:date>2014-04-29T23:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: program flow</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138624#M37195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two programs. &lt;/P&gt;&lt;P&gt;Use a program to call them using % include. &lt;/P&gt;&lt;P&gt;In between use a %windows to generate a pop up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include 'program1.sas';&lt;/P&gt;&lt;P&gt;%windows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include 'program2.sas';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a000206734.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a000206734.htm"&gt;SAS(R) 9.2 Macro Language: Reference&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 00:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138624#M37195</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-04-30T00:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: program flow</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138625#M37196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Reeza, this is EXACTLY what I need!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 01:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/program-flow/m-p/138625#M37196</guid>
      <dc:creator>VS</dc:creator>
      <dc:date>2014-04-30T01:38:12Z</dc:date>
    </item>
  </channel>
</rss>

