home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!CUTCV2.BITNET!X_S_CONS
- X-Original-To: sas-l@uga.bitnet, X_S_CONSULT
- Message-ID: <SAS-L%92081819111277@UGA.CC.UGA.EDU>
- Newsgroups: bit.listserv.sas-l
- Date: Tue, 18 Aug 1992 19:18:00 EDT
- Reply-To: X_S_CONS@CUTCV2.BITNET
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: X_S_CONS@CUTCV2.BITNET
- Subject: does 6.07 need more quota than 6.06 or else? Please help.
- Lines: 88
-
- Dear SAS-Lers:
-
- Here I include some note messages from two runs of ONE program.
- It worked fine on version 6.06 but failed in version 6.07 on the same
- platform, saying 'insufficient space' in the 2nd data step or
- 'insufficient memory' if sort the 1st dataset.
-
- Could anyone please tell me what shall I do to solve the problem?
-
- Thanks a lot!
-
-
- xiaobo shao
- graduate student
- Teachers College
- Columbia Univ.
- x_s_cons@cutcv2.bitnet
-
- ******************************** here comes the failed one ****************
- 11 The SAS System
-
- 12:11 Tuesday, August 18, 1992
-
- NOTE: Copyright(c) 1989 by SAS Institute Inc., Cary, NC USA.
- NOTE: SAS (r) Proprietary Software Release 6.07 TS301
- Licensed to NEW YORK CITY BOARD OF EDUCATION, Site 0002862001.
-
- NOTE: Running on IBM Model 3090 Serial Number 011579,
- IBM Model 3090 Serial Number 111579,
- IBM Model 3090 Serial Number 211579,
- IBM Model 3090 Serial Number 311579,
- IBM Model 3090 Serial Number 411579,
- IBM Model 3090 Serial Number 511579.
-
-
- NOTE: The infile MAT92 is:
- Dsname=SYS92231.T120645.RA000.$ZSYM.TEST1,
- Unit=3390,Volume=XXX191,Disp=OLD,Blksize=27650,
- Lrecl=350,Recfm=FB
-
- NOTE: 171020 records were read from the infile MAT92.
- NOTE: The data set WORK.MAT has 171020 observations and 119 variables.
- NOTE: The DATA statement used 41.98 CPU seconds and 2657K.
-
- ERROR: Insufficient space in file WORK.MAT.DATA.
- +ERROR: Insufficient space in file WORK.MAT.DATA.
- +ERROR: Insufficient space in file WORK.MAT.DATA.
-
- NOTE: The SAS System stopped processing this step because of errors.
- NOTE: SAS set option OBS=0 and will continue to check statements. This may
- cause NOTE: No observations in data set.
- WARNING: The data set WORK.MAT may be incomplete. When this step
- was stopped there were 91691 observations and 120 variables.
- WARNING: Data set WORK.MAT was not replaced because this step was stopped.
- NOTE: The DATA statement used 2.94 CPU seconds and 2736K.
-
- ************************** this is ok *****************************
- 11 The SAS System
-
- 12:36 Monday, August 17, 1992
-
- NOTE: Copyright(c) 1989 by SAS Institute Inc., Cary, NC USA.
- NOTE: SAS (r) Proprietary Software Release 6.06.01
- Licensed to NEW YORK CITY BOARD OF EDUCATION, Site 0002862001.
-
- NOTE: Running on IBM Model 3090 Serial Number 011579,
- IBM Model 3090 Serial Number 111579,
- IBM Model 3090 Serial Number 211579,
- IBM Model 3090 Serial Number 311579,
- IBM Model 3090 Serial Number 411579,
- IBM Model 3090 Serial Number 511579.
-
-
-
- NOTE: The infile MAT92 is:
- Dsname=SYS92230.T122245.RA000.$ZSYM.TEST1,
- Unit=3390,Volume=XXX19F,Disp=OLD,Blksize=27650,
- Lrecl=350,Recfm=FB
- NOTE: 171020 records were read from the infile MAT92.
- NOTE: The data set WORK.MAT has 171020 observations and 119 variables.
- NOTE: The DATA statement used 39.88 CPU seconds and 2427K.
-
-
- NOTE: The data set WORK.MAT has 171020 observations and 120 variables.
- NOTE: The DATA statement used 8.16 CPU seconds and 2475K.
-
- ----------
- end.
-