<?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: Deleting a catalog entry - alternative to proc catalog in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859033#M82494</link>
    <description>&lt;P&gt;You can still use PROC CATALOG in SAS Viya -- it will just run in the Compute server, not in CAS. Or are you working from an environment where you have only a CAS connection and no Compute server available?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 19:04:52 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2023-02-15T19:04:52Z</dc:date>
    <item>
      <title>Deleting a catalog entry - alternative to proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859027#M82493</link>
      <description>&lt;P&gt;Right now, I'm only aware of the procedure proc catalog to delete a catalog entry.&lt;/P&gt;
&lt;P&gt;However, the online documentation indicates that proc catalog is not supported by CAS.&lt;/P&gt;
&lt;P&gt;So I was wondering what alternatives are available to delete catalog entries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a demo program to give something to test against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename demo catalog 'work.pgm.procprint.source';
*filename demo temp;

data _null_; 
	file demo; 
	put 'proc print data=sashelp.class;'; 
	put 'run;'; 
run;

%include demo; 
filename demo;

proc catalog catalog=work.pgm;
    delete procprint / entrytype=source;
    run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859027#M82493</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2023-02-15T18:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a catalog entry - alternative to proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859033#M82494</link>
      <description>&lt;P&gt;You can still use PROC CATALOG in SAS Viya -- it will just run in the Compute server, not in CAS. Or are you working from an environment where you have only a CAS connection and no Compute server available?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 19:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859033#M82494</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-02-15T19:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a catalog entry - alternative to proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859045#M82495</link>
      <description>&lt;P&gt;I can't think of any good reason why you would want to load a SAS catalog into a CAS library. In fact it looks like V9-style SAS catalogs are not supported in CAS libraries anyway. There is a special use case for SAS formats that a stored in&amp;nbsp;V9-style SAS catalogs in SAS 9 and these can be migrated to a Viya CAS library but are stored in a different form. Here is the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casformats/titlepage.htm" target="_blank" rel="noopener"&gt;doc link&lt;/A&gt; for that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Deleting-a-catalog-entry-alternative-to-proc-catalog/m-p/859045#M82495</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-02-15T20:22:20Z</dc:date>
    </item>
  </channel>
</rss>

