<?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: Create list of all the SAS codes and their folder in SAS VIYA 4 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923378#M28339</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;Your understanding is right, I would like an automated solution to extract all the SAS codes from:&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;a list of all *.sas files in file system&lt;/LI&gt;
&lt;LI&gt;a list of all *.sas files in SAS Content folder&lt;/LI&gt;
&lt;LI&gt;a list of all *.sas files in file system AND&amp;nbsp;in SAS Content folder&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;smm662002&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 09:29:09 GMT</pubDate>
    <dc:creator>smm662002</dc:creator>
    <dc:date>2024-04-08T09:29:09Z</dc:date>
    <item>
      <title>Create list of all the SAS codes and their folder in SAS VIYA 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/922933#M28321</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS VIYA LTS 2023.03.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having admin rights, I would like to create a list of all the SAS codes and SAS job definitions available on our SAS VIYA platform. Has anyone tried that before or maybe you can help with suggestions or starting points.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;smm662002&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 10:17:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/922933#M28321</guid>
      <dc:creator>smm662002</dc:creator>
      <dc:date>2024-04-04T10:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create list of all the SAS codes and their folder in SAS VIYA 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923019#M28326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1962"&gt;@smm662002&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;To get a list of the job definitions, you could make an API call using the&amp;nbsp;&lt;A href="https://developers.sas.com/rest-apis/jobDefinitions-v4?operation=getJobDefinitions" target="_self"&gt;Get a collection of job definitions&lt;/A&gt; endpoint in the &lt;A href="https://developers.sas.com/rest-apis/jobDefinitions-v4" target="_self"&gt;Definitions API&lt;/A&gt;. You could then parse the JSON results in SAS using the&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsglobal/n1jfdetszx99ban1rl4zll6tej7j.htm" target="_self"&gt;LIBNAME Statement: JSON Engine&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see an API for SAS Codes, so I'm not sure on that one.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923019#M28326</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2024-04-04T17:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create list of all the SAS codes and their folder in SAS VIYA 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923022#M28327</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't see an API for SAS Codes, so I'm not sure on that one.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1962"&gt;@smm662002&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you want a list of all *.sas files?&lt;/P&gt;
&lt;P&gt;Do you want&amp;nbsp;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;a list of all *.sas files in file system&lt;/LI&gt;
&lt;LI&gt;a list of all *.sas files in SAS Content folder&lt;/LI&gt;
&lt;LI&gt;a list of all *.sas files in file system AND&amp;nbsp;in SAS Content folder&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 18:10:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923022#M28327</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-04-04T18:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create list of all the SAS codes and their folder in SAS VIYA 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923378#M28339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;Your understanding is right, I would like an automated solution to extract all the SAS codes from:&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;a list of all *.sas files in file system&lt;/LI&gt;
&lt;LI&gt;a list of all *.sas files in SAS Content folder&lt;/LI&gt;
&lt;LI&gt;a list of all *.sas files in file system AND&amp;nbsp;in SAS Content folder&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;smm662002&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 09:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923378#M28339</guid>
      <dc:creator>smm662002</dc:creator>
      <dc:date>2024-04-08T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create list of all the SAS codes and their folder in SAS VIYA 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923387#M28340</link>
      <description>&lt;P&gt;For point 1 (a list of all *.sas files in file system) ...&lt;/P&gt;
&lt;P&gt;, have a look here :&lt;BR /&gt;Home &amp;gt; Programming &amp;gt; Programming &amp;gt; &lt;STRONG&gt;How to: List all the files in a folder&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-List-all-the-files-in-a-folder/m-p/674065#M202918" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Programming/How-to-List-all-the-files-in-a-folder/m-p/674065#M202918&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the full topic thread (not only the solution).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 10:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Create-list-of-all-the-SAS-codes-and-their-folder-in-SAS-VIYA-4/m-p/923387#M28340</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-04-08T10:24:16Z</dc:date>
    </item>
  </channel>
</rss>

