<?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 Create CAS View in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Create-CAS-View/m-p/717606#M793</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanto create a CAS View with a left join on the first table.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cas;&lt;BR /&gt;libname public cas caslib=public;&lt;BR /&gt;libname casuser cas caslib=casuser;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data casuser.t1;&lt;BR /&gt;a=2;id=1;output;&lt;BR /&gt;a=4;id=2;output;&lt;BR /&gt;a=5;id=3;output;&lt;BR /&gt;run;&lt;BR /&gt;data casuser.t1;&lt;BR /&gt;e=2;id=1;output;&lt;BR /&gt;e=4;id=22;output;&lt;BR /&gt;e=5;id=23;output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc cas;&lt;BR /&gt;table.view /&lt;BR /&gt;name="myview"&lt;BR /&gt;caslib="casuser"&lt;BR /&gt;replace=true&lt;BR /&gt;tables={{name="t1" caslib="casuser" keys={"id"}},{name="t2" caslib="casuser" keys={"e"}}}&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 15:50:01 GMT</pubDate>
    <dc:creator>AsSASsin</dc:creator>
    <dc:date>2021-02-08T15:50:01Z</dc:date>
    <item>
      <title>Create CAS View</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Create-CAS-View/m-p/717606#M793</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanto create a CAS View with a left join on the first table.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cas;&lt;BR /&gt;libname public cas caslib=public;&lt;BR /&gt;libname casuser cas caslib=casuser;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data casuser.t1;&lt;BR /&gt;a=2;id=1;output;&lt;BR /&gt;a=4;id=2;output;&lt;BR /&gt;a=5;id=3;output;&lt;BR /&gt;run;&lt;BR /&gt;data casuser.t1;&lt;BR /&gt;e=2;id=1;output;&lt;BR /&gt;e=4;id=22;output;&lt;BR /&gt;e=5;id=23;output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc cas;&lt;BR /&gt;table.view /&lt;BR /&gt;name="myview"&lt;BR /&gt;caslib="casuser"&lt;BR /&gt;replace=true&lt;BR /&gt;tables={{name="t1" caslib="casuser" keys={"id"}},{name="t2" caslib="casuser" keys={"e"}}}&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 15:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Create-CAS-View/m-p/717606#M793</guid>
      <dc:creator>AsSASsin</dc:creator>
      <dc:date>2021-02-08T15:50:01Z</dc:date>
    </item>
  </channel>
</rss>

