<?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 command1.cld in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522098#M58681</link>
    <description>I have created a file command1.cld :&lt;BR /&gt;&lt;BR /&gt;DEFINE VERB QMON&lt;BR /&gt;IMAGE "QMON"&lt;BR /&gt;&lt;BR /&gt;I have issued the command &lt;BR /&gt;$set command COMMAND1.CLD;&lt;BR /&gt;$ qmon&lt;BR /&gt;%DCL-E-NOTFR, no transfer address&lt;BR /&gt;&lt;BR /&gt;What do I get the error message?&lt;BR /&gt;What address it is referring to ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 27 Oct 2009 14:43:08 GMT</pubDate>
    <dc:creator>Mulder_1</dc:creator>
    <dc:date>2009-10-27T14:43:08Z</dc:date>
    <item>
      <title>command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522098#M58681</link>
      <description>I have created a file command1.cld :&lt;BR /&gt;&lt;BR /&gt;DEFINE VERB QMON&lt;BR /&gt;IMAGE "QMON"&lt;BR /&gt;&lt;BR /&gt;I have issued the command &lt;BR /&gt;$set command COMMAND1.CLD;&lt;BR /&gt;$ qmon&lt;BR /&gt;%DCL-E-NOTFR, no transfer address&lt;BR /&gt;&lt;BR /&gt;What do I get the error message?&lt;BR /&gt;What address it is referring to ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 27 Oct 2009 14:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522098#M58681</guid>
      <dc:creator>Mulder_1</dc:creator>
      <dc:date>2009-10-27T14:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522099#M58682</link>
      <description>FOX2,&lt;BR /&gt;&lt;BR /&gt;- do you have an image QMON.EXE ?&lt;BR /&gt;AND&lt;BR /&gt;- is this .EXE in SYS$SYSTEM &lt;BR /&gt;OR &lt;BR /&gt;- is there (preferably!) a logical pointing to its fully qualified location?&lt;BR /&gt;&lt;BR /&gt;The image activator needs to be able to locate the image...&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, 27 Oct 2009 14:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522099#M58682</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2009-10-27T14:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522100#M58683</link>
      <description>Obviously you have an image QMON.EXE and it is found by the image activator either in SYS$SYSTEM or via a logcial name QMON. But it lacks a main entry. &lt;BR /&gt;&lt;BR /&gt;Something is missing, maybe linking the image missed the module with the main entry.  The linker usually warns you about this with %[I]LINK-W-USRTFR</description>
      <pubDate>Tue, 27 Oct 2009 15:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522100#M58683</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2009-10-27T15:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522101#M58684</link>
      <description>No I did not get any warnings while linking ...&lt;BR /&gt;&lt;BR /&gt;Any suggestion ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 27 Oct 2009 15:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522101#M58684</guid>
      <dc:creator>Mulder_1</dc:creator>
      <dc:date>2009-10-27T15:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522102#M58685</link>
      <description>The linker doesn't warn you when you create a shareable image (/SHAREABLE) which does not need a main entry.</description>
      <pubDate>Tue, 27 Oct 2009 15:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522102#M58685</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2009-10-27T15:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522103#M58686</link>
      <description>&lt;!--!*#--&gt;Does "RUN QMON" work?  If not, then why worry&lt;BR /&gt;about "SET COMMAND"?</description>
      <pubDate>Tue, 27 Oct 2009 16:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522103#M58686</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-27T16:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: command1.cld</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522104#M58687</link>
      <description>Fox,&lt;BR /&gt;&lt;BR /&gt;  $ DIRECTORY QMON&lt;BR /&gt;&lt;BR /&gt;should show you which image is being activated. If you get an error, try&lt;BR /&gt;&lt;BR /&gt;  $ DIRECTORY SYS$SYSTEM:QMON&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;  $ SHOW LOGICAL QMON&lt;BR /&gt;&lt;BR /&gt;Once you've located the image:&lt;BR /&gt;&lt;BR /&gt;  $ ANALYZE/IMAGE QMON&lt;BR /&gt;&lt;BR /&gt;should show you if it has a transfer address.&lt;BR /&gt;&lt;BR /&gt;(please type the above commands EXACTLY as written).&lt;BR /&gt;&lt;BR /&gt;If that doesn't help, please post the EXACT AND COMPLETE LINK command you used to link the image, and any resulting messages.</description>
      <pubDate>Tue, 27 Oct 2009 20:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command1-cld/m-p/4522104#M58687</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-10-27T20:26:08Z</dc:date>
    </item>
  </channel>
</rss>

