<?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: F$LOGICAL in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952841#M33265</link>
    <description>Thank everybody, have (a better) VMS we all !&lt;BR /&gt;Ewa</description>
    <pubDate>Tue, 17 Jan 2006 06:14:48 GMT</pubDate>
    <dc:creator>Ewa Skotnicka</dc:creator>
    <dc:date>2006-01-17T06:14:48Z</dc:date>
    <item>
      <title>F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952835#M33259</link>
      <description>Does anybody know when the lexical function F$LOGICAL was replaced by F$TRNLNM and if F$LOGICAL is still supported (but undocumented)? Or if someone could advice me where can I access old VMS documentation, especially release notes or DCL to check it myself.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 17 Jan 2006 03:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952835#M33259</guid>
      <dc:creator>Ewa Skotnicka</dc:creator>
      <dc:date>2006-01-17T03:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952836#M33260</link>
      <description>Ewa,&lt;BR /&gt;&lt;BR /&gt;The $LOGICAL functionality (including the DCL lexical) was superceeded by $TRNLNM with the introduction of VMS 4.0 (cluster support, and a reorganised SYSTEM DISK).&lt;BR /&gt;&lt;BR /&gt;Of course, being VMS, they did NOT break the $LOGICAL functionality. It is STILL there, but discouraged. AFAIK (anyone with definitive info please jump in) the $LOGICAL functionality is now implemented as a jacketed call to $TRNLNM.&lt;BR /&gt;We still have some applications (without source code) with embedded use of $LOGICAL. Can be rather clumsy to work with.&lt;BR /&gt;&lt;BR /&gt;On the documentation part I only have my own memory, which is not really suited to posting here :-) although for specific details it usually is sufficient.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 17 Jan 2006 03:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952836#M33260</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-01-17T03:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952837#M33261</link>
      <description>But they still use it in their own doc.&lt;BR /&gt;&lt;BR /&gt;OpenVMS Guide to System Security&lt;BR /&gt;... f$logical("SYS$INPUT") then deassign sys$input $ read/end=next_command/prompt="$ "&lt;BR /&gt;sys$command ... This enables these users to log in at the OpenVMS login prompt ... &lt;BR /&gt;&lt;BR /&gt;OpenVMS System Manager's Manual&lt;BR /&gt;... f$logical("SYS$INPUT") then deassign sys$input $ read/end=next_command/prompt="$ "&lt;BR /&gt;sys$command ... SYSMAN&amp;gt; ALF ADD VMS:.ZKO.VMSORG.SYSMAN.CLIENT1::SYSTEM FOOBAR. ... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 04:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952837#M33261</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-17T04:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952838#M33262</link>
      <description>Yes, VAX/VMS V4.0 - the logical name subsystem was changed as well, which I'd say was the main reason for the change. I don't know if it is still present in today's documentation, but some system services for logical name handling had to be reworked as well.</description>
      <pubDate>Tue, 17 Jan 2006 04:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952838#M33262</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-01-17T04:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952839#M33263</link>
      <description>It's even actively used in current version of VMS. Found 156 matches in *.com of 7.3.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 17 Jan 2006 04:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952839#M33263</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-17T04:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952840#M33264</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;just curious.&lt;BR /&gt;&lt;BR /&gt;How many of those are in TCPIP and other "recently" ported U8X-ware? &lt;BR /&gt;I too have occasionally stumbled over F$LOGICAL in places where I expected F$TRNLNM, but not that I recall in true "native" VMS stuff.&lt;BR /&gt;I would wish that those that do the porting would (before they begin!) get a somewhat deeper training in VMS, like the logical name system structure and the system disk cluster environment!&lt;BR /&gt;I still have nightmarish memories about the (already retired) SAN agent!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 17 Jan 2006 05:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952840#M33264</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-01-17T05:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952841#M33265</link>
      <description>Thank everybody, have (a better) VMS we all !&lt;BR /&gt;Ewa</description>
      <pubDate>Tue, 17 Jan 2006 06:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952841#M33265</guid>
      <dc:creator>Ewa Skotnicka</dc:creator>
      <dc:date>2006-01-17T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952842#M33266</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;Not in the tcp stuff.&lt;BR /&gt;&lt;BR /&gt;Not acceptable are :&lt;BR /&gt;&lt;BR /&gt;autogen.com, shutdown.com and all decw stiff.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 17 Jan 2006 06:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952842#M33266</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-17T06:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952843#M33267</link>
      <description>Ewa,&lt;BR /&gt;&lt;BR /&gt;I don't have the documentation or the client sources to confirm it, however my recollection is that F$LOGICAL did not support the use of the LNM$FILE_DEV (in table LNM$PROCESS_DIRECTORY; defaulted in LNM$SYSTEM_DIRECTORY).&lt;BR /&gt;&lt;BR /&gt;LNM$FILE_DEV can be used to insert logical name tables into the search sequence. It is used by some products (e.g., Oracle), and is fully documented. I did a 2004 OVMS Technical Journal article which demonstrated what can be done leveraging LNM$FILE_DEV (the Journal article can be found at &lt;A href="http://www.rlgsc.com/publications/vmstechjournal/inheritance.html)." target="_blank"&gt;http://www.rlgsc.com/publications/vmstechjournal/inheritance.html).&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;My recollection is that current "superseded" version of the LOGICAL interface ignores the sequencing provided by LNM$FILE_DEV and is hardwired to search the logical name tables in the default order.&lt;BR /&gt;&lt;BR /&gt;I do not have time this morning to check my recollection experimentally. If my recollection is erroneous, my apologies.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 17 Jan 2006 07:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952843#M33267</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-01-17T07:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: F$LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952844#M33268</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;no apologies required, your description fits what I know about it!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 17 Jan 2006 09:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/f-logical/m-p/4952844#M33268</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-01-17T09:41:26Z</dc:date>
    </item>
  </channel>
</rss>

