home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19973 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  2.7 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:48:50 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 44
  8. Distribution: world
  9. Message-ID: <1ho3p2INNnna@gap.caltech.edu>
  10. References: <1992Dec28.172453.24421@ramsey.cs.laurentian.ca>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <1992Dec28.172453.24421@ramsey.cs.laurentian.ca>, george@ramsey.cs.laurentian.ca (George Nassas) writes:
  15. =Hi all!  Happy holidays!
  16. =
  17. =The manual tells me that DCL will gladly accept commands of 1024
  18. =characters although each individual line cannot go longer than 256
  19. =characters. Can anyone fill me in on how this works? I read all over
  20. =the FM for an example but couldn't find one.
  21. =
  22. =At first I thought that I could get really long lines by going:
  23. =
  24. =        $ 256 chars -
  25. =          256 chars - etc...
  26. =
  27. =but no way. What gives? I've stumped all my local experts.
  28.  
  29. How about giving us a demonstration of what doesn't work?
  30.  
  31. For example, since:
  32. $ X:=
  33. $ X[0,16]=%x0A0D
  34. $ WRITE SYS$OUTPUT -
  35. "************************************************************************",X,-
  36. "************************************************************************",X,-
  37. "************************************************************************",X,-
  38. "************************************************************************",X,-
  39. "************************************************************************",X,-
  40. "************************************************************************",X,-
  41. "************************************************************************",X,-
  42. "************************************************************************",X,-
  43. "************************************************************************",X,-
  44. "************************************************************************",X,-
  45. "************************************************************************",X,-
  46. "************************************************************************",X,-
  47. "**********************************************"
  48.  
  49. works, it's not obvious what problem you might be having.
  50. --------------------------------------------------------------------------------
  51. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  52.  
  53. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  54. understanding of astronomy is purely at the amateur level (or below).  So
  55. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  56. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  57. hold me responsible for it, but my organization had nothing to do with it.
  58.