home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3383 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.5 KB  |  41 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!wupost!psuvax1!psuvm!auvm!SIUCVMB.BITNET!GR3461
  3. Message-ID: <SAS-L%92072115101586@UGA.CC.UGA.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Tue, 21 Jul 1992 14:06:18 CST
  6. Reply-To:     GR3461@SIUCVMB.BITNET
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         GR3461@SIUCVMB.BITNET
  9. Subject:      re: memory, proc mixed and VMS
  10. Lines: 29
  11.  
  12. Re: memory, PROC MIXED, and VMS
  13.  
  14. Dale Houston <dhouston@bio.ri.ccf.org> wrote a while ago:
  15.  
  16. ;One of our statisticians is using PROC MIXED under VMS. When he runs it,
  17. ;some times he gets an error message of the form:
  18.     ERROR: Unable to allocate sufficient memory. At least XXXXXK bytes
  19. ;were requested but only YYYYK were available. You must either increase the
  20. ;mount of memory available, or approach the problem differently.
  21.  
  22. ;my question is this: when SAS says 'memory' under VMS, is it talking about
  23. ;available work space (disk quota) or actual physical memory? Does anyone
  24. ;know?
  25.  
  26. I don't know exactly the theoretical answer. But I may know the solution
  27. if you use JCL. You may expand working memory on EXEC Card
  28. such as:
  29.  
  30.     // EXEC SAS,WORK='6000,1800',REGION=4000K
  31.  
  32. If it does not work, you may try to expand your storage memory under CMS.
  33. If memory problem happens after you worked a while. You can simply logoff
  34. and logon again to get all memory coming back. It is not a SAS problem
  35. through. Anyway, your problem does not look like a disk quota problem.
  36.  
  37. Good luck.
  38.  
  39. Qin Wang
  40. GR3461 at SIUCVMB.bitnet
  41.