LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 26 Jun 1996 18:50:48 +0200
Reply-To:     Harvey.Monder@GWA.SANDOZ.COM
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Harvey Monder <Harvey.Monder@GWA.SANDOZ.COM>
Subject:      Re: gmap

Your map data sets might be compressed. This is done by default (at least in the Windows version of SAS) to save space since some of the data sets are quite large. To decompress one or more use the utility that sas provides. On the command line enter:

af c=sashelp.sasmaps.maps.program

Harvey

______________________________ Reply Separator _________________________________ Subject: gmap Author: owner-sas-l@UGA.CC.UGA.EDU at INTERNET1 Date: 6/26/96 02:31 PM

Hi all,

I am trying to do the single simplest thing with PROC GMAP: Display the map of the US, but I seem to be too stupid or too blocked.

proc gmap data=maps.us map=maps.us; id state id; run;

I get this error message

39 proc gmap data=maps.us map=maps.us; 40 id state id; ERROR: Variable STATE not found. ERROR: Variable ID not found. NOTE: The previous statement has been deleted. 41 run;

SAS seems to find the maps.us data set, but finds no variables named ID STATE, while the manual says these should be there. What is wrong?

Hans-Peter _______________________________________________________________________ Hans-Peter Piepho Institut f. Nutzpflanzenkunde WWW: http://www.wiz.uni-kassel.de/fts/ Universitaet Kassel Mail: piepho@wiz.uni-kassel.de Steinstrasse 19 Fax: +49 5542 98 1230 37213 Witzenhausen, Germany Phone: +49 5542 98 1248


Back to: Top of message | Previous page | Main SAS-L page