Hi,
I need to create a SAS Map of USA using SAS Graphs(Proc
Gmap).The data i have dosent contain any co-ordinates of USA
cities or counties or states, and the zip codes are
diffrent in the data i have from the zip code in the
Maps.US dataset in the Maps Library for SAS MAPS.
the data i have is a sales report. i have to generate the
maps according to the states,cities aligned in the sales
data, HELP Appriciated



Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain ..

Answer / santosh.pat69

I have used teh following syntax
Proc gmap
data=xxxx
maps=maps.us;
id zip;
choro zip/NOlegend;
quit;

here i have used Zip instead of state.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SAS Interview Questions

Why do we use QUIT commmand for proc datasets and proc sql ???

3 Answers  


what is the formula to measure Baseline

3 Answers   Sristek,


In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?

6 Answers   Cognizant,


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

0 Answers  


What do you know about sas and what we do? : sas-grid-administration

0 Answers  






What is the difference between the proc sql and data step?

0 Answers  


what is the difference between unique key and primary key? : Sas-di

0 Answers  


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

0 Answers  


Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.

7 Answers   Accenture,


What techniques and/or PROCs do you use for tables?

4 Answers   Oracle,


what is the diff b/w verification validation in sas

3 Answers   SAS,


Name the option to produce a frequency line items rather that a table.

2 Answers  


Categories