<?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 Do You Flowchart a SAS Program? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260118#M50441</link>
    <description>&lt;P&gt;Perhaps the OP inherited something or is trying to understand some other code source.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 14:34:10 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-03-30T14:34:10Z</dc:date>
    <item>
      <title>How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260061#M50405</link>
      <description>&lt;P&gt;Is possible to generate flow charts out of the SAS code?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260061#M50405</guid>
      <dc:creator>Sir_Highbury</dc:creator>
      <dc:date>2016-03-30T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260069#M50406</link>
      <description>&lt;P&gt;If you have SAS Enterprise Guide licensed and installed, you could try the 'Analyze for Program Flow' feature under the 'Program'--&amp;gt;'Analyze' menu options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260069#M50406</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2016-03-30T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260075#M50409</link>
      <description>&lt;P&gt;Have you had a look at proc SCAPROC? That analyzes ther logic of your code while it runs. SCAPROC is also implemented when importing code into a&amp;nbsp;Data Integration Studio (DIS)&amp;nbsp;job. The resulting flow is a kind of flowchart in its own right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using EG or DIS as an alternative to coding is something I highly recommended. It will keep your logic in plain sight besides many more perks for all those code afficionados out there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260075#M50409</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-30T13:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260083#M50413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you don't plan/document your code before you start working on? &amp;nbsp;To my mind &amp;gt; 90% of programming work involves planning, documenting, agreeing, and preparing validation plans and such like. &amp;nbsp;Actual coding is less than 10% of a task. &amp;nbsp;For instance, how would you go about validating a program, if your document it built from the program itself? &amp;nbsp;Here is a link to something used in a lot of other programming fields, called Software Development Lifecyle. &amp;nbsp;It goes through the stages of Planning, Documenting, Implementation, Testing, Lifecycle Management, and Retirement. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Systems_development_life_cycle" target="_blank"&gt;https://en.wikipedia.org/wiki/Systems_development_life_cycle&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Actual development is one step in a list of other steps, in my industry for instance we have to by regulation, specify what we will be doing before we start, to avoid bias, and also so that validation can independantly be done. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does also make your life a lot easier in many respects - if you dealing with data transfers for instance, these can be defined and agreed up front - the code for importing that data is already written (other than some syntax) in that document. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:45:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260083#M50413</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-30T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260118#M50441</link>
      <description>&lt;P&gt;Perhaps the OP inherited something or is trying to understand some other code source.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260118#M50441</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-30T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260137#M50445</link>
      <description>&lt;P&gt;thanks Jan, I was not aware of it.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260137#M50445</guid>
      <dc:creator>Sir_Highbury</dc:creator>
      <dc:date>2016-03-30T15:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How Do You Flowchart a SAS Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260138#M50446</link>
      <description>&lt;P&gt;The question was related to the potentiality of SAS: how Do You Flowchart a SAS Program?&amp;nbsp;The scope was to know if SAS can do it or not.&lt;/P&gt;&lt;P&gt;So you don't plan/document your code before you start working on? That’s a too general question. It depends on the situation (e.g. complexity of the code, purpose of the analysis) anyway you can post it!&lt;/P&gt;&lt;P&gt;I actually do not write a flochart each time that I am using a program for some analysis (r, SAS, Phyton or whatever)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-You-Flowchart-a-SAS-Program/m-p/260138#M50446</guid>
      <dc:creator>Sir_Highbury</dc:creator>
      <dc:date>2016-03-30T15:35:58Z</dc:date>
    </item>
  </channel>
</rss>

