<?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: SAS STudio help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909984#M358893</link>
    <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_044/caspg/cas-table-promote.htm" target="_self"&gt;promote Action&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_044/caspg/n16fv7nbuskc9wn1xh1y0igql4qc.htm" target="_self"&gt;Promote a Table to Global Scope&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jan 2024 01:49:25 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2024-01-01T01:49:25Z</dc:date>
    <item>
      <title>SAS STudio help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909975#M358889</link>
      <description>&lt;P&gt;Hello, i want to create a table with my librairie. This one is called OA&lt;/P&gt;&lt;P&gt;It works but this table is created on WORK. And i need to have this one on OA library&lt;/P&gt;&lt;P&gt;How can i write it on the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table InfoTables as&lt;BR /&gt;select *&lt;BR /&gt;from dictionary.tables&lt;BR /&gt;where libname='OA';&amp;nbsp;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 18:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909975#M358889</guid>
      <dc:creator>YannRC</dc:creator>
      <dc:date>2023-12-31T18:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STudio help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909976#M358890</link>
      <description>&lt;P&gt;If you want to reference a dataset in a library then you need to use a two level name. When you use only a one level name the normal default is to use WORK as the libname.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;create table OA.InfoTables as ....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure whether or not INFOTABLES itself will appear in the results of your metadata query if it does not exist already when you run the query.&amp;nbsp; Try it and see what happens.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 18:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909976#M358890</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-31T18:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STudio help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909983#M358892</link>
      <description>&lt;P&gt;Perfect, it's good. Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last question, i don't see the table on a the caslib when i try to find it on sas visual analytics.&lt;/P&gt;&lt;P&gt;I think that i have to promote it but i don't kow how to write it correctly at the end at my program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy new year !!&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 23:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909983#M358892</guid>
      <dc:creator>YannRC</dc:creator>
      <dc:date>2023-12-31T23:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STudio help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909984#M358893</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_044/caspg/cas-table-promote.htm" target="_self"&gt;promote Action&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_044/caspg/n16fv7nbuskc9wn1xh1y0igql4qc.htm" target="_self"&gt;Promote a Table to Global Scope&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2024 01:49:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-STudio-help/m-p/909984#M358893</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-01T01:49:25Z</dc:date>
    </item>
  </channel>
</rss>

