<?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: Listing contents of a catalog in SCL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166727#M32107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks for answer. I dont need to display the entries anywhere. What I need is a list containing all file names as a variable in a scl program. For example: 'file1.scl file2.scl file3.scl'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 11:08:30 GMT</pubDate>
    <dc:creator>Nieumysl</dc:creator>
    <dc:date>2014-08-19T11:08:30Z</dc:date>
    <item>
      <title>Listing contents of a catalog in SCL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166725#M32105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a way to get all entry/object/whatever names of a catalog into a list in SCL. I must stress that I'm new to SAS, so perhaps there is an obvious solution here that I'm not seeing... &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be exact, my catalog (sas7bcat) contains SCL files/scripts, and i would like to have an SCL list containing all the names of the SCL scripts in that catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advise!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166725#M32105</guid>
      <dc:creator>Nieumysl</dc:creator>
      <dc:date>2014-08-19T09:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listing contents of a catalog in SCL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166726#M32106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using proc catalog?&lt;/P&gt;&lt;P&gt;Eguide&amp;nbsp; with the catalog browser added?&lt;/P&gt;&lt;P&gt;Using base/sas?&amp;nbsp; &lt;/P&gt;&lt;P&gt;You can brows/edit SCL in remote connections it is&amp;nbsp; also browsable. Just open is like a dataset library. No idea what your problem is.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166726#M32106</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-19T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Listing contents of a catalog in SCL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166727#M32107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks for answer. I dont need to display the entries anywhere. What I need is a list containing all file names as a variable in a scl program. For example: 'file1.scl file2.scl file3.scl'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166727#M32107</guid>
      <dc:creator>Nieumysl</dc:creator>
      <dc:date>2014-08-19T11:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Listing contents of a catalog in SCL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166728#M32108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p098gxyhcmikjdn134dvlhryd4ju.htm" title="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p098gxyhcmikjdn134dvlhryd4ju.htm"&gt;Base SAS(R) 9.3 Procedures Guide, Second Edition&lt;/A&gt;&amp;nbsp; (proc catalog)&amp;nbsp; google is your friend. &lt;BR /&gt;Remember it are no files it are members in a catalog. Having it as a SAS dataset&amp;nbsp; you can get it into a list.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166728#M32108</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-19T11:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Listing contents of a catalog in SCL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166729#M32109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;thanks a lot &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; Google is indeed a friend, provided you know what to look for - i was just looking for a way to do it in scl directly, and this hadn't occured to me. Like i said, I'm new &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 12:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166729#M32109</guid>
      <dc:creator>Nieumysl</dc:creator>
      <dc:date>2014-08-19T12:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Listing contents of a catalog in SCL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166730#M32110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps it can also be done with some functions. They must be there (open dir ) getting them one for one building the list. &lt;A href="http://support.sas.com/documentation/cdl/en/sclref/59578/HTML/default/viewer.htm#a000143468.htm" title="http://support.sas.com/documentation/cdl/en/sclref/59578/HTML/default/viewer.htm#a000143468.htm"&gt;SAS(R) Component Language 9.2: Reference&lt;/A&gt;&amp;nbsp; (catlist) but all depends on what you are going to do. There is never just one solution.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 12:15:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-contents-of-a-catalog-in-SCL/m-p/166730#M32110</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-19T12:15:08Z</dc:date>
    </item>
  </channel>
</rss>

