<?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: DCL script &amp;quot;unrecognized command verb&amp;quot; in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547196#M32155</link>
    <description>Attila, &lt;BR /&gt;As previously said, your command file is defining a tcpip symbol which is called the 2nd time instead of the tcpip commnad. It's usually not a good practice to define symbols which interfere with command names. It would be better to use a symbol like tcpipv with no shorter alias, or some other name like s_tcpip (for symbol tcpip to distinguish the symbol from the command). I would also recommend changing that tcpip.com file to a different name. This custom tcpip.com file also interferes with normal TCPIP commands since it is getting used at least sometimes instead of the TCPIP executable.&lt;BR /&gt;Lawrence&lt;BR /&gt;Lawrence</description>
    <pubDate>Thu, 19 May 2005 09:58:16 GMT</pubDate>
    <dc:creator>Lawrence Czlapinski</dc:creator>
    <dc:date>2005-05-19T09:58:16Z</dc:date>
    <item>
      <title>DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547191#M32150</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried to create a command file to check some parameters on node. There is a line where I try to ping the a node. When it runs first time it works, but second time I get the message - using the "set verify":&lt;BR /&gt;$ tcpip ping Duna2&lt;BR /&gt;%DCL-W-IVVERB, unrecognized command verb - check validity and spelling&lt;BR /&gt; \V5\&lt;BR /&gt;&lt;BR /&gt;The node name – Duna2 in this case – is read from a text file. The command line is that:&lt;BR /&gt;$ TCPIP ping 'node'&lt;BR /&gt;But the text file should be OK, because I tried in a similar script, but without checking other parameters, and it works. So no other caracters are in the variable, just the node name.&lt;BR /&gt;Any id</description>
      <pubDate>Wed, 18 May 2005 09:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547191#M32150</guid>
      <dc:creator>Attila Fekete_1</dc:creator>
      <dc:date>2005-05-18T09:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547192#M32151</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any chance that the command procedure defines a global symbol TCPIP (equated to V5) ?&lt;BR /&gt;&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 09:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547192#M32151</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-05-18T09:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547193#M32152</link>
      <description>Yes, that was it. One of the scipts defined the TCPIP version in the variable "tcpip".&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Attila</description>
      <pubDate>Wed, 18 May 2005 09:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547193#M32152</guid>
      <dc:creator>Attila Fekete_1</dc:creator>
      <dc:date>2005-05-18T09:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547194#M32153</link>
      <description>Attila&lt;BR /&gt;Why are you defined symbol tcpip using version?&lt;BR /&gt;You doesn't need define tcpip symbol to use tcpip.&lt;BR /&gt;If you define a symbol similar as:&lt;BR /&gt;tcpip="tcpip V5"&lt;BR /&gt;On produces the error message.&lt;BR /&gt;I think that you must no define symbol tcpip&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.</description>
      <pubDate>Thu, 19 May 2005 03:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547194#M32153</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-05-19T03:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547195#M32154</link>
      <description>The script using a variable "TCPIP" is not written by me, but I just copied from another script.</description>
      <pubDate>Thu, 19 May 2005 04:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547195#M32154</guid>
      <dc:creator>Attila Fekete_1</dc:creator>
      <dc:date>2005-05-19T04:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547196#M32155</link>
      <description>Attila, &lt;BR /&gt;As previously said, your command file is defining a tcpip symbol which is called the 2nd time instead of the tcpip commnad. It's usually not a good practice to define symbols which interfere with command names. It would be better to use a symbol like tcpipv with no shorter alias, or some other name like s_tcpip (for symbol tcpip to distinguish the symbol from the command). I would also recommend changing that tcpip.com file to a different name. This custom tcpip.com file also interferes with normal TCPIP commands since it is getting used at least sometimes instead of the TCPIP executable.&lt;BR /&gt;Lawrence&lt;BR /&gt;Lawrence</description>
      <pubDate>Thu, 19 May 2005 09:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547196#M32155</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-05-19T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: DCL script "unrecognized command verb"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547197#M32156</link>
      <description>Attila,&lt;BR /&gt;&lt;BR /&gt;Ofcourse the others are right about the symbol with the same name as a command.&lt;BR /&gt;&lt;BR /&gt;However,&lt;BR /&gt;_IF_ you have a command replaced by a symbol, where it is troublesome to correct that,&lt;BR /&gt;_OR_&lt;BR /&gt;if you deliberately redefine a command (eg, to give it some default parameters, $ del*ete == "delete/confirm/log" comes to mind easily), and, for some reason, you now need to execute the _COMMAND_ instead of the value specified by the symbol, &lt;BR /&gt;_THEN_&lt;BR /&gt;you invoke the command by extending the command longer than the unique (usually 4) characters, using as extend chars something that makes it different from the (possibly abbreviated) symbol name.&lt;BR /&gt;Previous example: DELETEE bypasses the symbol, and executes the command.&lt;BR /&gt;(my personal favorite char for this = "\", the backslash).&lt;BR /&gt;In your case, _I_ would have used &lt;BR /&gt;$ TCPIP\ PING Duna2&lt;BR /&gt;&lt;BR /&gt;Mind, however, that this trick ONLY works for command _SYMBOLS_, _NOT_ for commands redefined with $ SET COMMAND &lt;X.CLD or="" y.exe=""&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&lt;/X.CLD&gt;</description>
      <pubDate>Thu, 19 May 2005 12:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-quot-unrecognized-command-verb-quot/m-p/3547197#M32156</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-19T12:10:53Z</dc:date>
    </item>
  </channel>
</rss>

