home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / sasl / 3779 < prev    next >
Encoding:
Text File  |  1992-08-18  |  3.8 KB  |  101 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CUTCV2.BITNET!X_S_CONS
  3. X-Original-To:  sas-l@uga.bitnet, X_S_CONSULT
  4. Message-ID: <SAS-L%92081819111277@UGA.CC.UGA.EDU>
  5. Newsgroups: bit.listserv.sas-l
  6. Date:         Tue, 18 Aug 1992 19:18:00 EDT
  7. Reply-To:     X_S_CONS@CUTCV2.BITNET
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. From:         X_S_CONS@CUTCV2.BITNET
  10. Subject: does 6.07 need more quota than 6.06 or else? Please help.
  11. Lines: 88
  12.  
  13. Dear SAS-Lers:
  14.  
  15.         Here I include some note messages from two runs of ONE program.
  16. It worked fine on version 6.06 but failed in version 6.07 on the same
  17. platform, saying 'insufficient space' in the 2nd data step or
  18. 'insufficient memory' if sort the 1st dataset.
  19.  
  20.         Could anyone please tell me what shall I do to solve the problem?
  21.  
  22.         Thanks a lot!
  23.  
  24.  
  25. xiaobo shao
  26. graduate student
  27. Teachers College
  28. Columbia Univ.
  29. x_s_cons@cutcv2.bitnet
  30.  
  31. ******************************** here comes the failed one ****************
  32. 11                                                          The SAS System
  33.  
  34.                                         12:11 Tuesday, August 18, 1992
  35.  
  36.  NOTE: Copyright(c) 1989 by SAS Institute Inc., Cary, NC USA.
  37.  NOTE: SAS (r) Proprietary Software Release 6.07  TS301
  38.        Licensed to NEW YORK CITY BOARD OF EDUCATION, Site 0002862001.
  39.  
  40.  NOTE: Running on IBM Model 3090 Serial Number 011579,
  41.                   IBM Model 3090 Serial Number 111579,
  42.                   IBM Model 3090 Serial Number 211579,
  43.                   IBM Model 3090 Serial Number 311579,
  44.                   IBM Model 3090 Serial Number 411579,
  45.                   IBM Model 3090 Serial Number 511579.
  46.  
  47.  
  48.  NOTE: The infile MAT92 is:
  49.        Dsname=SYS92231.T120645.RA000.$ZSYM.TEST1,
  50.        Unit=3390,Volume=XXX191,Disp=OLD,Blksize=27650,
  51.        Lrecl=350,Recfm=FB
  52.  
  53.  NOTE: 171020 records were read from the infile MAT92.
  54.  NOTE: The data set WORK.MAT has 171020 observations and 119 variables.
  55.  NOTE: The DATA statement used 41.98 CPU seconds and 2657K.
  56.  
  57.  ERROR: Insufficient space in file WORK.MAT.DATA.
  58. +ERROR: Insufficient space in file WORK.MAT.DATA.
  59. +ERROR: Insufficient space in file WORK.MAT.DATA.
  60.  
  61.  NOTE: The SAS System stopped processing this step because of errors.
  62.  NOTE: SAS set option OBS=0 and will continue to check statements. This may
  63.        cause NOTE: No observations in data set.
  64.  WARNING: The data set WORK.MAT may be incomplete.  When this step
  65.           was stopped there were 91691 observations and 120 variables.
  66.  WARNING: Data set WORK.MAT was not replaced because this step was stopped.
  67.  NOTE: The DATA statement used 2.94 CPU seconds and 2736K.
  68.  
  69. ************************** this is ok *****************************
  70. 11                                                          The SAS System
  71.  
  72.                                                 12:36 Monday, August 17, 1992
  73.  
  74.  NOTE: Copyright(c) 1989 by SAS Institute Inc., Cary, NC USA.
  75.  NOTE: SAS (r) Proprietary Software Release 6.06.01
  76.        Licensed to NEW YORK CITY BOARD OF EDUCATION, Site 0002862001.
  77.  
  78.  NOTE: Running on IBM Model 3090 Serial Number 011579,
  79.                   IBM Model 3090 Serial Number 111579,
  80.                   IBM Model 3090 Serial Number 211579,
  81.                   IBM Model 3090 Serial Number 311579,
  82.                   IBM Model 3090 Serial Number 411579,
  83.                   IBM Model 3090 Serial Number 511579.
  84.  
  85.  
  86.  
  87.  NOTE: The infile MAT92 is:
  88.        Dsname=SYS92230.T122245.RA000.$ZSYM.TEST1,
  89.        Unit=3390,Volume=XXX19F,Disp=OLD,Blksize=27650,
  90.        Lrecl=350,Recfm=FB
  91.  NOTE: 171020 records were read from the infile MAT92.
  92.  NOTE: The data set WORK.MAT has 171020 observations and 119 variables.
  93.  NOTE: The DATA statement used 39.88 CPU seconds and 2427K.
  94.  
  95.  
  96.  NOTE: The data set WORK.MAT has 171020 observations and 120 variables.
  97.  NOTE: The DATA statement used 8.16 CPU seconds and 2475K.
  98.  
  99. ----------
  100. end.
  101.