<?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: Can we refer to a variable in SAS enterprise guide with 3 level name? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756390#M238788</link>
    <description>&lt;P&gt;Thanks for the input:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is example:&lt;/P&gt;
&lt;P&gt;Proc sql,&lt;/P&gt;
&lt;P&gt;Create table as mytable&lt;/P&gt;
&lt;P&gt;select libname.tablename,columnname&lt;/P&gt;
&lt;P&gt;from libname.tablename&lt;/P&gt;
&lt;P&gt;quit&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>Sat, 24 Jul 2021 06:33:07 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2021-07-24T06:33:07Z</dc:date>
    <item>
      <title>Can we refer to a variable in SAS enterprise guide with 3 level name?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/755479#M238408</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if I want to refer to a variable name in SAS I can use this apporach:&lt;/P&gt;
&lt;P&gt;libname + datasetname + variablename.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please confirm it.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/755479#M238408</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-20T20:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can we refer to a variable in SAS enterprise guide with 3 level name?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/755480#M238409</link>
      <description>&lt;P&gt;Where to you think you need to use this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show an example of how this is to be used.&lt;/P&gt;
&lt;P&gt;My first instinct is "no" but I don't use EG for much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS/AF Screen Control Language uses multilevels but the third is typically property of an object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For any procedure that is using a specific data set the libname and dataset name are moot once loaded.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/755480#M238409</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-20T20:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can we refer to a variable in SAS enterprise guide with 3 level name?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/755481#M238410</link>
      <description>&lt;P&gt;Can you provide an example where you might do that? It's not specific to SAS Enterprise Guide, but I'm wondering what type of SAS code you have where that would be a useful construct.&amp;nbsp; Since SAS procedures are already (often) scoped to a particular data set...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/755481#M238410</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-07-20T20:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can we refer to a variable in SAS enterprise guide with 3 level name?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756390#M238788</link>
      <description>&lt;P&gt;Thanks for the input:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is example:&lt;/P&gt;
&lt;P&gt;Proc sql,&lt;/P&gt;
&lt;P&gt;Create table as mytable&lt;/P&gt;
&lt;P&gt;select libname.tablename,columnname&lt;/P&gt;
&lt;P&gt;from libname.tablename&lt;/P&gt;
&lt;P&gt;quit&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>Sat, 24 Jul 2021 06:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756390#M238788</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-24T06:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can we refer to a variable in SAS enterprise guide with 3 level name?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756391#M238789</link>
      <description>&lt;P&gt;As you can see if you try, this is invalid syntax.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 06:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756391#M238789</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-07-24T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can we refer to a variable in SAS enterprise guide with 3 level name?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756393#M238791</link>
      <description>&lt;P&gt;Maxim 2: Read the Log.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 06:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-refer-to-a-variable-in-SAS-enterprise-guide-with-3-level/m-p/756393#M238791</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-24T06:43:23Z</dc:date>
    </item>
  </channel>
</rss>

