<?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 go to specific column directly? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387176#M277295</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;What is Form View? How do you enable it?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In Base SAS with a table open go to View on the menu and click on Form View. The data appears like a data entry form. The name or the variable label appears next to a box with the value of the variable in columns. There are navigation buttons for pages: first, previous, next,last on the bottom of the display area. If there are more variables than fit on the current display area then you get a "page corner" to allow navigating to "next page" or "Previous page" within a record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea if EG supports this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2017 19:56:09 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-08-10T19:56:09Z</dc:date>
    <item>
      <title>How to go to specific column directly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387150#M277290</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use proc contents to find one specific column is located at 158 among 800 columns of my dataset.&amp;nbsp; Is there a way to go to that 158 column directly, instead of moving my mouse back and forward?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387150#M277290</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2017-08-10T18:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to go to specific column directly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387152#M277291</link>
      <description>&lt;P&gt;You're trying to manually review the column?&lt;/P&gt;
&lt;P&gt;I would suggest using PROC PRINT and using the VAR statement to limit the results. You can also limit the amount of observations to help you examine the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=sashelp.cars(obs=100);
var mpg_highway;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387152#M277291</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-10T18:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to go to specific column directly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387154#M277292</link>
      <description>&lt;P&gt;What part of SAS are you looking in when you are trying to do this? ViewTable? Some other viewer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If viewtable, sometimes the fastest way is via PROC SQL, create a VIEW with only the column(s) you want to see.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387154#M277292</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-08-10T18:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to go to specific column directly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387160#M277293</link>
      <description>&lt;P&gt;If you are using the Viewtable I might suggest using the Form view instead of table. If your window is large enough the Form view will show all of the variables for one record on a single page.&lt;/P&gt;
&lt;P&gt;But you have so many variables I'm not sure you could get a form view large enough to help much.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387160#M277293</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-10T19:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to go to specific column directly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387167#M277294</link>
      <description>&lt;P&gt;What is Form View? How do you enable it?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387167#M277294</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-08-10T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to go to specific column directly?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387176#M277295</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;What is Form View? How do you enable it?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In Base SAS with a table open go to View on the menu and click on Form View. The data appears like a data entry form. The name or the variable label appears next to a box with the value of the variable in columns. There are navigation buttons for pages: first, previous, next,last on the bottom of the display area. If there are more variables than fit on the current display area then you get a "page corner" to allow navigating to "next page" or "Previous page" within a record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea if EG supports this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-go-to-specific-column-directly/m-p/387176#M277295</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-10T19:56:09Z</dc:date>
    </item>
  </channel>
</rss>

