<?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: Documentation for a program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379232#M91269</link>
    <description>&lt;P&gt;Not documentation but you can use GIT or version control software to help. Otherwise, yes, documentation is one thing that doesn't integrate well with code so far &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 22:30:22 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-07-25T22:30:22Z</dc:date>
    <item>
      <title>Documentation for a program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379224#M91265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to store the documentation of a program in the same platform?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am aware of the notes functionality in SAS EG which attaches notes to sas programs.&amp;nbsp;Is &amp;nbsp;there any other way ?&lt;/P&gt;
&lt;P&gt;Appreciate any help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 21:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379224#M91265</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-07-25T21:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation for a program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379231#M91268</link>
      <description>&lt;P&gt;Comments in code are the traditional way. Such as at the top of program a statement of purpose and such:&lt;/P&gt;
&lt;PRE&gt;/*
Program name:
Author:
Last modified date:
Purpose:

Data source:


Analysis questions:


*/&lt;/PRE&gt;
&lt;P&gt;with additional text to describe those elements. Possibly include a change history.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then at specific code elements you may describe why/what you are doing especially when you find/write code like:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;ThisVar = (var2&amp;gt;&lt;/FONT&gt;&lt;FONT color="#008080" face="SAS Monospace" size="2"&gt;10&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;)*&lt;/FONT&gt;&lt;FONT color="#008080" face="SAS Monospace" size="2"&gt;100&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt; + (Var3&amp;lt;&lt;/FONT&gt;&lt;FONT color="#008080" face="SAS Monospace" size="2"&gt;5&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;)*&lt;/FONT&gt;&lt;FONT color="#008080" face="SAS Monospace" size="2"&gt;10&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt; + (var4 ne &lt;/FONT&gt;&lt;FONT color="#008080" face="SAS Monospace" size="2"&gt;6&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379231#M91268</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-25T22:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation for a program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379232#M91269</link>
      <description>&lt;P&gt;Not documentation but you can use GIT or version control software to help. Otherwise, yes, documentation is one thing that doesn't integrate well with code so far &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379232#M91269</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T22:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation for a program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379235#M91270</link>
      <description>&lt;P&gt;Hi Ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes i have included it in the top of the program and in between the code ..&lt;/P&gt;
&lt;P&gt;but i would like to develop a document to explain in detail and move it with code..Think i will have to go with the notes functionality in EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 23:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379235#M91270</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-07-25T23:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation for a program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379236#M91271</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we are using Git to do the version control but i was looking for some document integration with program...thanks for the details...i will go with the notes functionality in EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 23:05:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Documentation-for-a-program/m-p/379236#M91271</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-07-25T23:05:17Z</dc:date>
    </item>
  </channel>
</rss>

