<?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: SAS Coding and Naming Standards in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30557#M5832</link>
    <description>Hello All&lt;BR /&gt;
&lt;BR /&gt;
Have a question regarding the length of the program and its affects in CPU time.&lt;BR /&gt;
&lt;BR /&gt;
I have a very old program which is of 100 lines and without any coding standards (it was all mess). I have modified the code with respect to coding standards, which brought the program upto 400 lines approx. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Question:&lt;/B&gt; Does that affect the run time of the program, meaning does it increase CPU time. I personally think it would not affect.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;NOTE:&lt;/B&gt; I did not change any logic.&lt;BR /&gt;
&lt;BR /&gt;
Appreciate your thoughts!&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Wed, 29 Jul 2009 14:22:44 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-07-29T14:22:44Z</dc:date>
    <item>
      <title>SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30554#M5829</link>
      <description>Hi All.&lt;BR /&gt;
&lt;BR /&gt;
I am using SAS ETL for my project work where we are also dealing with Base SAS and SAS Macros.&lt;BR /&gt;
&lt;BR /&gt;
Just wanted to check where we can get the globally accepted standards for SAS Coding and Naming conversions.&lt;BR /&gt;
&lt;BR /&gt;
Request you to suggest such document or a link where I can get the SAS Coding and Naming Standards.&lt;BR /&gt;
&lt;BR /&gt;
Any help or suggestion regarding the SAS standards would be highly appreciated.&lt;BR /&gt;
regards&lt;BR /&gt;
Kapil Agrawal</description>
      <pubDate>Thu, 10 Jul 2008 09:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30554#M5829</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-10T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30555#M5830</link>
      <description>The SAS documentation has the technical requirements and limitations for variable names (number of characters, beginning characters, length, etc.), but I suspect that is not what you are asking about.&lt;BR /&gt;
&lt;BR /&gt;
SAS, per se, does not have any Coding and Naming standards.  Some books have proposed best practices, but it is pretty much left to each organization to establish (or not) their own.</description>
      <pubDate>Thu, 10 Jul 2008 13:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30555#M5830</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-07-10T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30556#M5831</link>
      <description>Okies.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 10 Jul 2008 13:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30556#M5831</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-10T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30557#M5832</link>
      <description>Hello All&lt;BR /&gt;
&lt;BR /&gt;
Have a question regarding the length of the program and its affects in CPU time.&lt;BR /&gt;
&lt;BR /&gt;
I have a very old program which is of 100 lines and without any coding standards (it was all mess). I have modified the code with respect to coding standards, which brought the program upto 400 lines approx. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Question:&lt;/B&gt; Does that affect the run time of the program, meaning does it increase CPU time. I personally think it would not affect.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;NOTE:&lt;/B&gt; I did not change any logic.&lt;BR /&gt;
&lt;BR /&gt;
Appreciate your thoughts!&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Wed, 29 Jul 2009 14:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30557#M5832</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-29T14:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30558#M5833</link>
      <description>Bobby,&lt;BR /&gt;
&lt;BR /&gt;
Not necessarily.  The program written without standards may have been written very efficiently in terms of CPU and I/O time, but not efficiently in terms of program maintenance or portability.&lt;BR /&gt;
&lt;BR /&gt;
The only way to know is to run both programs under various conditions.&lt;BR /&gt;
&lt;BR /&gt;
I have a friend who writes very obscure SAS code, but it runs like greased lightning.  He knows the way the SAS statements and programs run AND how to take the most advantage of his hardware platform.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 29 Jul 2009 15:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30558#M5833</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-07-29T15:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30559#M5834</link>
      <description>Suggestion: piggy-back'ing on a year-old forum POST - why?  As an alternative, if needed, provide a pasted link to the prior post/thread if needed.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 29 Jul 2009 16:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30559#M5834</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-29T16:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding and Naming Standards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30560#M5835</link>
      <description>Hi SBB - Yeah I would like to open a new thread, but when I did a search with a keyword, I found this thread with related/familier subject, hence I posted it here. &lt;BR /&gt;
&lt;BR /&gt;
Suggestion taken!!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Wed, 29 Jul 2009 18:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding-and-Naming-Standards/m-p/30560#M5835</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-29T18:34:49Z</dc:date>
    </item>
  </channel>
</rss>

