<?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 Hacker tip #3 - folder management in SAS Hacker's Hub</title>
    <link>https://communities.sas.com/t5/SAS-Hacker-s-Hub/Hacker-tip-3-folder-management/m-p/800628#M122</link>
    <description>&lt;P&gt;Many developers prefer to keep their GIT repository as the 'ultimate source' of their project, and deploy regularly to Viya for code execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this, it can be necessary to create the necessary folder tree in SAS drive programmatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This video demonstrates two approaches for doing this - the first, using SAS code, the second, using the SASjs CLI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F7mjIeR8eops%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7mjIeR8eops&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F7mjIeR8eops%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="Managing Folders in SAS Drive - Programmatically" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The relevant macros if you plan to use SAS code are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://core.sasjs.io/mv__createfolder_8sas.html" target="_self"&gt;mv_createfolder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://core.sasjs.io/mv__deleteviyafolder_8sas.html" target="_self"&gt;mv_deleteviyafolder&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The relevant commands for doing this with the SASjs CLI are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://cli.sasjs.io/folder/#sasjs-folder-create" target="_self"&gt;sasjs folder create&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://cli.sasjs.io/folder/#sasjs-folder-delete" target="_self"&gt;sasjs folder delete&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 07 Mar 2022 12:04:53 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2022-03-07T12:04:53Z</dc:date>
    <item>
      <title>Hacker tip #3 - folder management</title>
      <link>https://communities.sas.com/t5/SAS-Hacker-s-Hub/Hacker-tip-3-folder-management/m-p/800628#M122</link>
      <description>&lt;P&gt;Many developers prefer to keep their GIT repository as the 'ultimate source' of their project, and deploy regularly to Viya for code execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this, it can be necessary to create the necessary folder tree in SAS drive programmatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This video demonstrates two approaches for doing this - the first, using SAS code, the second, using the SASjs CLI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F7mjIeR8eops%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7mjIeR8eops&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F7mjIeR8eops%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="Managing Folders in SAS Drive - Programmatically" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The relevant macros if you plan to use SAS code are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://core.sasjs.io/mv__createfolder_8sas.html" target="_self"&gt;mv_createfolder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://core.sasjs.io/mv__deleteviyafolder_8sas.html" target="_self"&gt;mv_deleteviyafolder&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The relevant commands for doing this with the SASjs CLI are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://cli.sasjs.io/folder/#sasjs-folder-create" target="_self"&gt;sasjs folder create&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://cli.sasjs.io/folder/#sasjs-folder-delete" target="_self"&gt;sasjs folder delete&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 07 Mar 2022 12:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Hacker-s-Hub/Hacker-tip-3-folder-management/m-p/800628#M122</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-03-07T12:04:53Z</dc:date>
    </item>
  </channel>
</rss>

