<?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 Example action table.upload in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970512#M2913</link>
    <description>&lt;P&gt;Good morning everyone. I'm looking for a fairly complete example of the table.upload action. There's no example in the SAS guide:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-upload.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-upload.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2025 10:54:13 GMT</pubDate>
    <dc:creator>m_pellegrini</dc:creator>
    <dc:date>2025-07-10T10:54:13Z</dc:date>
    <item>
      <title>Example action table.upload</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970512#M2913</link>
      <description>&lt;P&gt;Good morning everyone. I'm looking for a fairly complete example of the table.upload action. There's no example in the SAS guide:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-upload.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-upload.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 10:54:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970512#M2913</guid>
      <dc:creator>m_pellegrini</dc:creator>
      <dc:date>2025-07-10T10:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Example action table.upload</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970514#M2914</link>
      <description>&lt;P&gt;In the documentation for this action it states:&lt;/P&gt;
&lt;TABLE class="xisDoc-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="xisDoc-summaryNote" width="173px"&gt;&lt;FONT size="4"&gt;Note:&lt;/FONT&gt;&lt;/TH&gt;
&lt;TD width="743px" class="xisDoc-summaryText"&gt;The upload action cannot be run from CASL, Python, and other clients in the same way that other actions like loadTable are run. Each client provides a client-specific function or method for transferring data to the server that runs the upload action.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So which client application are you using? Is it a SAS program?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 11:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970514#M2914</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2025-07-10T11:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Example action table.upload</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970518#M2915</link>
      <description>I don't understand what you mean by "The upload action cannot be run from CASL." It's an action included in the SAS guide; I need to be able to run it from code. The SAS Viya exam simulation also includes the following question:&lt;BR /&gt;Which action loads the cars.csv file from the casuser caslib into memory?&lt;BR /&gt;&lt;BR /&gt;Select one:&lt;BR /&gt;a.&lt;BR /&gt;table.loadTable / table={caslib="casuser", path="cars.csv"};&lt;BR /&gt;b.&lt;BR /&gt;table.loadTable / caslib="casuser" , path="cars.csv";&lt;BR /&gt;c.&lt;BR /&gt;table.upload / caslib="casuser" , path="cars.csv";&lt;BR /&gt;d.&lt;BR /&gt;table.upload / table={caslib="casuser", path="cars.csv"};</description>
      <pubDate>Thu, 10 Jul 2025 13:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970518#M2915</guid>
      <dc:creator>m_pellegrini</dc:creator>
      <dc:date>2025-07-10T13:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Example action table.upload</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970521#M2916</link>
      <description>&lt;P&gt;As the documentation states, this action can not be run using Proc CAS; action table.upload ...; See the &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proccas/p0snxsdr4lq4ngn19lhlxwrxobh8.htm" target="_blank" rel="noopener"&gt;CASL UPLOAD statement&lt;/A&gt; for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the question you mentioned:&amp;nbsp;&lt;SPAN&gt;Which action loads the cars.csv file from the casuser caslib into memory?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is the table.loadTable action.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 13:46:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Example-action-table-upload/m-p/970521#M2916</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2025-07-10T13:46:47Z</dc:date>
    </item>
  </channel>
</rss>

