<?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: Can’t get EDIT/FDL  to work on a VAX in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915984#M11105</link>
    <description>to overide it either&lt;BR /&gt;&lt;BR /&gt;EDITF/FDL&lt;BR /&gt;&lt;BR /&gt;(using the fact that DCL ignores the characters in the verb name after the 4th) or define a new symbol&lt;BR /&gt;&lt;BR /&gt;EDF :==EDIT/FDL&lt;BR /&gt;&lt;BR /&gt;and use that.</description>
    <pubDate>Wed, 20 Dec 2006 15:50:22 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2006-12-20T15:50:22Z</dc:date>
    <item>
      <title>Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915978#M11099</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I have a problem, that if I try invoking the EDIT/FDL utility by:&lt;BR /&gt;$ edit/fdl my_index&lt;BR /&gt;&lt;BR /&gt;I get this message:&lt;BR /&gt;%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement&lt;BR /&gt; \FDL\ &lt;BR /&gt;&lt;BR /&gt;What can be the reason for that?</description>
      <pubDate>Wed, 20 Dec 2006 12:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915978#M11099</guid>
      <dc:creator>da1nonly1</dc:creator>
      <dc:date>2006-12-20T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915979#M11100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check that the symbol EDIT has not been redefined at your location:&lt;BR /&gt;&lt;BR /&gt;eg&lt;BR /&gt;&lt;BR /&gt;$ sh sym/gl e*&lt;BR /&gt;  ED*IT == "EDIT/EDT"&lt;BR /&gt;  EPCCDFD == "$ora_otrace:epccdfd"&lt;BR /&gt;  EXP == "$ORA_SYSTEM:exp"&lt;BR /&gt;&lt;BR /&gt;$ edit/fdl&lt;BR /&gt;%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement&lt;BR /&gt; \FDL\&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915979#M11100</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-12-20T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915980#M11101</link>
      <description>you have a symbol defined.&lt;BR /&gt;&lt;BR /&gt;Do &lt;BR /&gt;$ sh symb ed*&lt;BR /&gt;&lt;BR /&gt;You should see some definitions, like ed*it :== edit/edt or edit/tpu or ...&lt;BR /&gt;&lt;BR /&gt;do zorro :== edit/fdl&lt;BR /&gt;&lt;BR /&gt;zorro my_index should work&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915980#M11101</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-12-20T12:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915981#M11102</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;depending upon what has been defined, you may be able to extend the symbol you use to get to the FDL editor&lt;BR /&gt;&lt;BR /&gt;using the environment in my previous message, you can use EDITT to override the global symbol&lt;BR /&gt;&lt;BR /&gt;eg&lt;BR /&gt;$ editt/fdl&lt;BR /&gt;_File:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915981#M11102</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-12-20T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915982#M11103</link>
      <description>Perhaps you have a foreign command defined as EDIT, e.g.&lt;BR /&gt;$ EDIT:==EDIT/EDT&lt;BR /&gt;$ EDIT/FDL&lt;BR /&gt;%DCL-W-IVQUAL...&lt;BR /&gt; &lt;BR /&gt;Check with SHO SYM EDIT.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 20 Dec 2006 12:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915982#M11103</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-12-20T12:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915983#M11104</link>
      <description>Thanks to all the replies, indeed if I do:&lt;BR /&gt;sho symb edit&lt;BR /&gt;I get:&lt;BR /&gt;ED*IT == "EDIT/TPU"&lt;BR /&gt;&lt;BR /&gt;So I need to override it.</description>
      <pubDate>Wed, 20 Dec 2006 15:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915983#M11104</guid>
      <dc:creator>da1nonly1</dc:creator>
      <dc:date>2006-12-20T15:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915984#M11105</link>
      <description>to overide it either&lt;BR /&gt;&lt;BR /&gt;EDITF/FDL&lt;BR /&gt;&lt;BR /&gt;(using the fact that DCL ignores the characters in the verb name after the 4th) or define a new symbol&lt;BR /&gt;&lt;BR /&gt;EDF :==EDIT/FDL&lt;BR /&gt;&lt;BR /&gt;and use that.</description>
      <pubDate>Wed, 20 Dec 2006 15:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915984#M11105</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-12-20T15:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t get EDIT/FDL  to work on a VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915985#M11106</link>
      <description>A forgotten parameter \ backslash&lt;BR /&gt;$edit\/fdl &lt;BR /&gt;&lt;BR /&gt;should always work</description>
      <pubDate>Thu, 21 Dec 2006 03:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-t-get-edit-fdl-to-work-on-a-vax/m-p/3915985#M11106</guid>
      <dc:creator>Ruud Dijt</dc:creator>
      <dc:date>2006-12-21T03:35:21Z</dc:date>
    </item>
  </channel>
</rss>

