<?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: SAS AF: SCL catalog` in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881344#M348252</link>
    <description>&lt;P&gt;Do you want to identify the Frames or the SCL code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc catalogs may get you started for what you ask.&lt;/P&gt;
&lt;PRE&gt;proc catalog catalog=sashelp.afclass ;
contents  out=work.afclasscontents;
run;&lt;/PRE&gt;
&lt;P&gt;At least in my installation sashelp.afclass has frames and SCL entries. There is a variable type in the out= data set of Type that indicates the Frame, SCL and Slist entries (plus a few more).&amp;nbsp; The Entrytype= option on the Proc statement limits the output to one type of entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The physical catalog location would be in SASHELP.VMEMBER or Dictionary.Members for Proc SQL&lt;/P&gt;
&lt;PRE&gt;proc sql;
   create table work.cats as
   select * 
   from dictionary.members
   where libname='SASHELP' and memtype='CATALOG'
   ;
quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jun 2023 22:46:44 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-06-18T22:46:44Z</dc:date>
    <item>
      <title>SAS AF: SCL catalog`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881306#M348235</link>
      <description>&lt;P&gt;Hi, using technology older than 12 years ago... SAS AF....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get/know all SCL frames+catalog in order to "search" inside of them by "words" - like "grep" in linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, is there a way to check where are those SCL are stored in order to "run" - like "/usr/local/html" in webserver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 10:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881306#M348235</guid>
      <dc:creator>danweifis</dc:creator>
      <dc:date>2023-06-18T10:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS AF: SCL catalog`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881341#M348250</link>
      <description>&lt;P&gt;SAS/AF catalogs can only easily be searched using SAS/AF. Also SAS/AF can only be used via the SAS Windowing Environment aka Display Manager, the legacy user interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That means you have to have a 'full' SAS installation on a PC. While you can develop SCL programs that are just code and call them from Base SAS, I would not recommend doing any new development work in this product. SAS/AF is not designed for web-based or thin client applications. It won't work in Enterprise Guide or SAS Studio for example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 20:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881341#M348250</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-06-18T20:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS AF: SCL catalog`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881344#M348252</link>
      <description>&lt;P&gt;Do you want to identify the Frames or the SCL code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc catalogs may get you started for what you ask.&lt;/P&gt;
&lt;PRE&gt;proc catalog catalog=sashelp.afclass ;
contents  out=work.afclasscontents;
run;&lt;/PRE&gt;
&lt;P&gt;At least in my installation sashelp.afclass has frames and SCL entries. There is a variable type in the out= data set of Type that indicates the Frame, SCL and Slist entries (plus a few more).&amp;nbsp; The Entrytype= option on the Proc statement limits the output to one type of entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The physical catalog location would be in SASHELP.VMEMBER or Dictionary.Members for Proc SQL&lt;/P&gt;
&lt;PRE&gt;proc sql;
   create table work.cats as
   select * 
   from dictionary.members
   where libname='SASHELP' and memtype='CATALOG'
   ;
quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 22:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-AF-SCL-catalog/m-p/881344#M348252</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-06-18T22:46:44Z</dc:date>
    </item>
  </channel>
</rss>

