<?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: Meaning of the code in detail in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code-in-detail/m-p/751631#M39023</link>
    <description>&lt;P&gt;The data step copies a dataset from your second library (TAD_DEST) called MASTER_FILE to a dataset called O in your temporary library WORK (or USER if such is defined).&lt;/P&gt;
&lt;P&gt;For the code presented, the first LIBNAME is irrelevant, as the library is not used.&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/361272"&gt;@sas_it&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Please explain the mean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain the meaning of the code in detail. Meaning of two libnames and where the dataset is stored.&lt;/P&gt;
&lt;P&gt;libname TAD_Sour odbc dsn=TAD user="SAAS_DATA" password="abc" schema=dbo;&lt;BR /&gt;libname TAD_Dest "/sasdatauser/sasdatauser/TAD";&lt;/P&gt;
&lt;P&gt;/*Starting from Program1 here,no need to look into program 1*/&lt;/P&gt;
&lt;P&gt;data o;&lt;BR /&gt;set TAD_DEST.Master_File;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jul 2021 07:03:29 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-07-02T07:03:29Z</dc:date>
    <item>
      <title>Meaning of the code in detail</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code-in-detail/m-p/751629#M39022</link>
      <description>&lt;P&gt;Please explain the code in detail step by step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=A out=A1;&lt;BR /&gt;by Division District ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Does this code mean the sorted data is stored in A1 Dataset?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 09:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code-in-detail/m-p/751629#M39022</guid>
      <dc:creator>sas_it</dc:creator>
      <dc:date>2021-07-02T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of the code in detail</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code-in-detail/m-p/751631#M39023</link>
      <description>&lt;P&gt;The data step copies a dataset from your second library (TAD_DEST) called MASTER_FILE to a dataset called O in your temporary library WORK (or USER if such is defined).&lt;/P&gt;
&lt;P&gt;For the code presented, the first LIBNAME is irrelevant, as the library is not used.&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/361272"&gt;@sas_it&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Please explain the mean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain the meaning of the code in detail. Meaning of two libnames and where the dataset is stored.&lt;/P&gt;
&lt;P&gt;libname TAD_Sour odbc dsn=TAD user="SAAS_DATA" password="abc" schema=dbo;&lt;BR /&gt;libname TAD_Dest "/sasdatauser/sasdatauser/TAD";&lt;/P&gt;
&lt;P&gt;/*Starting from Program1 here,no need to look into program 1*/&lt;/P&gt;
&lt;P&gt;data o;&lt;BR /&gt;set TAD_DEST.Master_File;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 07:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code-in-detail/m-p/751631#M39023</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-02T07:03:29Z</dc:date>
    </item>
  </channel>
</rss>

