<?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 display full path name of opened .sas file in enhanced editor? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59231#M7088</link>
    <description>Hi:&lt;BR /&gt;
  These Tech Support Notes seem relevant:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/24/301.html" target="_blank"&gt;http://support.sas.com/kb/24/301.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/36/613.html" target="_blank"&gt;http://support.sas.com/kb/36/613.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
and some doc:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#/documentation/cdl/en/hostwin/63285/HTML/default/editor_enhanced.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#/documentation/cdl/en/hostwin/63285/HTML/default/editor_enhanced.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
and a previous forum post:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=1195" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=1195&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 02 Aug 2010 15:06:42 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-08-02T15:06:42Z</dc:date>
    <item>
      <title>How to display full path name of opened .sas file in enhanced editor?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59230#M7087</link>
      <description>Hi,&lt;BR /&gt;
When I open a .sas file i n enhanced editor, the filename is displayed in the title bar.&lt;BR /&gt;
However, it is not easy to locate the .sas file when many .sas files are opened because I do not know the path.&lt;BR /&gt;
&lt;BR /&gt;
In my mind, we can customize DMS environment to display the full path name of opened .sas file in title bar or status bar. Or we can add one toolbox button to put the full path name in the LOG window.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestion will be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
-Kevin</description>
      <pubDate>Mon, 02 Aug 2010 06:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59230#M7087</guid>
      <dc:creator>KevinQin</dc:creator>
      <dc:date>2010-08-02T06:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display full path name of opened .sas file in enhanced editor?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59231#M7088</link>
      <description>Hi:&lt;BR /&gt;
  These Tech Support Notes seem relevant:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/24/301.html" target="_blank"&gt;http://support.sas.com/kb/24/301.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/36/613.html" target="_blank"&gt;http://support.sas.com/kb/36/613.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
and some doc:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#/documentation/cdl/en/hostwin/63285/HTML/default/editor_enhanced.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#/documentation/cdl/en/hostwin/63285/HTML/default/editor_enhanced.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
and a previous forum post:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=1195" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=1195&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 02 Aug 2010 15:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59231#M7088</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-08-02T15:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display full path name of opened .sas file in enhanced editor?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59232#M7089</link>
      <description>Cynthia,&lt;BR /&gt;
Thank you for the reply.&lt;BR /&gt;
&lt;BR /&gt;
It seems that we can not get the pathname for specific opened .sas file.&lt;BR /&gt;
As a instead, I list all .sas files using the statement at below:&lt;BR /&gt;
&lt;BR /&gt;
proc sql;&lt;BR /&gt;
   select distinct xpath from dictionary.extfiles as a where substr(fileref,1,3)='#LN' and directory='no' and a.exists='yes';&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
- Kevin</description>
      <pubDate>Tue, 03 Aug 2010 01:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59232#M7089</guid>
      <dc:creator>KevinQin</dc:creator>
      <dc:date>2010-08-03T01:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to display full path name of opened .sas file in enhanced editor?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59233#M7090</link>
      <description>Hi Kevin&lt;BR /&gt;
 &lt;BR /&gt;
how many SAS programs are you dealing with?&lt;BR /&gt;
For a reasonable number, (I think 20 is OK, but 50 might not be OK), you might have enough functionality with the WNEXTEDIT command on a function key [I use F5]. I just keep pressing F5 until I see the program I want.&lt;BR /&gt;
 &lt;BR /&gt;
will this approach help?&lt;BR /&gt;
 &lt;BR /&gt;
peterC</description>
      <pubDate>Tue, 03 Aug 2010 16:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-display-full-path-name-of-opened-sas-file-in-enhanced/m-p/59233#M7090</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-08-03T16:04:40Z</dc:date>
    </item>
  </channel>
</rss>

