<?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 Save result from cas action into work table in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Save-result-from-cas-action-into-work-table/m-p/575873#M535</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know how to save result from CAS action into work table?&lt;/P&gt;&lt;P&gt;Unfortunately, I didn't find yet any mentioning about that in the guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here is my case&lt;/P&gt;&lt;P&gt;I want to create a table with table details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the details about the table in the CAS I am using the following code:&lt;/P&gt;&lt;P&gt;proc cas;&lt;BR /&gt;session casauto;&lt;/P&gt;&lt;P&gt;table.tableInfo / caslib="mycaslib" table="mytable";&lt;BR /&gt;table.tableDetails / caslib="mycaslib" table="mytable";&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;This gives me html result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't know how to save this result into the work table&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 16:04:47 GMT</pubDate>
    <dc:creator>BeNur</dc:creator>
    <dc:date>2019-07-23T16:04:47Z</dc:date>
    <item>
      <title>Save result from cas action into work table</title>
      <link>https://communities.sas.com/t5/Developers/Save-result-from-cas-action-into-work-table/m-p/575873#M535</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know how to save result from CAS action into work table?&lt;/P&gt;&lt;P&gt;Unfortunately, I didn't find yet any mentioning about that in the guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here is my case&lt;/P&gt;&lt;P&gt;I want to create a table with table details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the details about the table in the CAS I am using the following code:&lt;/P&gt;&lt;P&gt;proc cas;&lt;BR /&gt;session casauto;&lt;/P&gt;&lt;P&gt;table.tableInfo / caslib="mycaslib" table="mytable";&lt;BR /&gt;table.tableDetails / caslib="mycaslib" table="mytable";&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;This gives me html result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't know how to save this result into the work table&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 16:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Save-result-from-cas-action-into-work-table/m-p/575873#M535</guid>
      <dc:creator>BeNur</dc:creator>
      <dc:date>2019-07-23T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Save result from cas action into work table</title>
      <link>https://communities.sas.com/t5/Developers/Save-result-from-cas-action-into-work-table/m-p/575925#M536</link>
      <description>&lt;P&gt;Upd: I found the solutions&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=casl&amp;amp;docsetTarget=n07vc17aaxlancn10mfdk5e5zboq.htm&amp;amp;docsetVersion=3.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=casl&amp;amp;docsetTarget=n07vc17aaxlancn10mfdk5e5zboq.htm&amp;amp;docsetVersion=3.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc cas;&lt;BR /&gt;session casauto;&lt;/P&gt;&lt;P&gt;table.tableInfo result=infoTable /&lt;SPAN&gt;caslib="mycaslib" table="mytable";&lt;/SPAN&gt;&lt;BR /&gt;table.tableDetails result=detailsTable /&lt;SPAN&gt;caslib="mycaslib" table="mytable";&lt;/SPAN&gt;&lt;BR /&gt;val=findtable(detailsTable);&lt;BR /&gt;saveresult val dataout=work.summary;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 18:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Save-result-from-cas-action-into-work-table/m-p/575925#M536</guid>
      <dc:creator>BeNur</dc:creator>
      <dc:date>2019-07-23T18:49:08Z</dc:date>
    </item>
  </channel>
</rss>

