<?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 LIB$SET_LOGICAL in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076769#M38530</link>
    <description>Iam using lib$set_logical to set a logical in a OPENVMS Basic programme. First time this sets the logical but it does not redefines the logical if it is already set. What needs to be done inorder to redefine the logical if it is already set?&lt;BR /&gt;SYS_STATUS = LIB$SET_LOGICAL(RETURN_PRINTQ,WORK::T_PRINTQ,"LNM$PROCESS")&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Sep 2007 11:43:58 GMT</pubDate>
    <dc:creator>Rizwan Latheef</dc:creator>
    <dc:date>2007-09-26T11:43:58Z</dc:date>
    <item>
      <title>LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076769#M38530</link>
      <description>Iam using lib$set_logical to set a logical in a OPENVMS Basic programme. First time this sets the logical but it does not redefines the logical if it is already set. What needs to be done inorder to redefine the logical if it is already set?&lt;BR /&gt;SYS_STATUS = LIB$SET_LOGICAL(RETURN_PRINTQ,WORK::T_PRINTQ,"LNM$PROCESS")&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076769#M38530</guid>
      <dc:creator>Rizwan Latheef</dc:creator>
      <dc:date>2007-09-26T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076770#M38531</link>
      <description>What is your SYS_STATUS result when the&lt;BR /&gt;thing fails?</description>
      <pubDate>Wed, 26 Sep 2007 12:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076770#M38531</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-09-26T12:17:05Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076771#M38532</link>
      <description>what is the status returned on the second&lt;BR /&gt;define? also as I remember you can pass an&lt;BR /&gt;item list with this call. ( don't remember what the attributes you can set )  Dean</description>
      <pubDate>Wed, 26 Sep 2007 12:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076771#M38532</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-09-26T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076772#M38533</link>
      <description>When I examined it in debug I got&lt;BR /&gt;before the execution of the comand I got&lt;BR /&gt;SYS_STATUS: 1 and after I got&lt;BR /&gt;SYS_STATUS: 1585&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076772#M38533</guid>
      <dc:creator>Rizwan Latheef</dc:creator>
      <dc:date>2007-09-26T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076773#M38534</link>
      <description>$ write sys$output f$message(%D1585)&lt;BR /&gt;%SYSTEM-S-SUPERSEDE, logical name superseded&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;it would appear it replaced the logical&lt;BR /&gt;for you!  Dean</description>
      <pubDate>Wed, 26 Sep 2007 12:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076773#M38534</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-09-26T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076774#M38535</link>
      <description>It was expecting "RETURN_PRINTQ" in quotes. When I added quotes it worked.</description>
      <pubDate>Wed, 26 Sep 2007 13:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076774#M38535</guid>
      <dc:creator>Rizwan Latheef</dc:creator>
      <dc:date>2007-09-26T13:12:16Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076775#M38536</link>
      <description>Rizwan,&lt;BR /&gt;&lt;BR /&gt;on thamking those that helped you in this forum, please review&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-- for this as well as your previous questions.&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>Wed, 26 Sep 2007 13:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076775#M38536</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-09-26T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re:  LIB$SET_LOGICAL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076776#M38537</link>
      <description>When system calls go bad or when unexpected behavior arises, the debugger and a small test program can be invaluable.&lt;BR /&gt;&lt;BR /&gt;Create a dozen-line test program -- I have a suspicion that this BASIC sequence is buried in a far larger application -- and then spend some time with the code and the debugger and (for this case) with the SHOW LOGICAL /FULL command.  &lt;BR /&gt;&lt;BR /&gt;I'd here wonder if there are any odd characters in the logical name string, or if there is a requirement for a trusted logical name (eg: something else looking at this logical name is running with privileges; the process table isn't easily accessible from installed and privileged code for instance), or if there is a logical name definition "ahead" of this one somewhere in the logical name tables.  Either based on the translation table order, or the access mode.   (Some of these details can be ascertained with the SHOW LOGICAL /FULL command.  Others with the test program.)&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Wed, 26 Sep 2007 13:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-set-logical/m-p/4076776#M38537</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-09-26T13:22:04Z</dc:date>
    </item>
  </channel>
</rss>

