<?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 clean data to be able to join through it? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791038#M253308</link>
    <description>&lt;P&gt;Both of those must be character if the V is in there. Please confirm this is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please disregard datatype.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;We have two data types in SAS: character and number&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here what I need is to make these two look same:&lt;/P&gt;
&lt;P&gt;v123.12&amp;nbsp; and v12312&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the second one look like first one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Respectfully,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Reeza_0-1642629266770.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67529i2D9505A44D6E6536/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Reeza_0-1642629266770.png" alt="Reeza_0-1642629266770.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 21:54:32 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-01-19T21:54:32Z</dc:date>
    <item>
      <title>How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791032#M253304</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two datasets. One has a variable with character datatype as d123.22, the second dataset has a variable with character datatype as d12322. I need to make them consistent to be able to join them through this field. How can I reach there?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791032#M253304</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-19T21:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791035#M253305</link>
      <description>&lt;P&gt;Clarify your question first.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By 'datatype' do you mean that's an example of a value stored in the variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What EXACTLY are the proc contents output in terms of &lt;STRONG&gt;format&lt;/STRONG&gt; and &lt;STRONG&gt;type&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two datasets. One has a variable with character datatype as d123.22, the second dataset has a variable with character datatype as d12322. I need to make them consistent to be able to join them through this field. How can I reach there?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791035#M253305</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-19T21:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791037#M253307</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please disregard datatype.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have two data types in SAS: character and number&lt;/P&gt;
&lt;P&gt;Here what I need is to make these two look same:&lt;/P&gt;
&lt;P&gt;v123.12&amp;nbsp; and v12312&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the second one look like first one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Respectfully,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791037#M253307</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-19T21:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791038#M253308</link>
      <description>&lt;P&gt;Both of those must be character if the V is in there. Please confirm this is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please disregard datatype.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;We have two data types in SAS: character and number&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here what I need is to make these two look same:&lt;/P&gt;
&lt;P&gt;v123.12&amp;nbsp; and v12312&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the second one look like first one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Respectfully,&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Reeza_0-1642629266770.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67529i2D9505A44D6E6536/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Reeza_0-1642629266770.png" alt="Reeza_0-1642629266770.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791038#M253308</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-19T21:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791049#M253309</link>
      <description>&lt;P&gt;Hello Reza,&lt;/P&gt;
&lt;P&gt;Thanks for your response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea what "." in compress(field,' . '); do.&lt;/P&gt;
&lt;P&gt;I know only compress function remove between leading ending spaces.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I am curious as why you have used: upcase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 22:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791049#M253309</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-19T22:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791050#M253310</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know only compress function remove between leading ending spaces.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;H1 id="n0fcshr0ir3h73n1b845c4aq58hz" class="xisDoc-title"&gt;COMPRESS Function&lt;/H1&gt;
&lt;P class="xisDoc-shortDescription"&gt;Returns a character string with &lt;STRONG&gt;specified characters removed from the original string&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="xisDoc-shortDescription"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-shortDescription"&gt;Please read the documentation first.&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-shortDescription"&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm&lt;/A&gt;&lt;/P&gt;
&lt;P class="xisDoc-shortDescription"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-shortDescription"&gt;&lt;SPAN class="xisDoc-keyword"&gt;COMPRESS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;EM class="xisDoc-userSuppliedValue"&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm#p1cfydc2ifh484n1fodgztvpebog" target="_blank"&gt;source&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN class="xisDoc-optional"&gt;&amp;lt;&amp;nbsp;&lt;EM class="xisDoc-userSuppliedValue"&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm#p1cm6en3ihcusmn1u6x1ue6vyvcj" target="_blank"&gt;characters&lt;/A&gt;&lt;/EM&gt;&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;SPAN class="xisDoc-optional"&gt;&amp;lt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM class="xisDoc-userSuppliedValue"&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm#p0t37skg8o4cfgn166syt5boeofr" target="_blank"&gt;modifier(s)&lt;/A&gt;&lt;/EM&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 class="xisDoc-argument"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;EM class="xisDoc-userSuppliedValue"&gt;characters&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;DIV class="xisDoc-argumentDescription"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;specifies a character constant, variable, or expression that initializes a list of characters.&lt;/P&gt;
&lt;P class="xisDoc-paraSimple"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;By default, the characters in this list are removed from the&amp;nbsp;&lt;EM class="xisDoc-userSuppliedValue"&gt;source&lt;/EM&gt;&amp;nbsp;argument.&lt;/STRONG&gt;&lt;/FONT&gt; If you specify the K modifier in the third argument, only the characters in this list are kept in the result.&lt;/P&gt;
&lt;P class="xisDoc-paraSimple"&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello Reza,&lt;/P&gt;
&lt;P&gt;Thanks for your response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea what "." in compress(field,' . '); do.&lt;/P&gt;
&lt;P&gt;I know only compress function remove between leading ending spaces.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I am curious as why you have used: upcase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-shortDescription"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 22:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791050#M253310</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-19T22:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791055#M253313</link>
      <description>&lt;P&gt;Hello Reza,&lt;/P&gt;
&lt;P&gt;I can't understand this part:&lt;/P&gt;
&lt;P&gt;By default, the characters in this list are removed from the&amp;nbsp;&lt;EM class="xisDoc-userSuppliedValue"&gt;source&lt;/EM&gt;&amp;nbsp;argument.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;----------------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regarding this example:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token step keyword"&gt;data&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;_null_&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; x&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'123–4567–8901 B 234–5678–9012 c'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;y&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token function keyword"&gt;compress&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'ABCD'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'l'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;put&lt;/SPAN&gt;&lt;SPAN&gt; y&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt; &lt;SPAN class="token step keyword"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token punctuation"&gt;What does 'ABCD' do? What does 'I' do?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token punctuation"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token punctuation"&gt;Blue Blue&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 23:28:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791055#M253313</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-19T23:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791056#M253314</link>
      <description>Post the output as well.</description>
      <pubDate>Wed, 19 Jan 2022 23:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791056#M253314</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-19T23:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791057#M253315</link>
      <description>Is English your second language? If so, what is your first? The documentation is available in more than one language.</description>
      <pubDate>Wed, 19 Jan 2022 23:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791057#M253315</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-19T23:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791059#M253317</link>
      <description>&lt;P&gt;Hello Reza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Believe me I couldn't understand it first. Now, I understand it. I think that I was not able to understand it in my first language (Turkish).&lt;/P&gt;
&lt;P&gt;I read documentation several times. I couldn't understand what it says until I came to the forum.&lt;/P&gt;
&lt;P&gt;Is it ok to ask forum members what our first language is in this forum?&lt;/P&gt;
&lt;P&gt;I have to understand it in English to be able to express it in English to my boss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 00:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791059#M253317</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-20T00:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791069#M253320</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it ok to ask forum members what our first language is in this forum?&lt;/P&gt;
&lt;P&gt;I have to understand it in English to be able to express it in English to my boss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;BlueBlue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm not aware of any rules that say it's not ok to ask if English is the first language. As you've probably noticed, there are several languages on here, it's not solely an English forum.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Tech-Tip/SAS-활용-노하우-MONOTONIC-function-in-PROC-SQL/ta-p/781620" target="_blank"&gt;https://communities.sas.com/t5/SAS-Tech-Tip/SAS-활용-노하우-MONOTONIC-function-in-PROC-SQL/ta-p/781620&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 02:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791069#M253320</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-20T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791070#M253321</link>
      <description>&lt;P&gt;The point was to see if there was a better way for you understand since SAS does publish documentation in multiple languages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reading about computer languages in any human language is difficult. Sometimes the words used in computer programming look like words in English (or some other language) but they actual have specific specialized meaning in computer programming in general and in SAS syntax in particular.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Plus when reading the documentation it is important to make the connection between the name the documentation uses for an argument to a function (the arguments to a function are the inputs to the function) because in the explanation they will reference those argument names.&amp;nbsp; So yet another layer of meaning on common words that gives them special meaning within the context of reading the documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example in the COMPRESS() function documentation they use the words SOURCE, CHARACTERS and MODIFIERS to be the names of the three arguments to the function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H2 class="xis-title"&gt;Syntax&lt;/H2&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV class="xis-syntaxSimple"&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-syntaxLevel"&gt;&lt;SPAN class="xis-keyword"&gt;COMPRESS&lt;/SPAN&gt;(&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/vdmmlcdc/1.0/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm#p1cfydc2ifh484n1fodgztvpebog" target="_blank"&gt;source&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-argOptional"&gt;&amp;lt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/vdmmlcdc/1.0/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm#p1cm6en3ihcusmn1u6x1ue6vyvcj" target="_blank"&gt;characters&lt;/A&gt;&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-argOptional"&gt;&amp;lt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedSyntaxValue"&gt;&lt;A tabindex="0" href="https://documentation.sas.com/doc/en/vdmmlcdc/1.0/lefunctionsref/n0fcshr0ir3h73n1b845c4aq58hz.htm#p0t37skg8o4cfgn166syt5boeofr" target="_blank"&gt;modifier(s)&lt;/A&gt;&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;)&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jan 2022 02:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791070#M253321</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-01-20T02:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791105#M253346</link>
      <description>&lt;P&gt;Let's face it: English is the lingua franca of computing. Developers (especially across different native languages) use English as their common idiom. All (almost, I am talking about those used world-wide) programming languages are based on English (ALGOL, COBOL, FORTRAN, BASIC, PASCAL, C, PL/1, SQL, VBA, Python, Go, Rust, .....).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Documentation is written in English first, translations are added as an afterthought, and sometimes the translation makes it even harder to understand or ends up being plainly wrong (that's why I also prefer to read the English manuals first for devices I buy, because they are often better and more accurate than the German ones).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore, to become versed in "computer English" is a must for every aspiring computer user who wants to go beyond the pointy-clicky helpers that are designed to take language mostly out of the process. Acquiring a sense for everyday English on the side is a benefit that helps in getting around the world. I have yet to find a place where English would not at least &lt;EM&gt;help&lt;/EM&gt; in getting along.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 10:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791105#M253346</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-20T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791625#M253606</link>
      <description>Hello Reza,&lt;BR /&gt;Thanks for ongoing support.&lt;BR /&gt;&lt;BR /&gt; Many things are not rules but we know that if we bring them up, it  hurts. &lt;BR /&gt; Often the times,  I look for something and I can’t understand it from documentations because I am at work and deadlines are getting approached, I am under pressure and finally it is hard to understand!!!!&lt;BR /&gt;&lt;BR /&gt;Respectfully,&lt;BR /&gt;Guity&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Jan 2022 03:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/791625#M253606</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-22T03:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/793039#M254124</link>
      <description>Hello,&lt;BR /&gt;I do whatever I can't remove dot. I looked into the code that you sent&lt;BR /&gt;code2 = compress(code, '.');&lt;BR /&gt;run;&lt;BR /&gt;the dot is till in the string.&lt;BR /&gt;This is what I have G34.z or z123.22.&lt;BR /&gt;Regards,&lt;BR /&gt;Blue &amp;amp; Blue</description>
      <pubDate>Fri, 28 Jan 2022 00:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/793039#M254124</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-28T00:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/793079#M254138</link>
      <description>&lt;P&gt;Post the &lt;U&gt;complete&lt;/U&gt; log of the &lt;U&gt;whole&lt;/U&gt; step by copy/pasting it into a windowopened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 07:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/793079#M254138</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-28T07:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to clean data to be able to join through it?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/793228#M254203</link>
      <description>Hello Reza,&lt;BR /&gt;The code posted here helped me to solve my issue,&lt;BR /&gt;I am grateful to you for sharing the code.&lt;BR /&gt;Regards,&lt;BR /&gt;blue &amp;amp; blue</description>
      <pubDate>Fri, 28 Jan 2022 21:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clean-data-to-be-able-to-join-through-it/m-p/793228#M254203</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-01-28T21:14:10Z</dc:date>
    </item>
  </channel>
</rss>

