<?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: BACKUP /N(ew) change in behaviour in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092367#M13571</link>
    <description>Art,&lt;BR /&gt;&lt;BR /&gt;  You can adjust some things by modifying the CLD, but you can't remove stuff that the program image looks for if the program considers missing entities to be fatal.&lt;BR /&gt;&lt;BR /&gt;  Use of contracted commands and/or qualifiers is not recommended in command procedures, for precisely the reason you've posted this question! Just because a particular contraction is unambiguous now, doesn't mean it will remain so in future.&lt;BR /&gt;&lt;BR /&gt;  The usual recommendation for writing DCL command procedures is to spell all DCL tokens (verbs, qualifiers and keywords) in full. If you MUST contract them, don't go below four letters. &lt;BR /&gt;&lt;BR /&gt;  There is even an undocumented command to force fully spelled DCL tokens (I'll post it if I can find it...)</description>
    <pubDate>Thu, 25 Oct 2007 21:07:54 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2007-10-25T21:07:54Z</dc:date>
    <item>
      <title>BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092363#M13567</link>
      <description>I'm migrating a system to a CHARON-VAX platform (VMS v6.2).  I thought I'ld take the time to apply a few patches were were "a bit" overdue (only by about a decade!).&lt;BR /&gt;&lt;BR /&gt;The customer has command procedures with the  BACKUP command utilizing the abbreviation /n to specify /new.  It would appear that VAXBACK03_062 introduced a new switch called /no_incremental and their procedures now give eg.:&lt;BR /&gt;&lt;BR /&gt;$ backup/log vupometer.com;0 *.*/n&lt;BR /&gt;%DCL-W-ABKEYW, ambiguous qualifier or keyword - supply more characters&lt;BR /&gt; \N\&lt;BR /&gt;&lt;BR /&gt;I downloaded VERB and extracted the BACKUP cld, took out the: qualifier NO_INCREMENTAL and replaced the BACKUP command in the correct DCLTABLES, replaced the installed image, logged out and back in.&lt;BR /&gt;&lt;BR /&gt;Now it gives a different error whether using /n , /new or /no eg.:&lt;BR /&gt;&lt;BR /&gt;$ backup /log vupometer.com;0 *.*/n&lt;BR /&gt;%CLI-F-SYNTAX, error parsing 'NO_INCREMENTAL'&lt;BR /&gt;-CLI-E-ENTNF, specified entity not found in command tables&lt;BR /&gt;&lt;BR /&gt;Have I done something wrong, or is it not a legitimate "fix" to modify commands in this fashion?&lt;BR /&gt;&lt;BR /&gt;I have no idea how many procedures are affected ... waiting for that answer.  If it's a couple then there is no issue, some simple edits can deal with it, but if it's "lots" ...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 25 Oct 2007 13:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092363#M13567</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-10-25T13:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092364#M13568</link>
      <description>hi Art, well it certianly knows about the switch name 'NO_INCREMENTAL' but has no definition for it.  I havn't used "VERB",&lt;BR /&gt;maybe you missed removing something. Can you put /NEW in the procedures, it would&lt;BR /&gt;certainly make the clearer to read.  Dean</description>
      <pubDate>Thu, 25 Oct 2007 13:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092364#M13568</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-10-25T13:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092365#M13569</link>
      <description>You are out of luck! BACKUP code specifically does a lookup for 'NOINCREMENTAL'. You have to change the code in BACKUP. Actually I think this is a mini-design flaw in that it should not have used 'NOINCREMENTAL' but add negation to the existing 'INCREMENTAL' qualifier. And no, making that change in the CLD would still need a code change.&lt;BR /&gt;&lt;BR /&gt;Guenther</description>
      <pubDate>Thu, 25 Oct 2007 13:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092365#M13569</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2007-10-25T13:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092366#M13570</link>
      <description>Dean - I agree it would be clearer to say /new ... laziness doesn't pay (sometimes ;-)&lt;BR /&gt;&lt;BR /&gt;Guenther - thanks.&lt;BR /&gt;&lt;BR /&gt;Hopefully it's not "hundreds" of procedures to edit!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 25 Oct 2007 14:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092366#M13570</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-10-25T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092367#M13571</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;  You can adjust some things by modifying the CLD, but you can't remove stuff that the program image looks for if the program considers missing entities to be fatal.&lt;BR /&gt;&lt;BR /&gt;  Use of contracted commands and/or qualifiers is not recommended in command procedures, for precisely the reason you've posted this question! Just because a particular contraction is unambiguous now, doesn't mean it will remain so in future.&lt;BR /&gt;&lt;BR /&gt;  The usual recommendation for writing DCL command procedures is to spell all DCL tokens (verbs, qualifiers and keywords) in full. If you MUST contract them, don't go below four letters. &lt;BR /&gt;&lt;BR /&gt;  There is even an undocumented command to force fully spelled DCL tokens (I'll post it if I can find it...)</description>
      <pubDate>Thu, 25 Oct 2007 21:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092367#M13571</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-25T21:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092368#M13572</link>
      <description>(thanks to John Brodribb at the Sydney CSC for digging this out...)&lt;BR /&gt;&lt;BR /&gt;WARNING - be very careful with this, it seems to be badly broken on V7.3 and above, not sure about other versions:&lt;BR /&gt;&lt;BR /&gt;$ SET COMMAND SYS$INPUT&lt;BR /&gt;  DEFINE VERB SETDCL&lt;BR /&gt;  CLIROUTINE SETDCL&lt;BR /&gt;  QUALIFIER SPELL_CHECK, NEGATABLE&lt;BR /&gt;^Z&lt;BR /&gt;$ SETDCL/SPELL&lt;BR /&gt;&lt;BR /&gt;should turn on spell checking. &lt;BR /&gt;&lt;BR /&gt;$ SETDCL/NOSPELL &lt;BR /&gt;&lt;BR /&gt;to turn it off,&lt;BR /&gt;&lt;BR /&gt;It's supposed to issue a warning "%DCL-I-MISSPELL" for any command token which isn't completely spelled properly, BUT it appears the message string overflows into junk, and may even corrupt some DCL structures. Unsupported and even less documented than most unsupported stuff.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Oct 2007 22:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092368#M13572</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-25T22:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /N(ew) change in behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092369#M13573</link>
      <description>Using less than four characters for the verb, the keyword, or the qualifier is, as a rule, risky DCL code.  There's no guarantee that an abbreviation will remain unique.&lt;BR /&gt;&lt;BR /&gt;One of the two interfaces to VERB port found on Freeware V8 is busted.  There's a work-around (fix), or you can use the other command interface.  See topic 3537.* over in the EISNER::VMS notes conference for a recent discussion of VERB.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 18:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-n-ew-change-in-behaviour/m-p/4092369#M13573</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-10-26T18:59:45Z</dc:date>
    </item>
  </channel>
</rss>

