home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!auvm!GTE.COM!GLG2
- X-Mailer: ELM [version 2.3 PL10]
- Message-ID: <9208261759.AA18450@bunny.gte.com>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 26 Aug 1992 13:59:02 EDT
- Reply-To: Gail Gill <glg2@GTE.COM>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: Gail Gill <glg2@GTE.COM>
- Subject: Running out of space
- Comments: To: sas-l%marist.bitnet@cunyvm.cuny.edu
- Lines: 47
-
- Hello fellow sas-lers,
- Once again a cry for help. I am trying to run a program without
- much success. I seem to be running into a problem with space,
- but when I run the program with a forked subprocess to show
- available space on the work disk, I find that I have 720 megabytes
- of space available. As you can tell below, I have dropped
- unnecessary variables from the data set, but am still unable to get
- anywhere. Are there any suggestions?
- I have included a portion of the program where it is blowing up.
- Thanks in advance for any and all help.
-
- Gail Gill
- glg2@gte.com
-
-
- The log file in part:
- NOTE: Running on VAX Model 8820 Serial Number 114500A3.
- Welcome to the new SAS System, Release 6.06.
-
- 4 libname in1 'd07:[glg2]';
- NOTE: Libref IN1 was successfully assigned as follows:
- Engine: V606
- Physical Name: D07:[GLG2]
- 5
- 6 data one;
- 7 set in1.yopart;
- 8 drop dir zip contype concode mktno itmcnt itmseq discpgm discphs
- 9 clhdstrc clhdnum dsp spc tmk lst numbr column pts ;
- 10
- 11
- 12
-
- NOTE: The data set WORK.ONE has 164179 observations and 34 variables.
-
- 13 proc sort data=one out=oneone;
- 14 by pubdte clasgrp cust;
- 15
-
- ERROR: Error writing work file, possibly out of disk space.
- ERROR: Host sort cannot be used.
- ERROR: Host sort cannot be used.
- ERROR: Host sort cannot be used.
- 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.ONEONE may be incomplete. When this step was stopped
- there were 0 observations and 34 variables.
-