<?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 to get aligned ? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817364#M34503</link>
    <description>&lt;P&gt;&lt;BR /&gt;data adae_com3;&lt;BR /&gt;set adae_com2;&lt;BR /&gt;length col2 col3 col7 $25.;&lt;BR /&gt;col2 = strip (C1002) ||' '|| strip(put(round(input(C1002,best.)*100/&amp;amp;n02,0.1),perc.));&lt;BR /&gt;col3 = strip (C1005) ||' '|| strip(put(round(input(C1005,best.)*100/&amp;amp;n05,0.1),perc.));&lt;BR /&gt;col7 = strip (total) ||' '|| strip(put(round(input(total,best.)*100/&amp;amp;nt,0.1),perc.));&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 21:37:19 GMT</pubDate>
    <dc:creator>yogita_patel</dc:creator>
    <dc:date>2022-06-09T21:37:19Z</dc:date>
    <item>
      <title>How to get aligned ?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817361#M34500</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get the output for values as like compare value. Because of the alignment in value my proc compare report is showing mismatch value. I want output like compare value&lt;/P&gt;&lt;P&gt;can someone help me please?&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-inline" image-alt="yogita_patel_0-1654810171874.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72107i7B0856A3EE46F223/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yogita_patel_0-1654810171874.png" alt="yogita_patel_0-1654810171874.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 21:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817361#M34500</guid>
      <dc:creator>yogita_patel</dc:creator>
      <dc:date>2022-06-09T21:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get aligned ?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817362#M34501</link>
      <description>Show your code for how you created Base Values, assuming that's the one that you want changed.</description>
      <pubDate>Thu, 09 Jun 2022 21:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817362#M34501</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-09T21:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get aligned ?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817364#M34503</link>
      <description>&lt;P&gt;&lt;BR /&gt;data adae_com3;&lt;BR /&gt;set adae_com2;&lt;BR /&gt;length col2 col3 col7 $25.;&lt;BR /&gt;col2 = strip (C1002) ||' '|| strip(put(round(input(C1002,best.)*100/&amp;amp;n02,0.1),perc.));&lt;BR /&gt;col3 = strip (C1005) ||' '|| strip(put(round(input(C1005,best.)*100/&amp;amp;n05,0.1),perc.));&lt;BR /&gt;col7 = strip (total) ||' '|| strip(put(round(input(total,best.)*100/&amp;amp;nt,0.1),perc.));&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 21:37:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817364#M34503</guid>
      <dc:creator>yogita_patel</dc:creator>
      <dc:date>2022-06-09T21:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get aligned ?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817366#M34504</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/398177"&gt;@yogita_patel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;data adae_com3;&lt;BR /&gt;set adae_com2;&lt;BR /&gt;length col2 col3 col7 $25.;&lt;BR /&gt;col2 = strip (C1002) ||' '|| strip(put(round(input(C1002,best.)*100/&amp;amp;n02,0.1),perc.));&lt;BR /&gt;col3 = strip (C1005) ||' '|| strip(put(round(input(C1005,best.)*100/&amp;amp;n05,0.1),perc.));&lt;BR /&gt;col7 = strip (total) ||' '|| strip(put(round(input(total,best.)*100/&amp;amp;nt,0.1),perc.));&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You are missing some details such as values of macro variables &amp;amp;n02, &amp;amp;n05, &amp;amp;nt, example values for variables C1002, C1005 and Total, the definition for the custom format PERC, and some actual desired results for provided values of C&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 22:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817366#M34504</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-09T22:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get aligned ?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817368#M34505</link>
      <description>Can you share some input data and the perc format?</description>
      <pubDate>Thu, 09 Jun 2022 22:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-get-aligned/m-p/817368#M34505</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-09T22:26:14Z</dc:date>
    </item>
  </channel>
</rss>

