<?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: Irritating FIND &amp; RFIND behavior in OUTPUT window. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161297#M41997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works, but not so well, that bleeps the text I was trying to find so I can't do a rfind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a command to program a function key?&amp;nbsp; ie, use a key to program another key?&amp;nbsp; I've only used the menus, Tools, Options, Keys dialog to program keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking one key to program the prompted search text in to the next key.&amp;nbsp; (sounds like lord of the rings, one ring to rule them all). Is the 'search text' stored somewhere that is accessible by other than the find and rfind commands?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 19:16:04 GMT</pubDate>
    <dc:creator>rickpaulos</dc:creator>
    <dc:date>2014-02-06T19:16:04Z</dc:date>
    <item>
      <title>Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161293#M41993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I always want to see the title line in my OUTPUT window when I use the FIND or RFIND (repeat find) command to hi-lite text.&lt;/P&gt;&lt;P&gt;But SAS normally sets the line with the found text to the top of the output window so I can't see the title &amp;amp; page number.&lt;/P&gt;&lt;P&gt;The only time it doesn't do that is if the repeat find text is on the currently visible page.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there an option to always keep line 1 visible for each output page at the top of the window when using FIND or RFIND?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do use OPTIONS PAGESIZE =xx to keep the OUTPUT page smaller than the maximized (Zoom) window so there is never any reason for a page to not start with line 1 visible.&lt;/P&gt;&lt;P&gt;If I need to print output (&amp;lt;1% of the time), I change the OPTION PAGESIZE =&amp;nbsp; to match my printer and rerun the PROC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the PgUp key to jump to the top of the page, the found text Hi-lite disappears so that's not too useful either.&amp;nbsp; SAS does leave the cursor at the found text but it isn't very obvious.&amp;nbsp; SAS also loses track of the latest find.&amp;nbsp; RFIND just finds the same line again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scrolling up with the mouse wheel or scroll bars is tedious and if you over do it, the output jumps to the previous page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using cursor keys to get to the top is the most tedious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;re: Win7 with SAS 9.3 but this has been an issue for many years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 00:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161293#M41993</guid>
      <dc:creator>rickpaulos</dc:creator>
      <dc:date>2014-02-04T00:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161294#M41994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tempting to suggest a keyboard function key macro.it would&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;pop up a message box to collect the search string&lt;/LI&gt;&lt;LI&gt;then find that string&lt;/LI&gt;&lt;LI&gt;jump to top of that page&lt;/LI&gt;&lt;LI&gt;then find the target string again&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Since the second find will be successful within the current page, you will have title at top of page and target string both visible at the same time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then, it's not a function i would use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161294#M41994</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-02-04T18:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161295#M41995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try it and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the text command to jump to the top of the current page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161295#M41995</guid>
      <dc:creator>rickpaulos</dc:creator>
      <dc:date>2014-02-06T16:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161296#M41996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find this command works in text output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; find '0c'x prev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That seeks the standard ascii page-skip binary code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161296#M41996</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-02-06T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161297#M41997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works, but not so well, that bleeps the text I was trying to find so I can't do a rfind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a command to program a function key?&amp;nbsp; ie, use a key to program another key?&amp;nbsp; I've only used the menus, Tools, Options, Keys dialog to program keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking one key to program the prompted search text in to the next key.&amp;nbsp; (sounds like lord of the rings, one ring to rule them all). Is the 'search text' stored somewhere that is accessible by other than the find and rfind commands?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161297#M41997</guid>
      <dc:creator>rickpaulos</dc:creator>
      <dc:date>2014-02-06T19:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161298#M41998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the catalog engine for the filename function and statement you could write into and read from a catalog in the work&amp;nbsp; lib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161298#M41998</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-02-06T19:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Irritating FIND &amp; RFIND behavior in OUTPUT window.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161299#M41999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There appears to be a KEYDEF command that might help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 23:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Irritating-FIND-RFIND-behavior-in-OUTPUT-window/m-p/161299#M41999</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-02-06T23:32:31Z</dc:date>
    </item>
  </channel>
</rss>

