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

How is character variable converted into numeric variable and vice versa?

0 Answers  


wat has been most common programming mistake?

3 Answers  


how to rearrange the data as our wish by using dataset block?

4 Answers   Cognizant,


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

0 Answers  


how could you generate test data with no input data? : Sas programming

0 Answers  


What are the five ways to do a table lookup in sas? : sas-grid-administration

0 Answers  


diff between nodup rec and ondup key???

3 Answers   AON, Sciformix,


Of all your work, where have you been the most successful?

0 Answers   Oracle, Six Sigma,


How would you identify a macro variable? : sas-macro

0 Answers  


what is sas and what are the functions? : Sas-administrator

0 Answers  


What is the good sas programming practices for processing large data sets?

0 Answers  


What is the difference between where and if statement?

0 Answers  


Categories