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
Answer Posted / 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 View All Answers
where to use sas business intelligence? : Sas-bi
what is slowly changing dimension? : Sas-di
What is the difference between input and infile statement?
Mention what is the difference between nodupkey and nodup options?
for what purpose would you use the retain statement? : Sas programming
what is business intelligence? : Sas-bi
What are the ways to do a “table lookup” in sas?
What are the scrubbing procedures in sas?
What will calendar procedure do?
Tell e how how dealt with..
How are numeric and character missing values represented internally?
What does PROC print, and PROC contents do?
What is proc sort?
what is broad cast agent? : Sas-bi
What is SAS informats?