<?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 SAS command bar/ right syntax in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14907#M2530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, thanks art.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after a quick search, i found this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We can use &lt;/P&gt;&lt;P&gt;columns 'age subjid sex race' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we can use hide 'usubjid dob nationality'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want to recovery the variables again we can type unhide in the command var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. and 4 is more complicate because I just read that viewtable (VT) dont support first obs= and obs.= statements &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe fsview can support it, I need to search more. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 15:08:10 GMT</pubDate>
    <dc:creator>michtka</dc:creator>
    <dc:date>2012-02-27T15:08:10Z</dc:date>
    <item>
      <title>SAS command bar/ right syntax</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14905#M2528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;anyone can help me to write the next syntax in the command bar of the sas toolbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OnceI I open a dataset typing in the command bar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vt work.new&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what is the right syntax I need to type in the command bar to: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. keep only the variables: age subjid sex race&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. drop the variables: usubjid dob nationality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. select an specific observation: for example observation number 36, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. select a number of observations: for example from 36 to 57.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14905#M2528</guid>
      <dc:creator>michtka</dc:creator>
      <dc:date>2012-02-27T10:49:43Z</dc:date>
    </item>
    <item>
      <title>SAS command bar/ right syntax</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14906#M2529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do all of that, via commands, with vt.&amp;nbsp; However, you can with FSView, which can also be called from the command prompt.&amp;nbsp; Take a look at: &lt;A _jive_internal="true" href="https://communities.sas.com/message/102793#102793"&gt;http://communities.sas.com/message/102793#102793&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 13:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14906#M2529</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-27T13:31:06Z</dc:date>
    </item>
    <item>
      <title>SAS command bar/ right syntax</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14907#M2530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, thanks art.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after a quick search, i found this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We can use &lt;/P&gt;&lt;P&gt;columns 'age subjid sex race' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we can use hide 'usubjid dob nationality'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want to recovery the variables again we can type unhide in the command var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. and 4 is more complicate because I just read that viewtable (VT) dont support first obs= and obs.= statements &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe fsview can support it, I need to search more. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 15:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14907#M2530</guid>
      <dc:creator>michtka</dc:creator>
      <dc:date>2012-02-27T15:08:10Z</dc:date>
    </item>
    <item>
      <title>SAS command bar/ right syntax</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14908#M2531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a WHERE statement on VT.&lt;/P&gt;&lt;P&gt;Why would you want to look at particular rows unless those rows correspond to particular values of some variables in dataset?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 15:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14908#M2531</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-02-27T15:21:28Z</dc:date>
    </item>
    <item>
      <title>SAS command bar/ right syntax</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14909#M2532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; it just to go to the specific row where I found the uniqual value comparing two datasets that have to be the same Tom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just, pointed out straight forward the missmatch of the row 4567 in a dataset of 65000 row, for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 15:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-command-bar-right-syntax/m-p/14909#M2532</guid>
      <dc:creator>michtka</dc:creator>
      <dc:date>2012-02-27T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

