<?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 form viewer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21145#M3367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you want to open from the SAS Explorer edit the TABLE member OPEN code, or create a new entry with:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;VIEWTABLE %8b."%s".DATA mode=edit view=form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on the length of your variable labels may want colheading=name as well. Mode=edit isn't needed unless you either want to edit or sort the data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: SAS Monospace;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 15:17:06 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2011-09-30T15:17:06Z</dc:date>
    <item>
      <title>form viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21143#M3365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;in sas9 an internal option is LIBOPENFORMCMD &lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt; LIBOPENFORMCMD= Determines the command to use when Open Form&lt;/P&gt;&lt;P&gt;is selected on a dataset in the Library Contents area of the host Libraries dialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Occasionally I like a "form view".&lt;/P&gt;&lt;P&gt;I think "host Libraries dialog" is opened by drilling through the windows that open via commands V6LIB and V6DIR (placing a ? against a sas data set opens a menu offering "Open table view/Open form view/Select/Rename/Delete/Verify"&amp;nbsp; )&lt;/P&gt;&lt;P&gt;However, I cannot change behaviour despite setting a value for this option, like &lt;BR /&gt;-LIBOPENFORMCMD fsbrowse&lt;BR /&gt;no error messages are reported, but neither does this option seem to take effect - requesting to open Form View, still opens ViewTable (not in form view) and annoyingly opens in update mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone else interested in this kind of facility?&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 14:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21143#M3365</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-09-30T14:33:32Z</dc:date>
    </item>
    <item>
      <title>form viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21144#M3366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm not sure if this is exactly what you are looking for but a KEYS entry of &lt;/P&gt;&lt;P&gt;VT _LAST_ / formview;&lt;/P&gt;&lt;P&gt;opens the last dataset created in formview mode of viewtable.&lt;/P&gt;&lt;P&gt;I suspect that appropriate DM commands should work if you need it in code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 14:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21144#M3366</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-09-30T14:48:38Z</dc:date>
    </item>
    <item>
      <title>form viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21145#M3367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you want to open from the SAS Explorer edit the TABLE member OPEN code, or create a new entry with:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;VIEWTABLE %8b."%s".DATA mode=edit view=form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on the length of your variable labels may want colheading=name as well. Mode=edit isn't needed unless you either want to edit or sort the data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: SAS Monospace;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 15:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21145#M3367</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-09-30T15:17:06Z</dc:date>
    </item>
    <item>
      <title>form viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21146#M3368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; VT _LAST_ / formview&lt;/P&gt;&lt;P&gt;doesn't open the form view for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 16:02:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21146#M3368</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-09-30T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: form viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21147#M3369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BalardW&lt;/P&gt;&lt;P&gt;thank you for this offering - but it is like another packaging of (familiar) SAS explorer actions (I prefer to refer as explorer behaviour, but RdeV defines at &lt;A href="http://www.devenezia.com/downloads/sas/actions/"&gt;http://www.devenezia.com/downloads/sas/actions/&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;These "actions" are great for re-distribution &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; construct the SAS explorer action you would like to perform and test until "reliable"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc registry export="text-file" ; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc&amp;nbsp;&amp;nbsp; fslist&amp;nbsp;&amp;nbsp;&amp;nbsp; file="text-file"; run ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; edit the "text-file" to reduce to the nodes of required action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email to those who wish to use the same "action"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc registry import="text-file"; run ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MANY other things are (or can be) stored in the registry including library definitions with encrypted passwords where needed e.g.for dbms connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;For some time, I've been looking for a substitute for the old FSBrowse (customisable) form view.&lt;/P&gt;&lt;P&gt;I had hoped that LIBOPENFORMCMD was leading in that direction, but still no dice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is (or appears to be) no future for SAS/FSP. I have enjoyed surprising clients with its convenience, flexibility and simplicity to provide customisable form views for data marts. When they choose to hold a wide data mart with hundreds of de-normalised columns, a viewer which makes concise sense is very welcome. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;take a repeating group of columns and display as a short list&lt;/LI&gt;&lt;LI&gt;bring together related columns (and that can be a personal choice)&lt;/LI&gt;&lt;LI&gt;use foreground and background colors to emphasise or distinguish&lt;/LI&gt;&lt;LI&gt;facilitate full text searching through multiple columns with simple commands&lt;/LI&gt;&lt;LI&gt;(and with only a small learning curve you could be customising too) ( but it needs desktop SAS with FSP licence)&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is probably no future for FSBrowse (nor the data step debugger) because marketing driven investment strategy (and perhaps a java vs windows.net (microsoft) argument) has seen SAS clients develop that use only non-interactive SAS. That means the strategy supports clients like Enterprise Guide, Enterprise Miner, vertical Solutions for Banking, Marketing,&amp;nbsp; Retail Merchandising, Insurance, and presumeably many more including Clinical and Pharmaceutical industries. These use SAS "in batch mode". Perhaps now only (those I would refer to as) SAS Programmers and Developers use "interactive" SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence my aspiration to discover a sufficient substitute for FSBrowse. &lt;/P&gt;&lt;P&gt;(it must provide re-usable, customisable arrangement of the data on display) and apparently, operate in a client environment like Enterprise Guide, Web Report Studio, SAS Portal and/or some altrernative that is a part of SAS marketing strategy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, LIBOPENFORMCMD is not leading there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, many thanks for the contributions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 16:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/form-viewer/m-p/21147#M3369</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-09-30T16:43:15Z</dc:date>
    </item>
  </channel>
</rss>

