home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13876 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.2 KB  |  44 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cs.utexas.edu!torn!cunews!revcan!micor!pbrowne
  3. From: pbrowne@micor.ocunix.on.ca (Pat Browne)
  4. Subject: Defining logicals and use of quotes
  5. Organization: M.B. Cormier INC., Orleans (Ont)
  6. Date: Thu, 20 Aug 1992 03:34:52 GMT
  7. Message-ID: <1992Aug20.033452.3780@micor.ocunix.on.ca>
  8. Lines: 34
  9.  
  10. Greetings!
  11. We have run into a mysterious problem. The logical that used to be defined
  12. using quotes ceased to be known to VMS. We had to remove the quotes from
  13. the startup file.  In the sample below, the first instance works, the second
  14. does not. Has anyone had this experience?
  15.  
  16. K_G3> diff group_env.com
  17. ************
  18.  
  19.   185   $ define/group/nolog ICT_pcp$cfg     dir$config:pcp_startup.cfg
  20.  
  21.   186   $
  22.  
  23. ******
  24.  
  25.   185   $ define/group/nolog "ICT_pcp$cfg"     dir$config:pcp_startup.cfg
  26.  
  27.   186   $
  28.  
  29. ************
  30.  
  31. To quote or not to quote?  Please share your opinions/stories about this.
  32. Thanks.
  33.  
  34. -----------------------------------------------------------------------------
  35. pbrowne (Pat Browne)
  36. pbrowne@micor.ocunix.on.ca
  37.  
  38. Ottawa Ontario, Canada
  39. -- 
  40. -----------------------------------------------------------------------------
  41. pbrowne (Pat Browne)
  42. pbrowne@micor.ocunix.on.ca
  43.  
  44.