<?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: Loading &amp;amp; unloading data using sas environment manager in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924372#M2331</link>
    <description>From the looks of your output you are telling the job to unload an in-memory table called "SAMPLE_DATA_PREP" in the CASLIB test123 if it hasn't been accessed in the last 45 seconds.&lt;BR /&gt;&lt;BR /&gt;It looks like it did not find any tables that met those conditions.&lt;BR /&gt;&lt;BR /&gt;Documentation on these Sample jobs can be found here:&lt;BR /&gt;&lt;BR /&gt;CAS Table State Management &lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/caldatamgmtcas/n150v9svjp42ron1hn9r496xj49m.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/caldatamgmtcas/n150v9svjp42ron1hn9r496xj49m.htm&lt;/A&gt;</description>
    <pubDate>Mon, 15 Apr 2024 13:53:40 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2024-04-15T13:53:40Z</dc:date>
    <item>
      <title>Loading &amp; unloading data using sas environment manager</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924241#M2330</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working with SAS Viya 3.5, in that i have existing created job&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample: Unload cas-shared-default Public data&lt;/P&gt;
&lt;P&gt;Sample: load cas-shared-default Public data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to configure this job first load unload data on daily basis i have some doubt as below.&lt;/P&gt;
&lt;P&gt;First lets discuss about unloading the data,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SatishR_0-1713001913546.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95522i003354DB3AA33453/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SatishR_0-1713001913546.png" alt="SatishR_0-1713001913546.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;as per the steps, we have to make changes in the Argument, so once click on argument tab following screen appears,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SatishR_1-1713002075791.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95523i61344216D1A1E9DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SatishR_1-1713002075791.png" alt="SatishR_1-1713002075791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;in server name, we selected Cas Server, Further data is in public library so incaslib selected, where to assign the table name which we have to unload from public library. what is use of filter tab.&lt;/P&gt;
&lt;P&gt;I configured below manner,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SatishR_0-1713005094991.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95524iB7FE35DE7F47D063/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SatishR_0-1713005094991.png" alt="SatishR_0-1713005094991.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and I am getting below log,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;--------------------------------------------------&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;--------------------------------------------------&lt;/P&gt;
&lt;P&gt;----------JOB INFORMATION----------&lt;/P&gt;
&lt;P&gt;Job Created: 2024-04-13T10:11.121Z&lt;BR /&gt;Job ID: e8e07de8-a900-4fb2-85b8-3dbfb73f2c89&lt;BR /&gt;Heartbeat interval: PT0.3S&lt;BR /&gt;Job expires after: PT168H&lt;BR /&gt;Running as: Sas&lt;BR /&gt;Log file: /files/files/d44a07ee-74bb-4ee8-a90d-3aa1ff556094 [ 2024-04-13T10:11.121Z-results.log ]&lt;BR /&gt;Arguments:&lt;/P&gt;
&lt;P&gt;Options:&lt;BR /&gt;{&lt;BR /&gt;"enabled" : true,&lt;BR /&gt;"type" : "UNLOAD",&lt;BR /&gt;"settings" : {&lt;BR /&gt;"unloadAccessThreshold" : "PT45S",&lt;BR /&gt;"successJobId" : ""&lt;BR /&gt;},&lt;BR /&gt;"selectors" : [ {&lt;BR /&gt;"serverName" : "cas-shared-default",&lt;BR /&gt;"inputCaslib" : "test123",&lt;BR /&gt;"outputCaslib" : null,&lt;BR /&gt;"filter" : "eq(name,’SAMPLE_DATA_PREP’)",&lt;BR /&gt;"settings" : { }&lt;BR /&gt;} ]&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;--------------------------------------------------&lt;/P&gt;
&lt;P&gt;Created session cas-shared-default: e6c0f370-32c7-8640-bc0e-fdd312b7d189 (CAS Manager:Sat Apr 13 15:41:16 2024)&lt;BR /&gt;Using session e6c0f370-32c7-8640-bc0e-fdd312b7d189&lt;BR /&gt;Server: cas-shared-default&lt;BR /&gt;Input caslib: test123&lt;BR /&gt;Effective Settings:&lt;BR /&gt;{&lt;BR /&gt;"successJobId" : "",&lt;BR /&gt;"unloadAccessThreshold" : "PT45S"&lt;BR /&gt;}&lt;BR /&gt;----------UNLOAD STARTING----------&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;----------UNLOAD COMPLETE----------&lt;/P&gt;
&lt;P&gt;----------SUMMARY----------&lt;/P&gt;
&lt;P&gt;0 TABLES PROCESSED&lt;/P&gt;
&lt;P&gt;----------CLEANUP STARTING----------&lt;/P&gt;
&lt;P&gt;Session deleted: cas-shared-default: e6c0f370-32c7-8640-bc0e-fdd312b7d189&lt;BR /&gt;----------CLEANUP COMPLETE----------&lt;/P&gt;
&lt;P&gt;Final Job State: completed&lt;BR /&gt;Log file:/files/files/d44a07ee-74bb-4ee8-a90d-3aa1ff556094&lt;/P&gt;
&lt;P&gt;Similarly&amp;nbsp; I want clarity regarding Loading the data. Please anyone could help to resolve the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 10:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924241#M2330</guid>
      <dc:creator>SatishR</dc:creator>
      <dc:date>2024-04-13T10:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading &amp; unloading data using sas environment manager</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924372#M2331</link>
      <description>From the looks of your output you are telling the job to unload an in-memory table called "SAMPLE_DATA_PREP" in the CASLIB test123 if it hasn't been accessed in the last 45 seconds.&lt;BR /&gt;&lt;BR /&gt;It looks like it did not find any tables that met those conditions.&lt;BR /&gt;&lt;BR /&gt;Documentation on these Sample jobs can be found here:&lt;BR /&gt;&lt;BR /&gt;CAS Table State Management &lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/caldatamgmtcas/n150v9svjp42ron1hn9r496xj49m.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/caldatamgmtcas/n150v9svjp42ron1hn9r496xj49m.htm&lt;/A&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924372#M2331</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-04-15T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading &amp; unloading data using sas environment manager</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924454#M2337</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; Same document I have referred, even I tried case sensitive manner table name in filter but getting same output.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 05:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924454#M2337</guid>
      <dc:creator>SatishR</dc:creator>
      <dc:date>2024-04-16T05:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading &amp; unloading data using sas environment manager</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924487#M2338</link>
      <description>Is the table currently loaded in memory? You may wish to engage SAS Technical Support to review your configuration and table state.</description>
      <pubDate>Tue, 16 Apr 2024 12:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924487#M2338</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-04-16T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Loading &amp; unloading data using sas environment manager</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924964#M2340</link>
      <description>&lt;P&gt;Yes Table loaded currently...&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 09:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Loading-amp-unloading-data-using-sas-environment-manager/m-p/924964#M2340</guid>
      <dc:creator>SatishR</dc:creator>
      <dc:date>2024-04-19T09:33:15Z</dc:date>
    </item>
  </channel>
</rss>

