<?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 quickly find the dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436506#M108552</link>
    <description>&lt;P&gt;Thanks, it's very helpful.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2018 22:55:28 GMT</pubDate>
    <dc:creator>Jiawenabby8</dc:creator>
    <dc:date>2018-02-12T22:55:28Z</dc:date>
    <item>
      <title>How to quickly find the dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436500#M108550</link>
      <description>&lt;P&gt;How do I quickly find the specific dataset in a library,&amp;nbsp;since I have hundreds of datasets in that library.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;I want to open one dataset (named 'test')&amp;nbsp;from the 'lib' library. Instead of&amp;nbsp;every time&amp;nbsp;I have to scroll down&amp;nbsp;and look for the&amp;nbsp;dataset, is there any search options or shortcut that I can use to quickly&amp;nbsp;open the dataset?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using 9.3 (TS1M2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 198px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18472i1C532A605CADB906/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 22:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436500#M108550</guid>
      <dc:creator>Jiawenabby8</dc:creator>
      <dc:date>2018-02-12T22:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly find the dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436504#M108551</link>
      <description>Change it to list view for starts and then you can sort alphabetically, or by size. &lt;BR /&gt;&lt;BR /&gt;Click in the work library, select View (menu)&amp;gt;Details</description>
      <pubDate>Mon, 12 Feb 2018 22:49:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436504#M108551</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-12T22:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly find the dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436506#M108552</link>
      <description>&lt;P&gt;Thanks, it's very helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 22:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436506#M108552</guid>
      <dc:creator>Jiawenabby8</dc:creator>
      <dc:date>2018-02-12T22:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly find the dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436515#M108556</link>
      <description>&lt;P&gt;If you know the name of the data set and the library, such as lib.test in your example, type in the command box (the one with the check marke next to it in your posted image)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vt lib.test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VT is the viewtable command that is run when you click on a dataset icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to be able to sort or modify the data use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vt lib.text openmode=edit&lt;/P&gt;
&lt;P&gt;to make changes to the data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if the set you want to see by any chance is the last one created&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vt _last_&lt;/P&gt;
&lt;P&gt;and you don't even have to remember the spelling.&lt;/P&gt;
&lt;P&gt;If you find the vt _last_ helpful you might add it to a keys menu and it becomes a single key command.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 00:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436515#M108556</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-13T00:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly find the dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436518#M108558</link>
      <description>Thank you so much, very informative!</description>
      <pubDate>Tue, 13 Feb 2018 00:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-find-the-dataset/m-p/436518#M108558</guid>
      <dc:creator>Jiawenabby8</dc:creator>
      <dc:date>2018-02-13T00:53:39Z</dc:date>
    </item>
  </channel>
</rss>

