home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19974 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  2.4 KB

  1. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: long, long, really long DCL commands
  5. Date: 28 Dec 1992 23:52:37 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 32
  8. Distribution: world
  9. Message-ID: <1ho405INNnna@gap.caltech.edu>
  10. References: <1992Dec28.172453.24421@ramsey.cs.laurentian.ca>,<1992Dec28.125931.1@slacvx.slac.stanford.edu>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <1992Dec28.125931.1@slacvx.slac.stanford.edu>, fairfield@slacvx.slac.stanford.edu writes:
  15. >    DCL will accept ONLY 256 characters maximum on the command line,
  16. >whether that line is continued on multiple, shorter lines in the input
  17. >stream (terminal screen, command file) or not.
  18.  
  19. Sorry, Ken, you're flat-out wrong, at least under VMS v5.4-2:
  20. $ X:=
  21. $ X[0,16]=%x0A0D
  22. $ WRITE SYS$OUTPUT -
  23. "************************************************************************",X,-
  24. "************************************************************************",X,-
  25. "************************************************************************",X,-
  26. "************************************************************************",X,-
  27. "************************************************************************",X,-
  28. "************************************************************************",X,-
  29. "************************************************************************",X,-
  30. "************************************************************************",X,-
  31. "************************************************************************",X,-
  32. "************************************************************************",X,-
  33. "************************************************************************",X,-
  34. "************************************************************************",X,-
  35. "**********************************************"
  36.  
  37. works just fine.
  38. --------------------------------------------------------------------------------
  39. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  40.  
  41. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  42. understanding of astronomy is purely at the amateur level (or below).  So
  43. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  44. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  45. hold me responsible for it, but my organization had nothing to do with it.
  46.