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 / 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 |
How is character variable converted into numeric variable and vice versa?
wat has been most common programming mistake?
how to rearrange the data as our wish by using dataset block?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how could you generate test data with no input data? : Sas programming
What are the five ways to do a table lookup in sas? : sas-grid-administration
diff between nodup rec and ondup key???
Of all your work, where have you been the most successful?
How would you identify a macro variable? : sas-macro
what is sas and what are the functions? : Sas-administrator
What is the good sas programming practices for processing large data sets?
What is the difference between where and if statement?