<?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: What is the code equivalent of load table from VIYA data explorer? in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/What-is-the-code-equivalent-of-load-table-from-VIYA-data/m-p/720465#M800</link>
    <description>&lt;P&gt;Found the sollution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	proc casutil incaslib="Mod_pub" outcaslib="MOD_PUB" ;
    load casdata='sas_model_table.sashdat' 
	casout="SAS_MODEL_TABLE"  promote;
	quit; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have no idea why the casdata all of the sudden needs a .sashdat extension, or why the outcaslib is uppercase, and the incaslib lower case. Same with the casout. I really hope this is due to some sloppyness on my end when setting things up.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 14:19:13 GMT</pubDate>
    <dc:creator>Ullsokk</dc:creator>
    <dc:date>2021-02-19T14:19:13Z</dc:date>
    <item>
      <title>What is the code equivalent of load table from VIYA data explorer?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/What-is-the-code-equivalent-of-load-table-from-VIYA-data/m-p/720455#M799</link>
      <description>&lt;P&gt;What is the code equivalent of loading a table to memory, as illustrated in this screenshot? I need to load sas_model_table from a CAS publishing destination in code. I have tried the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc casutil  ;
load casdata="&amp;amp;table" casout="&amp;amp;table" outcaslib="&amp;amp;caslib" incaslib="&amp;amp;caslib";
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ERROR: The file or path 'SAS_MODEL_TABLE' is not available in the file system.&lt;BR /&gt;ERROR: The action stopped due to errors.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ullsokk_0-1613742354166.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54936i2F1CB9D321448B71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ullsokk_0-1613742354166.png" alt="Ullsokk_0-1613742354166.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 13:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/What-is-the-code-equivalent-of-load-table-from-VIYA-data/m-p/720455#M799</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2021-02-19T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the code equivalent of load table from VIYA data explorer?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/What-is-the-code-equivalent-of-load-table-from-VIYA-data/m-p/720465#M800</link>
      <description>&lt;P&gt;Found the sollution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	proc casutil incaslib="Mod_pub" outcaslib="MOD_PUB" ;
    load casdata='sas_model_table.sashdat' 
	casout="SAS_MODEL_TABLE"  promote;
	quit; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have no idea why the casdata all of the sudden needs a .sashdat extension, or why the outcaslib is uppercase, and the incaslib lower case. Same with the casout. I really hope this is due to some sloppyness on my end when setting things up.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 14:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/What-is-the-code-equivalent-of-load-table-from-VIYA-data/m-p/720465#M800</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2021-02-19T14:19:13Z</dc:date>
    </item>
  </channel>
</rss>

