<?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 Where is the physical location of work folder in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104292#M29133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me where is the physical location of work folder(temporary&amp;nbsp; library)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2012 16:35:18 GMT</pubDate>
    <dc:creator>Mike_Davis</dc:creator>
    <dc:date>2012-05-04T16:35:18Z</dc:date>
    <item>
      <title>Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104292#M29133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me where is the physical location of work folder(temporary&amp;nbsp; library)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 16:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104292#M29133</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-05-04T16:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104293#M29134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on the work library and you can find the work library path.&lt;/P&gt;&lt;P&gt;or you can see it in sasv9.cfg file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 16:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104293#M29134</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-04T16:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104294#M29135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code will show it:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select path from dictionary.libnames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where libname='WORK';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using windows with a default installation the library will change every time you start SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 18:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104294#M29135</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-05-04T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104295#M29136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or,&amp;nbsp; Macro method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let work_path=%sysfunc(pathname(work));&lt;/P&gt;&lt;P&gt;%put &amp;amp;work_path ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 02:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104295#M29136</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-05-07T02:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104296#M29137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the fileref is on a remote Unix server,How to do this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104296#M29137</guid>
      <dc:creator>George_S</dc:creator>
      <dc:date>2012-05-07T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104297#M29138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ksharps method should work with external files as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 15:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104297#M29138</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-05-07T15:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104298#M29139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp's method works (or reduce it to one statement&lt;/P&gt;&lt;P&gt;%put %quote( %sysfunc( pathname(work)) );&lt;BR /&gt;) with&amp;nbsp; %quote() added to protect any special characters in the physical path&lt;/P&gt;&lt;P&gt;, if you execute it in the sas session in the "remote Unix server" you referred to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you prefer to avoid the macro language,&amp;nbsp; just&lt;/P&gt;&lt;P&gt;rsubmit ;&lt;/P&gt;&lt;P&gt;libname work list ;&lt;/P&gt;&lt;P&gt;endrsubmit ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peterC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 16:34:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104298#M29139</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2012-05-07T16:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the physical location of work folder</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104299#M29140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, but you can check dictionary table "dictionary.EXTFILES" to see whether it exist there .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 08:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-is-the-physical-location-of-work-folder/m-p/104299#M29140</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-05-08T08:20:13Z</dc:date>
    </item>
  </channel>
</rss>

