Google групе више не подржавају нове Usenet постове ни праћења. Претходни садржај остаје видљив.

SAS Error messages

249 прегледа
Пређи на прву непрочитану поруку

Clare Gill

непрочитано,
30. 4. 1993. 11:03:3830.4.93.
Hi SAS-Lers,

Can anyone throw light on this error message -


--------------------------------------------------------------------------
1 OPTIONS LINESIZE=80 NOCENTER NODATE;
2 CMS FILEDEF TOO DISK UCD DAT A
2 ;
3 DATA TEST;
4 INFILE TOO;
5 INPUT (ID VAR001 X VAR002-VAR058 X2 VAR059-VAR113 X3
6 VAR114-VAR182
7 X4 VAR183-VAR216 X5 VAR217-VAR221)
8 (2. 3. 1. 2*1. 3. 3*1. 3. 36*1. 4. 3. 1. 3. 2. 1. 3. 3*1.
9 3. 3*1. 6. 33*1. 4. 3. 1. 3. 2. 1. 2. 2. 2*1. 3. 4. 6*1. 2.
10 2. 2. 1. 6. 22*1. 2. 2. 1. 2. 39*1. 2. 3*1. 6. 2. 10*1. 2. 2.
11 1. 2. 2*1. 5. 2*3. 1. 13*3. 6. 2*3. 1. 2. 1.);
12 VAR004=VAR004/10;
13 VAR051=VAR051/10;
14 VAR051=VAR051/10;
15 *if var003=9 then var003=.;

NOTE: The infile TOO is:
Filename=UCD DAT A1,
Recfm=V,Lrecl=260,Blksize=264,
Max data length=256

NOTE: 2955 records were read from the infile TOO.
The minimum record length was 16.
NOTE: SAS went to a new line when INPUT statement reached past the end of a
line.
NOTE: The data set WORK.TEST has 591 observations and 227 variables.

16 PROC PRINT;
ERROR: Unable to allocate sufficient memory. At least 29K bytes were requested,
+ but only 20K were available. You must either increase the amount of
memory available, or approach the problem differently.
NOTE: PROC PRINT will try to continue despite the lack of memory.
Output will not be formatted as nicely as usual.
Also, SUM, N, SUMBY, PAGEBY, SPLIT, and maybe LABEL will be ignored.
WARNING: There is not enough memory available to load SASYOUP
ERROR: Terminating step due to Bridge failure
ERROR: Unable to load transient module (Bridge failure).
------------------------------------------------------------------------

Many thanks in advance,
Regards,

Clare Gill
Computing Services Tel : 353-1-7062007
University College Dublin Fax : 353-1-2837077
Belfield DUBLIN 4 E-mail : CG...@IRLEARN.UCD.IE

0 нових порука