<?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 change table Alias name in Join tranformation in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275377#M7712</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
select rd_users.* from users as rd_users;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 06 Jun 2016 12:41:13 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-06-06T12:41:13Z</dc:date>
    <item>
      <title>How to change table Alias name in Join tranformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275375#M7711</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can any one tell me that , How we can change table Alias name Inside Join transformation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exp. &amp;nbsp;I have a table called name "USERS".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In join transformation , when we give the join condition then it should change ALias Name.&lt;/P&gt;&lt;P&gt;like : RD_USERS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can any body help me quickly....?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275375#M7711</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-06-06T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table Alias name in Join tranformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275377#M7712</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
select rd_users.* from users as rd_users;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275377#M7712</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-06T12:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table Alias name in Join tranformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275387#M7713</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser﻿&lt;/a&gt;- I need in this in transformation setting, some where in Join transformation. it is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But right now, I am unable to find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: I dont need through coding.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275387#M7713</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-06-06T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table Alias name in Join tranformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275389#M7714</link>
      <description>&lt;P&gt;When defining a query in Enterprise Guide, right-clicking on the source table lets one select "Options", and there one can change the alias.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275389#M7714</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-06T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table Alias name in Join tranformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275416#M7715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/6813"&gt;@Riteshdell﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is DI Studio, open the Join by double-clicking it and have a look at the Navigate tree in the side bar. If you click on a table in the From yhou will see the propereties of that table underneath. There is an Alias property available. That will cause your SQL to go like "FROM Table1 T1" ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 15:03:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275416#M7715</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-06-06T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table Alias name in Join tranformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275583#M7733</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12460"&gt;@jklaverstijn﻿&lt;/a&gt;-- Thanks for your correct help.. I got it....&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 07:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-change-table-Alias-name-in-Join-tranformation/m-p/275583#M7733</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-06-07T07:32:04Z</dc:date>
    </item>
  </channel>
</rss>

