<?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: How to find the path for a custom deployment folder in the SMC in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801290#M23930</link>
    <description>&lt;P&gt;does this macro give you what you need?&amp;nbsp;&amp;nbsp;&lt;A href="https://core.sasjs.io/mm__getdirectories_8sas.html" target="_blank"&gt;https://core.sasjs.io/mm__getdirectories_8sas.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 11:23:17 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2022-03-10T11:23:17Z</dc:date>
    <item>
      <title>How to find the path for a custom deployment folder in the SMC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801238#M23929</link>
      <description>&lt;P&gt;One can define a new deployment folder like so&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_0-1646893202388.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69310iC03DC1F8C784D124/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_0-1646893202388.png" alt="ChrisNZ_0-1646893202388.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;One can then see the newly created destination in the resource management list, but the path is not displayed anywhere.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_1-1646893630008.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69311iCB2F3939BE06322F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_1-1646893630008.png" alt="ChrisNZ_1-1646893630008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can see the paths for these custom deployment folders in the resource management list?&lt;/P&gt;
&lt;P&gt;Bonus question: How to see where these path definitions are used?&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 06:39:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801238#M23929</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-03-10T06:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the path for a custom deployment folder in the SMC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801290#M23930</link>
      <description>&lt;P&gt;does this macro give you what you need?&amp;nbsp;&amp;nbsp;&lt;A href="https://core.sasjs.io/mm__getdirectories_8sas.html" target="_blank"&gt;https://core.sasjs.io/mm__getdirectories_8sas.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 11:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801290#M23930</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-03-10T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the path for a custom deployment folder in the SMC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801926#M23956</link>
      <description>The default deployment directory for the DATA Step Batch Server is called "Batch Jobs" and points to &amp;lt;SASConfig&amp;gt;/Levn/&amp;lt;context&amp;gt;/SASEnvironment/SASJobs/Code.&lt;BR /&gt;&lt;BR /&gt;You can view these and create new ones by right-clicking on the Schedule Manager plugin and selecting "Deployment Directories".&lt;BR /&gt;&lt;BR /&gt;I have some code here that:&lt;BR /&gt;     shows what directories are defined: &lt;A href="https://github.com/greg-wootton/sas-programs/blob/main/Scheduling/get_deployment_directories.sas" target="_blank"&gt;https://github.com/greg-wootton/sas-programs/blob/main/Scheduling/get_deployment_directories.sas&lt;/A&gt;&lt;BR /&gt;     creates new deployment directories in bulk: &lt;A href="https://github.com/greg-wootton/sas-programs/blob/main/Scheduling/create_deploy_dirs.sas" target="_blank"&gt;https://github.com/greg-wootton/sas-programs/blob/main/Scheduling/create_deploy_dirs.sas&lt;/A&gt;&lt;BR /&gt;     gets a bunch of information about jobs and flows, including where a job is deployed: &lt;A href="https://github.com/greg-wootton/sas-programs/blob/main/Scheduling/get_job_and_flow.sas" target="_blank"&gt;https://github.com/greg-wootton/sas-programs/blob/main/Scheduling/get_job_and_flow.sas&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2022 13:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/801926#M23956</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-03-14T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the path for a custom deployment folder in the SMC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/802552#M24032</link>
      <description>&lt;P&gt;I'm always impressed by how well structured your files are Allan!&lt;/P&gt;
&lt;P&gt;I'd prefer not to have to run a program each time I want a piece of information, but I'll keep this in mind.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 01:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/802552#M24032</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-03-17T01:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the path for a custom deployment folder in the SMC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/802553#M24033</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;You can view these and create new ones by right-clicking on the Schedule Manager plugin and selecting "Deployment Directories".&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I should have seen this !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 01:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-path-for-a-custom-deployment-folder-in-the-SMC/m-p/802553#M24033</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-03-17T01:55:54Z</dc:date>
    </item>
  </channel>
</rss>

