<?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 how to fix program lines in particular format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-program-lines-in-particular-format/m-p/612987#M178971</link>
    <description>&lt;P&gt;data ex ;&lt;/P&gt;
&lt;P&gt;set sashelp.class ;&lt;/P&gt;
&lt;P&gt;if age=11 then new_age=age*1.1 ;&lt;/P&gt;
&lt;P&gt;else new_age=age*2 ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;how to fix above program in particuar lines arrangement like see below arrangement&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data ex ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; set sashelp.class ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; if age=11 then new_age=age*1.1 ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; else new_age=age*2 ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2019 11:11:44 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2019-12-19T11:11:44Z</dc:date>
    <item>
      <title>how to fix program lines in particular format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-program-lines-in-particular-format/m-p/612987#M178971</link>
      <description>&lt;P&gt;data ex ;&lt;/P&gt;
&lt;P&gt;set sashelp.class ;&lt;/P&gt;
&lt;P&gt;if age=11 then new_age=age*1.1 ;&lt;/P&gt;
&lt;P&gt;else new_age=age*2 ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;how to fix above program in particuar lines arrangement like see below arrangement&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data ex ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; set sashelp.class ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; if age=11 then new_age=age*1.1 ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; else new_age=age*2 ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 11:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-program-lines-in-particular-format/m-p/612987#M178971</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-12-19T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix program lines in particular format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-program-lines-in-particular-format/m-p/613029#M178987</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209685"&gt;@thanikondharish&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean formatting the code to follow good practices such as indentations, ...?&lt;/P&gt;
&lt;P&gt;On SAS Studio, you can do this with the following icon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture d’écran 2019-12-19 à 14.30.39.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/34964iC218589D5C37BF9E/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture d’écran 2019-12-19 à 14.30.39.png" alt="Capture d’écran 2019-12-19 à 14.30.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In SAS EG, I think you can click on "Format Code" in the Edit menu.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 13:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-program-lines-in-particular-format/m-p/613029#M178987</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-12-19T13:34:18Z</dc:date>
    </item>
  </channel>
</rss>

