home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19620 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!OKRA.MILLSAPS.EDU!hornlo
  2. From: hornlo@OKRA.MILLSAPS.EDU (Larry Horn)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: problem with DCL program
  5. Message-ID: <00965603.BE391120.5632@okra.millsaps.edu>
  6. Date: 20 Dec 92 21:27:38 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 25
  11.  
  12.  
  13. #>>The recommended way out of this is to:
  14. #>>    $ DIRECTORY :== DIRECTORY
  15. [...]
  16. #> after the command procedure has completed.  A better way is to define local
  17. #>     $ DIRECTORY := DIRECTORY
  18. [...]
  19. #   A better way might be to force VMS to interrupt the command correctly
  20. #   by repeating the last letter of the command a few times each time it is
  21. #   used.
  22. #
  23. #            EG.  $ typeee text.txt
  24.  
  25. Personal opinion only, but I really "hate" that last solution (maybe because
  26. I first saw it in WordPerfect's command files <grin>).  What happens when (if?)
  27. DCL actually starts looking beyond 4 characters (e.g., "TYPEe" would be an
  28. error)?
  29.  
  30. Isn't the SET SYMBOL/SCOPE=(...) the "recommended" solution?
  31.  
  32. - ---------------------------------- signed: 20-DEC-1992 15:25 C*T (USA) --- -
  33.     Larry Horn / Millsaps College / Jackson, MS / hornlo@okra.millsaps.edu
  34. - -------------------------------------------------------------------------- -
  35.  
  36.  
  37.